Skip to content

Commit

Permalink
Modify Francisvac.Result.csproj to release the new version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fvaloyd committed May 7, 2023
1 parent 3fed730 commit d3b609e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Francisvac.Result/Francisvac.Result.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<PackageReleaseNotes>
Re-write the entire library to improve performance and behaviour consistency.
Remove the HttpResponseStrategy from the Result type. This change makes the Result type more pure and does not allocate memory.
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit d3b609e

Please sign in to comment.