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

Commit

Permalink
No longer beta! 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Apr 13, 2016
1 parent dc6e642 commit 9acfce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Stormpath.AspNetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"tooling": {
"defaultNamespace": "Stormpath.AspNetCore"
},
"version": "0.1.0-beta8"
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion test/Stormpath.AspNetCore.TckHarness/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
"Stormpath.AspNetCore": "0.1.0-beta8"
"Stormpath.AspNetCore": "0.1.0"
},
"exclude": [
"wwwroot",
Expand Down

2 comments on commit 9acfce8

@mdocter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great news Nate! Congratulations! 👍

@nbarbettini
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mdocter! Getting some documentation up today. If you try it out and have any feedback, please share!

Please sign in to comment.