Skip to content

Commit

Permalink
Appease the nuget gods
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKee committed Jul 27, 2023
1 parent 8b9ab19 commit 9302ea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

<PropertyGroup>
<Description>ASP.NET DataProtection encrypter &amp; decrypter for use with AWS KMS</Description>
<PackageId>AspNetCore.DataProtection.Aws.Kms</PackageId>
<PackageId>AspNet.DataProtection.Aws.Kms</PackageId>
<AssemblyName>AspNetCore.DataProtection.Aws.Kms</AssemblyName>
<RootNamespace>AspNetCore.DataProtection.Aws.Kms</RootNamespace>
<PackageTags>ASP.NET;AWS;DataProtection;netcore,s3</PackageTags>
<PackageTags>ASP.NET;AWS;DataProtection;netcore,Kms</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<PropertyGroup>
<Description>ASP.NET DataProtection repository for use with AWS S3</Description>
<PackageId>AspNetCore.DataProtection.Aws.S3</PackageId>
<PackageId>AspNet.DataProtection.Aws.S3</PackageId>
<AssemblyName>AspNetCore.DataProtection.Aws.S3</AssemblyName>
<RootNamespace>AspNetCore.DataProtection.Aws.S3</RootNamespace>
<PackageTags>ASP.NET;AWS;DataProtection;netcore</PackageTags>
<PackageReleaseNotes>Supports ASP.NET Framework 4.8 and .net 6+
Expand Down

0 comments on commit 9302ea0

Please sign in to comment.