Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jul 31, 2023
1 parent ac986ad commit 0ed4a9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Remora.Results.Analyzers/Remora.Results.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 5 additions & 7 deletions Remora.Results/Remora.Results.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>7.2.3</VersionPrefix>
<VersionPrefix>7.3.0</VersionPrefix>
<Description>
A basic implementation of a descriptive algebraic data type for C#.
</Description>
<PackageReleaseNotes>
Fix AggregateError message.
Improve AggregateError output.
Add missing nullability attribute.
Add various Rust-style mapping methods.
Implement support for explicit conversion of Result&lt;T&gt; to Result.
Mark library as AOT-compatible.
Add entity interface for parity.
Add .NET Framework 4.6.1 as a target.
</PackageReleaseNotes>
<PackageTags>$(PackageTags);algebraic datatype;result;results</PackageTags>
</PropertyGroup>
Expand All @@ -26,5 +24,5 @@
</ItemGroup>
</When>
</Choose>

</Project>

0 comments on commit 0ed4a9e

Please sign in to comment.