Skip to content

Commit

Permalink
Merge branch 'feature/sdk12' into main-version-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Aug 31, 2021
2 parents 157a29e + 703ac1c commit 290d3bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.
Expand All @@ -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/)|
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configuration: Release

environment:
# Version Suffix
version_suffix: beta1
version_suffix: beta2

install:
- ps: .\build\appveyor-semver.ps1
Expand Down

0 comments on commit 290d3bc

Please sign in to comment.