Skip to content

Commit 34271a4

Browse files
committed
Bump version to 0.5.4 and remove reference to Umbraco v6
1 parent 4c5cc5c commit 34271a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2015
22

33
# Version format
4-
version: 0.5.3.{build}
4+
version: 0.5.4.{build}
55

66
cache:
77
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageId>UmbracoFileSystemProviders.Azure</PackageId>
3232
<Copyright>Copyright &#169; James Jackson-South and contributors.</Copyright>
3333
<Owners>James Jackson-South</Owners>
34-
<Description>An Azure Blob Storage IFileSystem provider for Umbraco 6.25+. Used to offload static files in the media section to the cloud.</Description>
34+
<Description>An Azure Blob Storage IFileSystem provider for Umbraco. Used to offload static files in the media section to the cloud.</Description>
3535
<IconUrl>https://raw.githubusercontent.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure/develop/build/assets/logo/azure-logo-128.png</IconUrl>
3636
<Tags>umbraco azure media blob imageprocessor</Tags>
3737
<Language>en-GB</Language>

0 commit comments

Comments
 (0)