Change Microsoft.DotNet.Web.Spa.ProjectTemplates to use non-prerelease version number in NuGet package

This commit is contained in:
Steve Sanderson
2017-07-27 14:51:21 +01:00
parent f5d58f3f2e
commit 169ef12cd8
2 changed files with 3 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.DotNet.Web.Spa.ProjectTemplates</id>
<version>1.0.0-preview-{buildnumber}</version>
<version>1.0.{buildnumber}</version>
<description>Single Page Application templates for ASP.NET Core</description>
<authors>Microsoft</authors>
<language>en-US</language>