mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +01:00
version bump for 1.0.0 release
This commit is contained in:
parent
1dabed975e
commit
87541bdb3d
@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"userSecretsId": "aspnet5-bitwarden-Api",
|
"userSecretsId": "aspnet5-bitwarden-Api",
|
||||||
"version": "0.0.1-*",
|
"version": "1.0.0",
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Core": {
|
"Core": {
|
||||||
"version": "0.0.1",
|
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.1-*",
|
|
||||||
"description": "bitwarden Core Library",
|
|
||||||
"authors": [ "Kyle Spearrin" ],
|
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Identity": "1.0.0",
|
"Microsoft.AspNetCore.Identity": "1.0.0",
|
||||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
|
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"version": "0.0.1",
|
"version": "0.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
"rimraf": "2.5.4",
|
"rimraf": "2.5.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user