Skip to content

Commit 2d3b312

Browse files
authored
Update emulator version (#2025)
1 parent 08d0ffa commit 2d3b312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- major.minor.patch[.build] -->
44
<VersionPrefix>1.26.1</VersionPrefix>
5-
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.2.0</VersionPrefix>
5+
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.3.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)