Skip to content

Commit

Permalink
Release all GAX libraries as 3.0.0 and CommonProtos as 2.0.0.
Browse files Browse the repository at this point in the history
There are no code changes since 3.0.0-beta03.

(Note: Json.NET reference updated to 12.0.3 to match Google.Apis.)
  • Loading branch information
jskeet committed Mar 16, 2020
1 parent 29e0ad1 commit 9d9b154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Google.Api.CommonProtos/Google.Api.CommonProtos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProperties.Production.xml" />

<PropertyGroup>
<Version>2.0.0-beta02</Version>
<Version>2.0.0</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/Google.Api.Gax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />

<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion ReleaseVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- divergent versions, but for the moment this keeps things simpler.
-->
<PropertyGroup>
<Version>3.0.0-beta03</Version>
<Version>3.0.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 9d9b154

Please sign in to comment.