Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jun 28, 2016
1 parent 97a8897 commit e47063e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"xmlDoc": true
},
"dependencies": {
"Stormpath.Configuration.Abstractions": "5.2.0-beta1"
"Stormpath.Configuration.Abstractions": "5.2.0"
},
"description": "Common components (views, view models) for the Stormpath OWIN middleware library.",
"frameworks": {
Expand All @@ -33,5 +33,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Abstractions"
},
"version": "1.1.0-beta1"
"version": "1.1.0"
}
8 changes: 4 additions & 4 deletions src/Stormpath.Owin.Middleware/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"copyright": "(c) 2016 Stormpath, Inc.",
"dependencies": {
"Stormpath.Configuration.Abstractions": "5.2.0-beta1",
"Stormpath.Configuration.Abstractions": "5.2.0",
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.1.0-beta1"
"version": "1.1.0"
},
"Stormpath.SDK": "0.91.0-beta1"
"Stormpath.SDK": "0.91.0"
},
"description": "Stormpath OWIN middleware for .NET.",
"frameworks": {
Expand Down Expand Up @@ -45,5 +45,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Middleware"
},
"version": "1.1.0-beta1"
"version": "1.1.0"
}
6 changes: 3 additions & 3 deletions src/Stormpath.Owin.Views.Precompiled/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.1.0-beta1"
"version": "1.1.0"
},
"Stormpath.SDK.Abstractions": "0.91.0-beta1"
"Stormpath.SDK.Abstractions": "0.91.0"
},
"description": "Precompiled views for the Stormpath OWIN middleware library.",
"frameworks": {
Expand Down Expand Up @@ -44,5 +44,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Views.Precompiled"
},
"version": "0.3.0-beta1"
"version": "0.3.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Views/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.1.0-beta1"
"version": "1.1.0"
}
},
"description": "Common views for the Stormpath OWIN middleware library.",
Expand All @@ -22,5 +22,5 @@
"publishOptions": {
"include": "Views/Stormpath/*.cshtml"
},
"version": "0.2.1"
"version": "0.3.0"
}
6 changes: 3 additions & 3 deletions test/Stormpath.Owin.NowinHarness/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"Nowin": "0.22.2",
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "1.1.0-beta1"
"version": "1.1.0"
},
"Stormpath.Owin.Views.Precompiled": {
"target": "project",
"version": "0.3.0-beta1"
"version": "0.3.0"
}
},
"description": "Nowin test harness for Stormpath.Owin.Middleware",
Expand All @@ -34,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.NowinHarness"
},
"version": "1.1.0-beta1"
"version": "1.1.0"
}
4 changes: 2 additions & 2 deletions test/Stormpath.Owin.UnitTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "1.1.0-beta1"
"version": "1.1.0"
},
"xunit": "2.1.0"
},
Expand All @@ -34,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.UnitTest"
},
"version": "1.1.0-beta1"
"version": "1.1.0"
}

0 comments on commit e47063e

Please sign in to comment.