Skip to content

Commit bcfde32

Browse files
committed
Change package metadata and the readme.
1 parent 762ceb2 commit bcfde32

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Allows to use [StrEnum](https://github.com/StrEnum/StrEnum/) string enums with Entity Framework Core.
44

5-
Supports EF Core 3.1, EF Core 5.0, and EF Core 6.0.
5+
Supports EF Core 3.16.0
66

77
## Installation
88

src/StrEnum.EntityFrameworkCore/StrEnum.EntityFrameworkCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<PropertyGroup>
44
<PackageId>StrEnum.EntityFrameworkCore</PackageId>
55
<Description>String enum support for EF Core</Description>
6-
<Authors>dmitry-khmara</Authors>
6+
<Authors>Dmitry Khmara</Authors>
7+
<Copyright>Copyright Dmitry Khmara</Copyright>
78
<PackageTags>String Enum;EF Core;Entity Framework Core;Enum;String</PackageTags>
89
<PackageReadmeFile>README.md</PackageReadmeFile>
910
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)