Skip to content

Commit 522180c

Browse files
committed
Update version
1 parent 29ae569 commit 522180c

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
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

.github/workflows/publish-nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
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

src/NKZSoft.Service.Configuration.Logger/NKZSoft.Service.Configuration.Logger.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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>

0 commit comments

Comments
 (0)