1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

version bump

This commit is contained in:
Kyle Spearrin 2018-03-21 10:27:10 -04:00
parent a29b1a6dfa
commit d52f33e9c5
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFrameworks>netcoreapp2.0;net471</TargetFrameworks>
<RootNamespace>Bit.Api</RootNamespace>
<UserSecretsId>bitwarden-Api</UserSecretsId>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Billing</RootNamespace>
<UserSecretsId>bitwarden-Billing</UserSecretsId>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Events</RootNamespace>
<UserSecretsId>bitwarden-Events</UserSecretsId>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Icons</RootNamespace>
<UserSecretsId>bitwarden-Icons</UserSecretsId>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFrameworks>netcoreapp2.0;net471</TargetFrameworks>
<RootNamespace>Bit.Identity</RootNamespace>
<UserSecretsId>bitwarden-Identity</UserSecretsId>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.17.1</Version>
<Version>1.17.2</Version>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Scim</RootNamespace>
<UserSecretsId>bitwarden-Scim</UserSecretsId>