We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa3e7f commit 0c6e47aCopy full SHA for 0c6e47a
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<TargetFramework>net7.0</TargetFramework>
4
- <Version>2.3.0</Version>
+ <Version>2.3.1</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
- - Update Orleans to latest version
+ - Allow for removing persistence to get around memory leak
14
</PackageReleaseNotes>
15
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
16
<LangVersion>11.0</LangVersion>
0 commit comments