File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
src/NKZSoft.Service.Configuration.Logger Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12+ - package-ecosystem : " github-actions"
13+ directory : " /"
14+ schedule :
15+ interval : " weekly"
Original file line number Diff line number Diff line change 2020 timeout-minutes : 5
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Setup .NET SDK
25- uses : actions/setup-dotnet@v3
25+ uses : actions/setup-dotnet@v4
2626 with :
2727 dotnet-version : 8.0.x
2828 - name : Build
Original file line number Diff line number Diff line change 1111 timeout-minutes : 5
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Setup .NET SDK
16- uses : actions/setup-dotnet@v3
16+ uses : actions/setup-dotnet@v4
1717 with :
1818 dotnet-version : 8.0.x
1919 - name : Build
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
5- <RepositoryUrl >https://github.com/nkz-soft/NKZSoft.Service.Configuration.Logger</RepositoryUrl >
6- <Version >1.3.0 </Version >
7- <PackageVersion >1.3.0 </PackageVersion >
5+ <RepositoryUrl >https://github.com/nkz-soft/NKZSoft.Service.Configuration.Logger</RepositoryUrl >
6+ <Version >1.3.1 </Version >
7+ <PackageVersion >1.3.1 </PackageVersion >
88 <Description >Provides the configuration for Serilog</Description >
9- <Copyright >Copyright © 2022 </Copyright >
9+ <Copyright >Copyright © 2024 </Copyright >
1010 </PropertyGroup >
1111
1212 <ItemGroup >
You can’t perform that action at this time.
0 commit comments