We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0ffa commit 2d3b312Copy full SHA for 2d3b312
version.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<!-- major.minor.patch[.build] -->
4
<VersionPrefix>1.26.1</VersionPrefix>
5
- <VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.2.0</VersionPrefix>
+ <VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.3.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