File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/UmbracoFileSystemProviders.Azure/Helpers Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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| :-----------------| :-----------------|
Original file line number Diff line number Diff line change 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
1111init :
12- - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha1
12+ - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha2
1313
1414install :
1515 - ps : >-
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments