diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cef2d0f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Each line is a file pattern followed by one or more owners +# See: https://help.github.com/articles/about-codeowners/ + +# These owners will be the default owners for everything in the repo +# Unless a later match takes precedence, they will be requested for +# review when someone opens a pull request + +* @biplovkc \ No newline at end of file diff --git a/.github/workflows/publish-to-nuget.yml b/.github/workflows/publish-to-nuget.yml index bdb8b92..3a7b8ae 100644 --- a/.github/workflows/publish-to-nuget.yml +++ b/.github/workflows/publish-to-nuget.yml @@ -55,6 +55,7 @@ jobs: - name: Create tag uses: actions/github-script@v5 + if: ${{ always() }} with: script: | github.rest.git.createRef({ diff --git a/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index 0e23b33..0000000 --- a/Directory.Build.props +++ /dev/null @@ -1,12 +0,0 @@ - - - Biplov KC - https://github.com/biplovkc/serilog-logging - https://github.com/biplovkc/serilog-logging - true - true - - - - - \ No newline at end of file diff --git a/src/Biplov.Serilog.csproj b/src/Biplov.Serilog.csproj index b322a53..a8d8f55 100644 --- a/src/Biplov.Serilog.csproj +++ b/src/Biplov.Serilog.csproj @@ -2,6 +2,7 @@ Biplov KC Library + Serilog logging Biplov.Serilog https://github.com/biplovkc/event-bus-rabbitmq Biplov;BiplovKC;Serilog;Logging; @@ -11,17 +12,31 @@ Registers serilog with custom correlationid middleware and httpcontext extensions latest true + true + true + snupkg + + true + + + true + + + embedded + MIT LICENSE - + + true + - + - +