Skip to content

Commit

Permalink
Bumps version to 1.0.0 and updates Amazon.IonDotnet dependency version (
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cornell authored Jun 3, 2020
1 parent 688ddce commit 07bdad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amazon.IonDotnet" Version="0.9.0-beta" />
<PackageReference Include="Amazon.IonDotnet" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
Expand Down
4 changes: 2 additions & 2 deletions Amazon.IonHashDotnet/Amazon.IonHashDotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Amazon.IonHashDotnet</PackageId>
<Version>0.9.0-beta</Version>
<Version>1.0.0</Version>
<Authors>amazon-ion</Authors>
<Company>Amazon.com</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amazon.IonDotnet" Version="0.9.0-beta" />
<PackageReference Include="Amazon.IonDotnet" Version="1.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 07bdad5

Please sign in to comment.