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 1cbf448 commit a789992Copy full SHA for a789992
version.props
@@ -1,8 +1,8 @@
1
<Project>
2
<PropertyGroup>
3
<!-- major.minor.patch[.build] -->
4
- <VersionPrefix>1.29.0</VersionPrefix>
5
- <VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.5.0</VersionPrefix>
+ <VersionPrefix>1.29.1</VersionPrefix>
+ <VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.6.0</VersionPrefix>
6
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.10.1</VersionPrefix>
7
<!-- Alphanumberic(+hyphen) string for PackageVersion and InformationalVersion-->
8
<VersionSuffix>preview1</VersionSuffix>
0 commit comments