Skip to content

Commit 6e309a2

Browse files
committed
Update version 1.48.0 => 1.49.0
Features: * #1757 Allows injecting System.Net.Http.HttpMessageHandler when creating Google.Apis.Http.ConfigurableHtppClient. * #1749 and #1753 Includes more detailed error information in batch operations. * #1741 Alloes parameter validation to be bypassed. * #1710 Makes obtaining default credentials more async (when possible). * #1665 Adss support for GCE_METADATA_HOST environment variable.
1 parent bfc9090 commit 6e309a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Src/Support/CommonProjectProperties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- common nupkg information -->
44
<PropertyGroup>
5-
<Version>1.49.0</Version>
5+
<Version>1.50.0</Version>
66
<Authors>Google Inc.</Authors>
77
<Copyright>Copyright 2017 Google Inc.</Copyright>
88
<PackageTags>Google</PackageTags>

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"language": "csharp",
33
"description": "C# libraries for Google APIs.",
4-
"releaseVersion": "1.49.0", "comment1": "Version of generated package.",
5-
"currentSupportVersion": "1.49.0", "comment2": "Version of support library upon which to depend.",
4+
"releaseVersion": "1.50.0", "comment1": "Version of generated package.",
5+
"currentSupportVersion": "1.50.0", "comment2": "Version of support library upon which to depend.",
66
"pclSupportVersion": "1.25.0", "comment3": "Version of PCL support library.",
77
"net40SupportVersion": "1.10.0", "comment4": "Version of net40 support library.",
88

0 commit comments

Comments
 (0)