Skip to content

Commit

Permalink
4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yecli committed May 1, 2020
1 parent 087567b commit cf9f31c
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
Expand Up @@ -2,18 +2,18 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>4.1.11</Version>
<Description>The storefront implementation of the Virto Commerce platform.</Description>
<Copyright>Copyright © 2011-2019 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<Copyright>Copyright © 2011-2020 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<Authors>Virto Commerce</Authors>
<Company>Virto Commerce</Company>
<Product>Virto Commerce</Product>
<PackageLicenseUrl>https://virtocommerce.com/open-source-license</PackageLicenseUrl>
<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>4.1.11.0</AssemblyVersion>
<FileVersion>4.1.11.0</FileVersion>
<AssemblyVersion>4.1.12.0</AssemblyVersion>
<FileVersion>4.1.12.0</FileVersion>
<Version>4.1.12</Version>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<!--https://docs.microsoft.com/en-us/dotnet/core/deploying/runtime-patch-selection-->
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<Description>The storefront implementation of the Virto Commerce platform.</Description>
<Copyright>Copyright © 2011-2019 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<Copyright>Copyright © 2011-2020 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<PackageLicenseUrl>https://virtocommerce.com/open-source-license</PackageLicenseUrl>
<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>4.1.11.0</AssemblyVersion>
<FileVersion>4.1.11.0</FileVersion>
<Version>4.1.11</Version>
<AssemblyVersion>4.1.12.0</AssemblyVersion>
<FileVersion>4.1.12.0</FileVersion>
<Version>4.1.12</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
Expand Up @@ -11,10 +11,10 @@
<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>4.1.11.0</AssemblyVersion>
<FileVersion>4.1.11.0</FileVersion>
<Version>4.1.11</Version>
<Copyright>Copyright © 2011-2019 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<AssemblyVersion>4.1.12.0</AssemblyVersion>
<FileVersion>4.1.12.0</FileVersion>
<Version>4.1.12</Version>
<Copyright>Copyright © 2011-2020 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<PackageIconUrl>https://virtocommerce.com/themes/assets/logo.jpg</PackageIconUrl>
<PackageReleaseNotes></PackageReleaseNotes>
<TypeScriptToolsVersion>3.1</TypeScriptToolsVersion>
Expand Down

0 comments on commit cf9f31c

Please sign in to comment.