Skip to content

Commit c1844fd

Browse files
release_2025-10-07
1 parent 4a06266 commit c1844fd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828

29-
<Version>4.0.0</Version>
29+
<Version>4.0.1</Version>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

src/AWS.Logger.Core/AWS.Logger.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;netstandard2.0;net8.0</TargetFrameworks>
@@ -27,7 +27,7 @@
2727
<IncludeSymbols>true</IncludeSymbols>
2828
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2929

30-
<Version>4.0.0</Version>
30+
<Version>4.0.1</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828

29-
<Version>4.0.0</Version>
29+
<Version>4.0.1</Version>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828

29-
<Version>4.0.0</Version>
29+
<Version>4.0.1</Version>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

src/NLog.AWS.Logger/NLog.AWS.Logger.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;netstandard2.0;net8.0</TargetFrameworks>
@@ -27,7 +27,7 @@
2727
<IncludeSymbols>true</IncludeSymbols>
2828
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2929

30-
<Version>4.0.0</Version>
30+
<Version>5.0.0</Version>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)