Skip to content

Commit

Permalink
Update emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy committed Aug 19, 2024
1 parent 08d0ffa commit c22fd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- major.minor.patch[.build] -->
<VersionPrefix>1.26.1</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.2.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.3.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.10.1</VersionPrefix>
<!-- Alphanumberic(+hyphen) string for PackageVersion and InformationalVersion-->
<VersionSuffix>preview1</VersionSuffix>
Expand Down

0 comments on commit c22fd6e

Please sign in to comment.