We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f839d commit a5ebdacCopy full SHA for a5ebdac
Directory.Build.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <Version>1.7.0</Version>
+ <Version>1.8.0</Version>
21
<!--
22
.NET does not allow the above version format for AssemblyVersion, and this
23
is the version used in gRPC headers. The format is
@@ -32,7 +32,7 @@
32
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
33
leave revision off.
34
-->
35
- <AssemblyVersion>1.7.0</AssemblyVersion>
+ <AssemblyVersion>1.8.0</AssemblyVersion>
36
37
38
<ItemGroup>
0 commit comments