Skip to content

Commit 4008607

Browse files
committed
Bump version to 1.0.0
1 parent a01544a commit 4008607

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/src/Harrison314.EntityFrameworkCore.Encryption.Contrib/Harrison314.EntityFrameworkCore.Encryption.Contrib.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5-
<Version>0.9.0</Version>
5+
<Version>1.0.0</Version>
66
<Authors>harrison314</Authors>
77
<Product>Harrison314.EntityFrameworkCore.Encryption</Product>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/src/Harrison314.EntityFrameworkCore.Encryption/Harrison314.EntityFrameworkCore.Encryption.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
Work with any database and using standard cryptographic algorithms (AES, HMAC SHA, SP800-108, PBKDF-2,...).</Description>
1313
<PackageIcon>NugetIcon.png</PackageIcon>
1414
<Nullable>enable</Nullable>
15-
<Version>0.9.0</Version>
15+
<Version>1.0.0</Version>
1616
<PackageTags>EF Core, Entity Framework core, Encryption, Database encryption, Transparent Encryption, AES, AEAD</PackageTags>
17+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
18+
<FileVersion>1.0.0.0</FileVersion>
1719
</PropertyGroup>
1820

1921
<ItemGroup>

0 commit comments

Comments
 (0)