We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45364a commit eec4e58Copy full SHA for eec4e58
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<TargetFramework>net7.0</TargetFramework>
4
- <Version>2.3.1</Version>
+ <Version>2.3.2</Version>
5
<Authors>Liam Morrow</Authors>
6
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
7
<IncludeSymbols>true</IncludeSymbols>
@@ -10,7 +10,7 @@
10
<RepositoryUrl>https://github.com/LiamMorrow/OrgnalR</RepositoryUrl>
11
<PackageReleaseNotes>
12
Bugs:
13
- - Allow for removing persistence to get around memory leak
+ - Fix state not actually persisting
14
</PackageReleaseNotes>
15
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
16
<LangVersion>11.0</LangVersion>
0 commit comments