Skip to content

Commit 62fe41d

Browse files
committed
Update version numbers in ASP.NET 5 project files
1 parent 292cf49 commit 62fe41d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0-*",
2+
"version": "1.4.1-*",
33
"configurations": {
44
"Debug": {
55
"compilationOptions": {

src/React.Sample.Mvc6/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
/* Click to learn more about project.json http://go.microsoft.com/fwlink/?LinkID=517074 */
33
"webroot": "wwwroot",
4-
"version": "1.4.0-*",
4+
"version": "1.4.1-*",
55
"dependencies": {
66
"Microsoft.AspNet.Mvc": "6.0.0.0-beta3",
77
"Microsoft.AspNet.Diagnostics": "1.0.0.0-beta3",

src/wrap/React.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0-*",
2+
"version": "1.4.1-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/React/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0-*",
2+
"version": "1.4.1-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/VroomJs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0-*",
2+
"version": "1.4.1-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)