Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #23 from hotchkj/rel-1.0
Browse files Browse the repository at this point in the history
Push release that works for ASP.NET Core 1.0 before 2.0 release
  • Loading branch information
hotchkj authored Aug 29, 2017
2 parents b3c9ce9 + c4ae516 commit 52b5eb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>DataProtection encrypter &amp; decrypter for use with AWS KMS</Description>
<VersionPrefix>1.0.0-beta07</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>hotchkj</Authors>
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -13,7 +13,7 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>AspNetCore.DataProtection.Aws.Kms</PackageId>
<PackageTags>ASP.NET;AWS;DataProtection;netcore</PackageTags>
<PackageReleaseNotes>Updated to DataProtection 1.1.2, added XML intellisense</PackageReleaseNotes>
<PackageReleaseNotes>Released version compatible only with ASP.NET Core 1.X</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/hotchkj/AspNetCore.DataProtection.Aws</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>DataProtection repository for use with AWS S3</Description>
<VersionPrefix>1.0.0-beta07</VersionPrefix>
<VersionPrefix>1.0.0</VersionPrefix>
<Authors>hotchkj</Authors>
<TargetFrameworks>net46;netstandard1.3</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -13,7 +13,7 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>AspNetCore.DataProtection.Aws.S3</PackageId>
<PackageTags>ASP.NET;AWS;DataProtection;netcore</PackageTags>
<PackageReleaseNotes>Updated to DataProtection 1.1.2, added XML intellisense</PackageReleaseNotes>
<PackageReleaseNotes>Released version compatible only with ASP.NET Core 1.X</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/hotchkj/AspNetCore.DataProtection.Aws</PackageProjectUrl>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.CodeCoverage" Version="1.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
<PackageReference Include="Moq" Version="4.7.10" />
<PackageReference Include="Moq" Version="4.7.99" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 52b5eb9

Please sign in to comment.