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 43d0f86 commit 7b61747Copy full SHA for 7b61747
Directory.Build.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <Version>1.1.1</Version>
+ <Version>1.1.2</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.1.1</AssemblyVersion>
+ <AssemblyVersion>1.1.2</AssemblyVersion>
36
37
38
<ItemGroup>
0 commit comments