Skip to content

Commit

Permalink
Update version.props for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Sep 29, 2024
1 parent e0d4641 commit 0a91f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<!-- major.minor.patch[.build] -->
<VersionPrefix>1.28.0</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.4.0</VersionPrefix>
<VersionPrefix>1.28.1</VersionPrefix>
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.4.1</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 0a91f9c

Please sign in to comment.