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

Commit

Permalink
Drop beta tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jan 6, 2017
1 parent 2366b11 commit 083fc05
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.7.2-beta2"
"version": "1.7.2"
}
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Middleware/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.7.2-beta2"
"version": "1.7.2"
},
"Stormpath.SDK": "0.95.1"
},
Expand Down Expand Up @@ -46,5 +46,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Middleware"
},
"version": "3.2.0-beta3"
"version": "3.2.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Views.Precompiled/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.7.2-beta1"
"version": "1.7.2"
},
"Stormpath.SDK.Abstractions": "0.95.1"
},
Expand Down Expand Up @@ -43,5 +43,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Views.Precompiled"
},
"version": "0.4.4-beta1"
"version": "0.4.4"
}
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.7.2-beta1"
"version": "1.7.2"
}
},
"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.4-beta1"
"version": "0.4.4"
}
6 changes: 3 additions & 3 deletions test/Stormpath.Owin.IntegrationTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"Newtonsoft.Json": "9.0.1",
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "3.2.0-beta1"
"version": "3.2.0"
},
"Stormpath.Owin.Views.Precompiled": {
"target": "project",
"version": "0.4.4-beta1"
"version": "0.4.4"
},
"xunit": "2.1.0"
},
Expand All @@ -38,5 +38,5 @@
}
},
"testRunner": "xunit",
"version": "3.2.0-beta1"
"version": "3.2.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": "3.2.0-beta1"
"version": "3.2.0"
},
"Stormpath.Owin.Views.Precompiled": {
"target": "project",
"version": "0.4.4-beta1"
"version": "0.4.4"
}
},
"description": "Nowin test harness for Stormpath.Owin.Middleware",
Expand All @@ -34,5 +34,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.NowinHarness"
},
"version": "3.2.0-beta1"
"version": "3.2.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 @@ -10,7 +10,7 @@
"NSubstitute": "2.0.1-rc",
"Stormpath.Owin.Middleware": {
"target": "project",
"version": "3.2.0-beta1"
"version": "3.2.0"
},
"xunit": "2.1.0"
},
Expand All @@ -35,5 +35,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.UnitTest"
},
"version": "3.2.0-beta1"
"version": "3.2.0"
}

0 comments on commit 083fc05

Please sign in to comment.