Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarincev committed Jan 11, 2018
1 parent 97ea6c3 commit 58e5508
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>3.0.4</Version>
<Version>3.0.5</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>
<Copyright>Copyright © 2011-2018 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>3.0.4.0</AssemblyVersion>
<FileVersion>3.0.4.0</FileVersion>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<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>
<Copyright>Copyright © 2011-2018 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>3.0.4.0</AssemblyVersion>
<FileVersion>3.0.4.0</FileVersion>
<Version>3.0.4</Version>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
<Version>3.0.5</Version>
<Authors>Virto Commerce</Authors>
<Company>Virto Commerce</Company>
<Product>Virto Commerce</Product>
Expand Down
2 changes: 1 addition & 1 deletion VirtoCommerce.Storefront/Controllers/AccountController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public async Task<ActionResult> ResetPassword(ResetPassword formModel)
}
var result = await _signInManager.UserManager.ResetPasswordAsync(user, formModel.Token, formModel.Password);

if (result.Succeeded == true)
if (result.Succeeded)
{
return View("customers/reset_password_confirmation", WorkContext);
}
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 @@ -10,10 +10,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>3.0.4.0</AssemblyVersion>
<FileVersion>3.0.4.0</FileVersion>
<Version>3.0.4</Version>
<Copyright>Copyright © 2011-2017 Virto Commerce - an enterprise Microsoft ecommerce platform ©. All rights reserved</Copyright>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<FileVersion>3.0.5.0</FileVersion>
<Version>3.0.5</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>
<ApplicationInsightsResourceId>/subscriptions/bb0218ea-8621-40d8-811e-e3a17bc72362/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/VirtoCommerce.Storefront</ApplicationInsightsResourceId>
Expand Down

0 comments on commit 58e5508

Please sign in to comment.