Skip to content

Commit

Permalink
Update GAX to 2.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed May 26, 2017
1 parent ab1e3aa commit 2ae771d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Grpc/Google.Api.Gax.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProjectProperties.xml" />

<PropertyGroup>
<VersionPrefix>2.0.0-beta01</VersionPrefix>
<VersionPrefix>2.0.0-beta02</VersionPrefix>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Rest/Google.Api.Gax.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProjectProperties.xml" />

<PropertyGroup>
<VersionPrefix>2.0.0-beta01</VersionPrefix>
<VersionPrefix>2.0.0-beta02</VersionPrefix>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax/Google.Api.Gax.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProjectProperties.xml" />

<PropertyGroup>
<VersionPrefix>2.0.0-beta01</VersionPrefix>
<VersionPrefix>2.0.0-beta02</VersionPrefix>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProjectProperties.xml" />

<PropertyGroup>
<VersionPrefix>2.0.0-beta01</VersionPrefix>
<VersionPrefix>2.0.0-beta02</VersionPrefix>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\CommonProjectProperties.xml" />

<PropertyGroup>
<VersionPrefix>2.0.0-beta01</VersionPrefix>
<VersionPrefix>2.0.0-beta02</VersionPrefix>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit 2ae771d

Please sign in to comment.