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

Commit

Permalink
Remove beta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Sep 14, 2016
1 parent 163ca9b commit 55ab5d4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Stormpath.Owin.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Abstractions"
},
"version": "1.5.0-beta4"
"version": "1.5.0"
}
6 changes: 3 additions & 3 deletions src/Stormpath.Owin.Middleware/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.5.0-beta4"
"version": "1.5.0"
},
"Stormpath.SDK": "0.94.0"
"Stormpath.SDK": "0.94.1"
},
"description": "Stormpath OWIN middleware for .NET.",
"frameworks": {
Expand Down Expand Up @@ -45,5 +45,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Middleware"
},
"version": "2.0.0-beta5"
"version": "2.0.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.5.0-beta2"
"version": "1.5.0"
},
"Stormpath.SDK.Abstractions": "0.94.0-beta1"
"Stormpath.SDK.Abstractions": "0.94.1"
},
"description": "Precompiled views for the Stormpath OWIN middleware library.",
"frameworks": {
Expand Down Expand Up @@ -43,5 +43,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Views.Precompiled"
},
"version": "0.4.1-beta1"
"version": "0.4.1"
}
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Views/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.5.0-beta1"
"version": "1.5.0"
}
},
"description": "Common views for the Stormpath OWIN middleware library.",
Expand All @@ -29,5 +29,5 @@
"tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final"
},
"version": "0.4.1-beta1"
"version": "0.4.1"
}
6 changes: 3 additions & 3 deletions test/Stormpath.Owin.IntegrationTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "2.0.0-beta5"
"version": "2.0.0"
},
"Stormpath.SDK": "0.94.0",
"Stormpath.SDK": "0.94.1",
"xunit": "2.1.0"
},
"description": "Integration tests for Stormpath OWIN middleware.",
Expand All @@ -32,5 +32,5 @@
}
},
"testRunner": "xunit",
"version": "2.0.0-beta3"
"version": "2.0.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": "2.0.0-beta2"
"version": "2.0.0"
},
"Stormpath.Owin.Views.Precompiled": {
"target": "project",
"version": "0.4.1-beta1"
"version": "0.4.1"
}
},
"description": "Nowin test harness for Stormpath.Owin.Middleware",
Expand All @@ -34,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.NowinHarness"
},
"version": "2.0.0-beta2"
"version": "2.0.0"
}
5 changes: 2 additions & 3 deletions test/Stormpath.Owin.UnitTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"type": "platform",
"version": "1.0.0"
},
"NSubstitute": "2.0.0-rc",
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "2.0.0-beta5"
"version": "2.0.0"
},
"xunit": "2.1.0"
},
Expand All @@ -35,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.UnitTest"
},
"version": "2.0.0-beta3"
"version": "2.0.0"
}

0 comments on commit 55ab5d4

Please sign in to comment.