Skip to content

Commit a789992

Browse files
authored
Update version.props (#2099)
1 parent 1cbf448 commit a789992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<!-- major.minor.patch[.build] -->
4-
<VersionPrefix>1.29.0</VersionPrefix>
5-
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.5.0</VersionPrefix>
4+
<VersionPrefix>1.29.1</VersionPrefix>
5+
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.6.0</VersionPrefix>
66
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.10.1</VersionPrefix>
77
<!-- Alphanumberic(+hyphen) string for PackageVersion and InformationalVersion-->
88
<VersionSuffix>preview1</VersionSuffix>

0 commit comments

Comments
 (0)