Skip to content

Commit 13ff963

Browse files
committed
Merge branch 'develop-umbraco-version-8' into master-umbraco-version-8
2 parents 0f0f1f6 + 7cbe714 commit 13ff963

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# UmbracoFileSystemProviders.Azure
1+
# UmbracoFileSystemProviders.Azure v2
2+
3+
**This version is for Umbraco v8 only**. For the v1 package for **Umbraco v7** please visit the [main branch](https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure)
24

35
![Image Alt](build/assets/logo/azure-logo-256.png)
46

@@ -17,9 +19,8 @@ Both NuGet and Umbraco packages are available. If you use NuGet but would like t
1719

1820
|NuGet Packages |Version |
1921
|:-----------------|:-----------------|
20-
|**Release**|[![NuGet download](http://img.shields.io/nuget/v/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/)|
21-
|**Pre-release v1**|[![MyGet download](https://img.shields.io/myget/umbracofilesystemproviders-azure/vpre/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/gallery/umbracofilesystemproviders-azure)|[![MyGet count](https://img.shields.io/myget/umbracofilesystemproviders-azure/dt/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/gallery/umbracofilesystemproviders-azure)|
22-
|**Pre-release v2**|[![MyGet download](https://img.shields.io/myget/umbraco-packages/vpre/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/feed/umbraco-packages/package/nuget/UmbracoFileSystemProviders.Azure)|[![MyGet count](https://img.shields.io/myget/umbraco-packages/dt/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/feed/umbraco-packages/package/nuget/UmbracoFileSystemProviders.Azure)|
22+
|**Pre-Release**|[![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/)|
23+
|**Bleeding edge v2**|[![MyGet download](https://img.shields.io/myget/umbraco-packages/vpre/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/feed/umbraco-packages/package/nuget/UmbracoFileSystemProviders.Azure)|[![MyGet count](https://img.shields.io/myget/umbraco-packages/dt/UmbracoFileSystemProviders.Azure.svg)](https://www.myget.org/feed/umbraco-packages/package/nuget/UmbracoFileSystemProviders.Azure)|
2324

2425
|Umbraco Packages | |
2526
|:-----------------|:-----------------|

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
1010
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1111
init:
12-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha1
12+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha2
1313

1414
install:
1515
- ps: >-

src/UmbracoFileSystemProviders.Azure/Helpers/ConfigurationHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class ConfigurationHelper
66
{
7-
internal static string GetAppSetting(string key, string providerAlias)
7+
public static string GetAppSetting(string key, string providerAlias)
88
{
99
return ConfigurationManager.AppSettings[$"{key}:{providerAlias}"];
1010
}

0 commit comments

Comments
 (0)