Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwittke committed Dec 13, 2017
1 parent 70dfb4b commit 82fd9cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions src/Backend.Fx.Bootstrapping/Backend.Fx.Bootstrapping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Marc Wittke</Authors>
<Company>anic GmbH</Company>
<Product>Backend.Fx</Product>
Expand All @@ -13,7 +12,7 @@
<PackageProjectUrl>https://github.com/marcwittke/Backend.Fx</PackageProjectUrl>
<RepositoryUrl>https://github.com/marcwittke/Backend.Fx.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Authors>Marc Wittke</Authors>
<Company>anic GmbH</Company>
<VersionPrefix>1.1.0</VersionPrefix>
<Product>Backend.Fx</Product>
<Description>Persistence implementation for Backend.Fx using Entity Framework Core 1.1</Description>
<Copyright>All rights reserved. Distributed under the terms of the MIT License.</Copyright>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/marcwittke/Backend.Fx</PackageProjectUrl>
<RepositoryUrl>https://github.com/marcwittke/Backend.Fx.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Backend.Fx.NLogLogging/Backend.Fx.NLogLogging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<VersionPrefix>1.1.0</VersionPrefix>
<Authors>Marc Wittke</Authors>
<Company>anic GmbH</Company>
<Product>Backend.Fx</Product>
Expand All @@ -13,7 +12,7 @@
<PackageProjectUrl>https://github.com/marcwittke/Backend.Fx</PackageProjectUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<RepositoryType>Git</RepositoryType>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Backend.Fx.Testing/Backend.Fx.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions src/Backend.Fx/Backend.Fx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Authors>Marc Wittke</Authors>
<Company>anic GmbH</Company>
<VersionPrefix>1.1.0</VersionPrefix>
<Product>Backend.Fx</Product>
<Product>Backend.Fx</Product>
<Description>Abstractions of Backend.Fx and generic base implementations.</Description>
<Copyright>All rights reserved. Distributed under the terms of the MIT License.</Copyright>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/marcwittke/Backend.Fx</PackageProjectUrl>
<RepositoryUrl>https://github.com/marcwittke/Backend.Fx.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 82fd9cc

Please sign in to comment.