Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Dec 2, 2023
1 parent e45364a commit eec4e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<Authors>Liam Morrow</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/LiamMorrow/OrgnalR</RepositoryUrl>
<PackageReleaseNotes>
Bugs:
- Allow for removing persistence to get around memory leak
- Fix state not actually persisting
</PackageReleaseNotes>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>11.0</LangVersion>
Expand Down

0 comments on commit eec4e58

Please sign in to comment.