Skip to content

Commit db5eb94

Browse files
authored
Update version.props for serverless protocol (#2131)
1 parent 6e4f3a7 commit db5eb94

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,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
33
<!-- major.minor.patch[.build] -->
4-
<VersionPrefix>1.29.1</VersionPrefix>
4+
<VersionPrefix>1.30.0</VersionPrefix>
55
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Emulator'">1.6.1</VersionPrefix>
6-
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.10.1</VersionPrefix>
6+
<VersionPrefix Condition="'$(MSBuildProjectName)' == 'Microsoft.Azure.SignalR.Serverless.Protocols'">1.11.0</VersionPrefix>
77
<!-- Alphanumberic(+hyphen) string for PackageVersion and InformationalVersion-->
88
<VersionSuffix>preview1</VersionSuffix>
99
<!-- Version = VersionPrefix-VersionSuffix, for PackageVersion and AssemblyVersion -->

0 commit comments

Comments
 (0)