Skip to content

Commit

Permalink
Update version v1.27.1 -> v1.28.0 (#1066)
Browse files Browse the repository at this point in the history
Also change nupkg project URL to github page, per #655
  • Loading branch information
chrisdunelm committed Jul 18, 2017
1 parent 95110b8 commit 677edd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"language": "csharp",
"description": "C# libraries for Google APIs.",
"releaseVersion": "1.27.1", "comment1": "Version of generated package.",
"currentSupportVersion": "1.27.1", "comment2": "Version of support library upon which to depend.",
"releaseVersion": "1.28.0", "comment1": "Version of generated package.",
"currentSupportVersion": "1.28.0", "comment2": "Version of support library upon which to depend.",
"pclSupportVersion": "1.25.0", "comment3": "Version of PCL support library.",
"net40SupportVersion": "1.10.0", "comment4": "Version of net40 support library."
}
4 changes: 2 additions & 2 deletions Src/Support/CommonProjectProperties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<!-- common nupkg information -->
<PropertyGroup>
<Version>1.27.1</Version>
<Version>1.28.0</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://developers.google.com/api-client-library/dotnet</PackageProjectUrl>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/google/google-api-dotnet-client</RepositoryUrl>
Expand Down

0 comments on commit 677edd9

Please sign in to comment.