Skip to content

Commit

Permalink
3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akak1977 committed Jan 27, 2020
1 parent 7c8a236 commit 67e6ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionSuffix>rc2</VersionSuffix>
<VersionSuffix>rc.3</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/VirtoCommerce.OrdersModule.Web/module.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<id>VirtoCommerce.Orders</id>
<version>3.0.0</version>
<version-tag>rc.2</version-tag>
<version-tag>rc.3</version-tag>
<platformVersion>3.0.0</platformVersion>
<dependencies>
<dependency id="VirtoCommerce.Core" version="3.0.0" />
Expand Down

0 comments on commit 67e6ba0

Please sign in to comment.