Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
altmann committed Nov 19, 2022
1 parent d4c15b1 commit af2f38c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<PackageId>FluentResults.Extensions.AspNetCore</PackageId>
<Version>0.1.0.0</Version>
<Authors>Michael Altmann</Authors>
<Description>Asserting FluentResults objects with FluentAssertions</Description>
<Description>FluentResult Asp.Net Core integration</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>
</PackageReleaseNotes>
Init version
</PackageReleaseNotes>
<Copyright>Copyright 2022 (c) Michael Altmann. All rights reserved.</Copyright>
<PackageTags>Result Results exception error handling FluentResults</PackageTags>
<PackageProjectUrl>https://github.com/altmann/FluentResults</PackageProjectUrl>
Expand All @@ -25,7 +26,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentResults" Version="3.13.0" />
<PackageReference Include="FluentResults" Version="3.15.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
</ItemGroup>

Expand Down

0 comments on commit af2f38c

Please sign in to comment.