Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Nov 8, 2017
1 parent 9330e0c commit 2373dc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>3.0.0</Version>
<Version>3.0.2</Version>
<Description>The storefront implementation of the Virto Commerce platform.</Description>
<Copyright>Copyright © 2011-2017 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<Authors>Virto Commerce</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0</AssemblyVersion>
<AssemblyVersion>3.0.2.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<Version>3.0.0</Version>
<Version>3.0.2</Version>
<Authors>Virto Commerce</Authors>
<Company>Virto Commerce</Company>
<Product>Virto Commerce</Product>
Expand Down
10 changes: 5 additions & 5 deletions VirtoCommerce.Storefront/VirtoCommerce.Storefront.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<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.1.0</AssemblyVersion>
<FileVersion>3.0.1.0</FileVersion>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.2.0</AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion>
<Version>3.0.2</Version>
<Copyright>Copyright © 2011-2017 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<PackageIconUrl>https://virtocommerce.com/themes/assets/logo.jpg</PackageIconUrl>
<PackageReleaseNotes>[PRE-RELEASE]
Updates to libsass dll to support macosx and linux docker deployments.
Fix to correct displaying correct categories when switching a store.</PackageReleaseNotes>
Performance improvements
Restored the work of Quotes functionality</PackageReleaseNotes>
<ApplicationInsightsResourceId>/subscriptions/bb0218ea-8621-40d8-811e-e3a17bc72362/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/VirtoCommerce.Storefront</ApplicationInsightsResourceId>
<ApplicationInsightsAnnotationResourceId>/subscriptions/bb0218ea-8621-40d8-811e-e3a17bc72362/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/VirtoCommerce.Storefront</ApplicationInsightsAnnotationResourceId>
</PropertyGroup>
Expand Down

0 comments on commit 2373dc5

Please sign in to comment.