Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Oct 27, 2017
1 parent 434723e commit 956b1da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Api/Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>1.12.1</Version>
<Version>1.13.0</Version>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<AssemblyName>Api</AssemblyName>
<RootNamespace>Bit.Api</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Billing/Billing.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>1.12.1</Version>
<Version>1.13.0</Version>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<AssemblyName>Billing</AssemblyName>
<RootNamespace>Bit.Billing</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions src/Icons/Icons.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>1.13.0</Version>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RootNamespace>Bit.Icons</RootNamespace>
<UserSecretsId>bitwarden-Icons</UserSecretsId>
Expand Down
2 changes: 1 addition & 1 deletion src/Identity/Identity.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>1.12.1</Version>
<Version>1.13.0</Version>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<AssemblyName>Identity</AssemblyName>
<RootNamespace>Bit.Identity</RootNamespace>
Expand Down

0 comments on commit 956b1da

Please sign in to comment.