Skip to content

Commit

Permalink
Update version.props (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Oct 26, 2023
1 parent 740cb54 commit 5c42ded
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
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- major.minor.patch[.build] -->
<VersionPrefix>1.21.8</VersionPrefix>
<VersionPrefix>1.22.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.1.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.9.0</VersionPrefix>
<!-- Alphanumberic(+hyphen) string for PackageVersion and InformationalVersion-->
Expand Down

0 comments on commit 5c42ded

Please sign in to comment.