Skip to content

Commit 04627d6

Browse files
committed
add change file
1 parent 1bb2104 commit 04627d6

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "AWS.Logger.AspNetCore",
5+
"Type": "Major",
6+
"ChangelogMessages": [
7+
"Updated .NET SDK project references to 4.0.0-preview.4",
8+
"Added .NET 8 target framework",
9+
"Enabled Trimming support",
10+
"Added SourceLink support"
11+
]
12+
},
13+
{
14+
"Name": "AWS.Logger.Core",
15+
"Type": "Major",
16+
"ChangelogMessages": [
17+
"Updated .NET SDK project references to 4.0.0-preview.4",
18+
"Added .NET 8 target framework",
19+
"Enabled Trimming support",
20+
"Added SourceLink support"
21+
]
22+
},
23+
{
24+
"Name": "AWS.Logger.Log4net",
25+
"Type": "Major",
26+
"ChangelogMessages": [
27+
"Updated .NET SDK project references to 4.0.0-preview.4",
28+
"Added .NET 8 target framework",
29+
"Enabled Trimming support",
30+
"Added SourceLink support"
31+
]
32+
},
33+
{
34+
"Name": "AWS.Logger.SeriLog",
35+
"Type": "Major",
36+
"ChangelogMessages": [
37+
"Updated .NET SDK project references to 4.0.0-preview.4",
38+
"Added .NET 8 target framework",
39+
"Enabled Trimming support",
40+
"Added SourceLink support"
41+
]
42+
},
43+
{
44+
"Name": "NLog.AWS.Logger",
45+
"Type": "Major",
46+
"ChangelogMessages": [
47+
"Updated .NET SDK project references to 4.0.0-preview.4",
48+
"Added .NET 8 target framework",
49+
"Enabled Trimming support",
50+
"Added SourceLink support"
51+
]
52+
}
53+
]
54+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828

2929
<Version>4.0.0-preview.1</Version>
30-
</PropertyGroup>
30+
</PropertyGroup>
3131

32-
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
32+
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
3333
<IsTrimmable>true</IsTrimmable>
3434
</PropertyGroup>
3535

0 commit comments

Comments
 (0)