Skip to content

Commit

Permalink
3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Jan 19, 2018
1 parent e099722 commit f4f921d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>3.0.5</Version>
<Version>3.0.6</Version>
<Description>The storefront implementation of the Virto Commerce platform.</Description>
<Copyright>Copyright © 2011-2018 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<Authors>Virto Commerce</Authors>
Expand All @@ -12,8 +12,8 @@
<PackageProjectUrl>https://github.com/VirtoCommerce/vc-storefront-core</PackageProjectUrl>
<PackageIconUrl>https://virtocommerce.com/themes/assets/logo.jpg</PackageIconUrl>
<RepositoryUrl>https://github.com/VirtoCommerce/vc-storefront-core</RepositoryUrl>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
<AssemblyVersion>3.0.6.0</AssemblyVersion>
<FileVersion>3.0.6.0</FileVersion>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand All @@ -8,9 +8,9 @@
<PackageProjectUrl>https://github.com/VirtoCommerce/vc-storefront-core</PackageProjectUrl>
<PackageIconUrl>https://virtocommerce.com/themes/assets/logo.jpg</PackageIconUrl>
<RepositoryUrl>https://github.com/VirtoCommerce/vc-storefront-core</RepositoryUrl>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
<Version>3.0.5</Version>
<AssemblyVersion>3.0.6.0</AssemblyVersion>
<FileVersion>3.0.6.0</FileVersion>
<Version>3.0.6</Version>
<Authors>Virto Commerce</Authors>
<Company>Virto Commerce</Company>
<Product>Virto Commerce</Product>
Expand Down
8 changes: 4 additions & 4 deletions VirtoCommerce.Storefront/VirtoCommerce.Storefront.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand All @@ -10,9 +10,9 @@
<PackageLicenseUrl>https://virtocommerce.com/open-source-license</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/VirtoCommerce/vc-storefront-core</PackageProjectUrl>
<RepositoryUrl>https://github.com/VirtoCommerce/vc-storefront-core</RepositoryUrl>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
<Version>3.0.5</Version>
<AssemblyVersion>3.0.6.0</AssemblyVersion>
<FileVersion>3.0.6.0</FileVersion>
<Version>3.0.6</Version>
<Copyright>Copyright © 2011-2018 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<PackageIconUrl>https://virtocommerce.com/themes/assets/logo.jpg</PackageIconUrl>
<PackageReleaseNotes></PackageReleaseNotes>
Expand Down

0 comments on commit f4f921d

Please sign in to comment.