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

Commit fdb3433

Browse files
committed
Remove beta tag
1 parent 1b5b5a0 commit fdb3433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Stormpath.AspNetCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
1717
"Microsoft.AspNetCore.Owin": "1.0.0",
1818
"Microsoft.Extensions.Logging": "1.0.0",
19-
"Stormpath.Owin.Middleware": "1.4.0-beta1",
19+
"Stormpath.Owin.Middleware": "1.4.0",
2020
"Stormpath.Owin.Views.Precompiled": "0.4.0"
2121
},
2222
"description": "Stormpath middleware for ASP.NET Core. Easily add authentication and authorization to ASP.NET Core applications.",
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"packOptions": {
30-
"iconUrl": "https://raw.githubusercontent.com/stormpath/stormpath-sdk-csharp/master/icon.png",
30+
"iconUrl": "https://raw.githubusercontent.com/stormpath/stormpath-sdk-dotnet/master/icon.png",
3131
"language": "en-US",
3232
"licenseUrl": "https://github.com/stormpath/stormpath-aspnetcore/blob/master/LICENSE",
3333
"owners": [ "Stormpath, Inc." ],
@@ -40,5 +40,5 @@
4040
"tooling": {
4141
"defaultNamespace": "Stormpath.AspNetCore"
4242
},
43-
"version": "0.5.0-beta1"
43+
"version": "0.5.0"
4444
}

0 commit comments

Comments
 (0)