Skip to content

Commit

Permalink
add change file
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Oct 18, 2024
1 parent 1bb2104 commit 04627d6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions .autover/changes/feba6e15-050a-4074-98cb-c863092d9e69.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"Projects": [
{
"Name": "AWS.Logger.AspNetCore",
"Type": "Major",
"ChangelogMessages": [
"Updated .NET SDK project references to 4.0.0-preview.4",
"Added .NET 8 target framework",
"Enabled Trimming support",
"Added SourceLink support"
]
},
{
"Name": "AWS.Logger.Core",
"Type": "Major",
"ChangelogMessages": [
"Updated .NET SDK project references to 4.0.0-preview.4",
"Added .NET 8 target framework",
"Enabled Trimming support",
"Added SourceLink support"
]
},
{
"Name": "AWS.Logger.Log4net",
"Type": "Major",
"ChangelogMessages": [
"Updated .NET SDK project references to 4.0.0-preview.4",
"Added .NET 8 target framework",
"Enabled Trimming support",
"Added SourceLink support"
]
},
{
"Name": "AWS.Logger.SeriLog",
"Type": "Major",
"ChangelogMessages": [
"Updated .NET SDK project references to 4.0.0-preview.4",
"Added .NET 8 target framework",
"Enabled Trimming support",
"Added SourceLink support"
]
},
{
"Name": "NLog.AWS.Logger",
"Type": "Major",
"ChangelogMessages": [
"Updated .NET SDK project references to 4.0.0-preview.4",
"Added .NET 8 target framework",
"Enabled Trimming support",
"Added SourceLink support"
]
}
]
}
4 changes: 2 additions & 2 deletions src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

<Version>4.0.0-preview.1</Version>
</PropertyGroup>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>

Expand Down

0 comments on commit 04627d6

Please sign in to comment.