Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed May 8, 2018
1 parent dced8e6 commit 054aef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>3.1.0</Version>
<Version>3.1.1</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.1.0.0</AssemblyVersion>
<FileVersion>3.0.10.0</FileVersion>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<FileVersion>3.1.1.0</FileVersion>
</PropertyGroup>


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.1.0.0</AssemblyVersion>
<FileVersion>3.0.10.0</FileVersion>
<Version>3.1.0</Version>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<FileVersion>3.1.1.0</FileVersion>
<Version>3.1.1</Version>
<Authors>Virto Commerce</Authors>
<Company>Virto Commerce</Company>
<Product>Virto Commerce</Product>
Expand Down
12 changes: 3 additions & 9 deletions VirtoCommerce.Storefront/VirtoCommerce.Storefront.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.0</AssemblyVersion>
<FileVersion>3.0.10.0</FileVersion>
<Version>3.1.0</Version>
<AssemblyVersion>3.1.1.0</AssemblyVersion>
<FileVersion>3.1.1.0</FileVersion>
<Version>3.1.1</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 All @@ -24,10 +24,6 @@
<Compile Remove="Routing\StorefrontRouteExtensions.cs" />
</ItemGroup>

<ItemGroup>
<Content Remove="wwwroot\%2a%2a" />
</ItemGroup>

<ItemGroup>
<Content Include="IISUrlRewrite.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -37,7 +33,6 @@
<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="2.0.0-rc2-final" />
<PackageReference Include="AspNet.Security.OAuth.StackExchange" Version="2.0.0-rc2-final" />
<PackageReference Include="FluentValidation" Version="7.5.2" />
<PackageReference Include="Markdig" Version="0.13.3" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.0-beta1" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.5.0-beta1" />
Expand All @@ -59,7 +54,6 @@

<ItemGroup>
<Folder Include="AutoRestClients\" />
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 054aef3

Please sign in to comment.