Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiranFang committed Sep 26, 2018
1 parent e56a662 commit f31bf30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Grpc.Gcp/Grpc.Gcp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Global
{F4AFFF8E-FA15-4CBC-81E1-7BFCC1A12E7F}.Release|Any CPU.Build.0 = Release|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Release|Any CPU.Build.0 = Release|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{54006751-6500-4E42-BF57-CD7058A2D868}.Release|Any CPU.Build.0 = Debug|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Release|Any CPU.Build.0 = Release|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{45762CDD-3C44-440A-B359-DE950AD6BE96}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 4 additions & 2 deletions Grpc.Gcp/Grpc.Gcp/Grpc.Gcp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<RepositoryUrl>https://github.com/GoogleCloudPlatform/grpc-gcp-csharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Google;Cloud;Grpc;GCP</PackageTags>
<Version>1.0.0</Version>
<PackageReleaseNotes>GA release.</PackageReleaseNotes>
<Version>1.1.0</Version>
<PackageReleaseNotes>Grpc.Gcp v1.1.0
- Propagate task status more reliably
- Improvements to affinity and error handling</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../keys/Grpc.Gcp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
Expand Down

0 comments on commit f31bf30

Please sign in to comment.