Skip to content

Commit 73de265

Browse files
committed
1.3.0
1 parent 3702845 commit 73de265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><Project>
22
<!-- These properties will be shared for all projects -->
33
<PropertyGroup>
4-
<VersionPrefix>1.2.0</VersionPrefix>
4+
<VersionPrefix>1.3.0</VersionPrefix>
55
<VersionSuffix>
66
</VersionSuffix>
77
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>

src/VirtoCommerce.AzureBlobAssetsModule.Web/module.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<id>VirtoCommerce.AzureBlobAssets</id>
4-
<version>1.2.0</version>
4+
<version>1.3.0</version>
55
<version-tag />
66
<platformVersion>3.81.0</platformVersion>
77
<title>Azure blob assets module</title>

0 commit comments

Comments
 (0)