Skip to content

Commit 290d3bc

Browse files
committed
Merge branch 'feature/sdk12' into main-version-3
2 parents 157a29e + 703ac1c commit 290d3bc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# UmbracoFileSystemProviders.Azure v2
1+
# UmbracoFileSystemProviders.Azure v2+
22

33
**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)
44

5+
**For Umbraco v9** please goto [https://github.com/umbraco/Umbraco.StorageProviders](https://github.com/umbraco/Umbraco.StorageProviders)
6+
57
![Image Alt](build/assets/logo/azure-logo-256.png)
68

79
[![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
1315

1416
**v2 requires Umbraco v8.1.0+**
1517

18+
19+
1620
## Installation
1721

1822
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
2125

2226
**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`**
2327

28+
**v3 is v2 refactored to use the Azure SDK v12**
29+
2430
|NuGet Packages |Version |
2531
|:-----------------|:-----------------|
2632
|**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/)|

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ configuration: Release
99

1010
environment:
1111
# Version Suffix
12-
version_suffix: beta1
12+
version_suffix: beta2
1313

1414
install:
1515
- ps: .\build\appveyor-semver.ps1

0 commit comments

Comments
 (0)