diff --git a/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj b/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj index 15a0462..1a80db2 100644 --- a/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj +++ b/ExtremelySimpleLogger/ExtremelySimpleLogger.csproj @@ -11,7 +11,7 @@ logging logger utility debug trace output file https://github.com/Ellpeck/ExtremelySimpleLogger https://github.com/Ellpeck/ExtremelySimpleLogger - https://github.com/Ellpeck/ExtremelySimpleLogger/blob/master/LICENSE + MIT 1.2.3 diff --git a/Jenkinsfile b/Jenkinsfile index d580e03..28a0e6f 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 b4d6516..08f96a6 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ try { } ``` -For more information, you can also check out [the sample](https://github.com/Ellpeck/ExtremelySimpleLogger/blob/master/Sample/Program.cs). \ No newline at end of file +For more information, you can also check out [the sample](https://github.com/Ellpeck/ExtremelySimpleLogger/blob/main/Sample/Program.cs). \ No newline at end of file