Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit decb13b

Browse filesBrowse files
Make versions consistent across all .NET projects
1 parent f18e0be commit decb13b
Copy full SHA for decb13b

File tree

Expand file treeCollapse file tree

7 files changed

+7
-10
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+7
-10
lines changed
Open diff view settings
Collapse file

‎build/common.props‎

Copy file name to clipboardExpand all lines: build/common.props
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22

33
<Import Project="dependencies.props" />
4+
<Import Project="version.props" />
45

56
<PropertyGroup>
67
<Product>Microsoft ASP.NET Core</Product>
Collapse file

‎build/version.props‎

Copy file name to clipboard
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<VersionPrefix>1.1.1</VersionPrefix>
4+
<VersionSuffix>rtm</VersionSuffix>
5+
</PropertyGroup>
6+
</Project>
Collapse file

‎src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNetCore.AngularServices.csproj‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNetCore.AngularServices.csproj
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<Description>Helpers for building Angular 2 applications on ASP.NET Core.</Description>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8-
<VersionPrefix>1.1.0</VersionPrefix>
9-
<VersionSuffix>beta2</VersionSuffix>
108
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
119
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1210
</PropertyGroup>
Collapse file

‎src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<Description>Socket-based RPC for Microsoft.AspNetCore.NodeServices.</Description>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8-
<VersionPrefix>1.1.0</VersionPrefix>
9-
<VersionSuffix>beta2</VersionSuffix>
108
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
119
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1210
</PropertyGroup>
Collapse file

‎src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<Description>Invoke Node.js modules at runtime in ASP.NET Core applications.</Description>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8-
<VersionPrefix>1.1.1</VersionPrefix>
9-
<VersionSuffix>rtm</VersionSuffix>
108
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
119
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1210
</PropertyGroup>
Collapse file

‎src/Microsoft.AspNetCore.ReactServices/Microsoft.AspNetCore.ReactServices.csproj‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.ReactServices/Microsoft.AspNetCore.ReactServices.csproj
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<Description>Helpers for building React applications on ASP.NET Core.</Description>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8-
<VersionPrefix>1.1.0</VersionPrefix>
9-
<VersionSuffix>beta2</VersionSuffix>
108
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
119
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1210
</PropertyGroup>
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<Description>Helpers for building single-page applications on ASP.NET MVC Core.</Description>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8-
<VersionPrefix>1.1.1</VersionPrefix>
9-
<VersionSuffix>rtm</VersionSuffix>
108
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
119
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1210
</PropertyGroup>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.