Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 75fd215

Browse files
Change Microsoft.DotNet.Web.Spa.ProjectTemplates to use 1.0.0-preview-* version numbers since the first release will be 1.0.0
1 parent 38997c3 commit 75fd215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/package-builder/src/dotnetnew/Microsoft.DotNet.Web.Spa.ProjectTemplates.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.DotNet.Web.Spa.ProjectTemplates</id>
5-
<version>2.0.0-preview2-{buildnumber}</version>
5+
<version>1.0.0-preview-{buildnumber}</version>
66
<description>Single Page Application templates for ASP.NET Core</description>
77
<authors>Microsoft</authors>
88
<language>en-US</language>

0 commit comments

Comments
 (0)