diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index eaf14d1..6e3fa73 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -13,7 +13,7 @@ MIT README.md Logo.png - 2.1.0 + 2.1.1 diff --git a/Jenkinsfile b/Jenkinsfile index c8d2163..cb5a4a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Publish') { when { - branch 'master' + branch 'main' } steps { sh 'dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true' diff --git a/README.md b/README.md index bbe49f5..1315aae 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,4 @@ CoroutineHandler.RaiseEvent(TestEvent); ``` ## Additional Examples -For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/master/Example/Example.cs). \ No newline at end of file +For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/main/Example/Example.cs). \ No newline at end of file