Skip to content

Commit

Permalink
Merge pull request #551 from vicancy/v1.0.10.1
Browse files Browse the repository at this point in the history
V1.0.10.1
  • Loading branch information
vicancy authored May 28, 2019
2 parents 52415d9 + 3f5a692 commit a106f61
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
<TargetFramework>net461</TargetFramework>
<RootNamespace>Microsoft.Azure.SignalR.AspNet</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

</PropertyGroup>

<PropertyGroup>
<!-- For ASP.NET package version, sticky to 1.0.0 until 1.1.0 is ready -->
<AspNetVersionPrefix>1.0.0</AspNetVersionPrefix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(AspNetVersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(AspNetVersionPrefix)-$(VersionSuffix)-final</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a106f61

Please sign in to comment.