diff --git a/README.md b/README.md index be3f58e..b356f17 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# UmbracoFileSystemProviders.Azure v2 +# UmbracoFileSystemProviders.Azure v2+ **This version is for Umbraco v8 only**. For the v1 package for **Umbraco v7** please visit the [develop branch](https://github.com/umbraco-community/UmbracoFileSystemProviders.Azure/tree/develop) +**For Umbraco v9** please goto [https://github.com/umbraco/Umbraco.StorageProviders](https://github.com/umbraco/Umbraco.StorageProviders) + ![Image Alt](build/assets/logo/azure-logo-256.png) [![Build status](https://ci.appveyor.com/api/projects/status/oicfg95tvptrhntn/branch/develop-umbraco-version-8?svg=true)](https://ci.appveyor.com/project/Umbraco-Community/umbracofilesystemproviders-azure/branch/develop-umbraco-version-8) @@ -13,6 +15,8 @@ This package allows the storage and retrieval of media items using Azure Blob St **v2 requires Umbraco v8.1.0+** + + ## Installation Both NuGet and Umbraco packages are available. If you use NuGet but would like the benefit of the Umbraco configuration wizard you can install the Umbraco package first, use the wizard, then install the NuGet package, the configuration will be maintained. @@ -21,6 +25,8 @@ From **v2.0.0-alpha3** onwards this package was split into 2 NuGet packages and **If upgrading from v2.0.0-alpha1 or v2.0.0-alpha2 to v2.0.0-alpha3 you will need to install `UmbracoFileSystemProviders.Azure.Media`** +**v3 is v2 refactored to use the Azure SDK v12** + |NuGet Packages |Version | |:-----------------|:-----------------| |**Release Core**|[![NuGet download](http://img.shields.io/nuget/vpre/UmbracoFileSystemProviders.Azure.svg)](https://www.nuget.org/packages/UmbracoFileSystemProviders.Azure/)|[![NuGet count](https://img.shields.io/nuget/dt/UmbracoFileSystemProviders.Azure.svg)](https://www.nuget.org/packages/UmbracoFileSystemProviders.Azure/)| diff --git a/appveyor.yml b/appveyor.yml index 0fb7063..a1a46c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ configuration: Release environment: # Version Suffix - version_suffix: beta1 + version_suffix: beta2 install: - ps: .\build\appveyor-semver.ps1