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 )
2
4
3
5
![ Image Alt] ( build/assets/logo/azure-logo-256.png )
4
6
@@ -17,9 +19,8 @@ Both NuGet and Umbraco packages are available. If you use NuGet but would like t
17
19
18
20
| NuGet Packages | Version |
19
21
| :-----------------| :-----------------|
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 ) |
23
24
24
25
| Umbraco Packages | |
25
26
| :-----------------| :-----------------|
Original file line number Diff line number Diff line change 9
9
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
10
10
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
11
11
init :
12
- - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha1
12
+ - set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha2
13
13
14
14
install :
15
15
- ps : >-
Original file line number Diff line number Diff line change 4
4
5
5
public class ConfigurationHelper
6
6
{
7
- internal static string GetAppSetting ( string key , string providerAlias )
7
+ public static string GetAppSetting ( string key , string providerAlias )
8
8
{
9
9
return ConfigurationManager . AppSettings [ $ "{ key } :{ providerAlias } "] ;
10
10
}
You can’t perform that action at this time.
0 commit comments