Skip to content

Commit 4eb9ec1

Browse files
committed
Just a minor oopsie
1 parent 8329650 commit 4eb9ec1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

RSML.CLI/RSML.CLI.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<Platforms>AnyCPU;x64;x86</Platforms>
8+
<PublishAot>True</PublishAot>
9+
<PublishTrimmed>True</PublishTrimmed>
810
</PropertyGroup>
911

1012
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

RSML/RSML.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
<Platforms>AnyCPU;x64;x86</Platforms>
3535
<PackageReleaseNotes>
3636
# 🚀 v$(Version) is now available
37-
- Expansion of the `any` RID into Regex `.+`
38-
- More methods
39-
- CLI improvements
37+
- CLI is now AOT-compatible
4038
</PackageReleaseNotes>
4139
</PropertyGroup>
4240

0 commit comments

Comments
 (0)