Skip to content

Commit

Permalink
Version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed May 4, 2024
1 parent d2caece commit fee5304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GenericServices/GenericServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>8.0.0</PackageVersion>
<Version>8.0.0</Version>
<PackageVersion>8.1.0</PackageVersion>
<Version>8.1.0</Version>
<Company>Selective Analytics</Company>
<Authors>Jon P Smith</Authors>
<PackageId>EfCore.GenericServices</PackageId>
Expand All @@ -27,7 +27,7 @@
<RepositoryType>GuHub</RepositoryType>
<PackageTags>Entity Framework Core, ASP.NET Core</PackageTags>
<PackageReleaseNotes>
- Only supports .NET 8 - This makes it easier to update for future NET releases
- Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse
</PackageReleaseNotes>
<PackageIcon>GenericServicesNuGetIcon128.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 8.1.0

- Updated to AutoMapper to version="13.0.1" from PR by @aaron-kruse

## 8.0.0

- Only supports .NET 8 - This makes it easier to update for future NET releases
Expand Down

0 comments on commit fee5304

Please sign in to comment.