Skip to content

Commit 5520668

Browse files
author
Joel Mitchell
committed
Added readme and updated package references
1 parent b662714 commit 5520668

File tree

4 files changed

+58
-34
lines changed

4 files changed

+58
-34
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Cofoundry.Plugins.Azure
2+
3+
[![Build status](https://ci.appveyor.com/api/projects/status/65bx24r2ugb1hoko?svg=true)](https://ci.appveyor.com/project/Cofoundry/cofoundry-plugins-azure)
4+
[![NuGet](https://img.shields.io/nuget/v/Cofoundry.Plugins.SiteMap.svg)](https://www.nuget.org/packages/Cofoundry.Plugins.Azure/)
5+
[![Gitter](https://img.shields.io/gitter/room/cofoundry-cms/cofoundry.svg)](https://gitter.im/cofoundry-cms/cofoundry)
6+
7+
8+
This library is a plugin for [Cofoundry](http://cofoundry.org/). For more information on getting started with Cofoundry check out the [Cofoundry repository](https://github.com/cofoundry-cms/cofoundry).
9+
10+
## Overview
11+
12+
This library contains services, abstractions and helpers for running in an Azure environment. Principally this consists of:
13+
14+
- **AzureBlobFileService:** IFileStoreService for azure blog storage
15+
16+
## Settings
17+
18+
- **Cofoundry:Plugins:AzureBlobFileService:ConnectionString** The connection string to use when accessing files in blob storage
19+
- **Cofoundry:Plugins:Azure:AutoRegisterServices:** Indicates whether to automatically register azure services. Defaults to true, but you may want to set this as false if developing locally
20+
21+
22+
23+
24+

src/Cofoundry.Plugins.Azure/Cofoundry.Plugins.Azure.csproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
<NoWarn>1591</NoWarn>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="AutoMapper, Version=5.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
37-
<HintPath>..\packages\AutoMapper.5.1.1\lib\net45\AutoMapper.dll</HintPath>
36+
<Reference Include="AutoMapper, Version=5.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
37+
<HintPath>..\packages\AutoMapper.5.2.0\lib\net45\AutoMapper.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="Cofoundry.Core, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0018\lib\net461\Cofoundry.Core.dll</HintPath>
41+
<HintPath>..\packages\Cofoundry.Core.0.1.0-beta0106\lib\net461\Cofoundry.Core.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Cofoundry.Domain, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0018\lib\net461\Cofoundry.Domain.dll</HintPath>
45+
<HintPath>..\packages\Cofoundry.Domain.0.1.0-beta0106\lib\net461\Cofoundry.Domain.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Conditions, Version=2.1.0.24, Culture=neutral, processorArchitecture=MSIL">
@@ -65,39 +65,39 @@
6565
<HintPath>..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
6666
<Private>True</Private>
6767
</Reference>
68-
<Reference Include="Microsoft.Data.Edm, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Microsoft.Data.Edm.5.6.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
68+
<Reference Include="Microsoft.Data.Edm, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Microsoft.Data.Edm.5.7.0\lib\net40\Microsoft.Data.Edm.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
72-
<Reference Include="Microsoft.Data.OData, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Microsoft.Data.OData.5.6.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
72+
<Reference Include="Microsoft.Data.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Microsoft.Data.OData.5.7.0\lib\net40\Microsoft.Data.OData.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
76-
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.4\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
76+
<Reference Include="Microsoft.Data.Services.Client, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.7.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
8080
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8181
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
84-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=7.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85-
<HintPath>..\packages\WindowsAzure.Storage.7.2.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
84+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<HintPath>..\packages\WindowsAzure.Storage.8.0.1\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
8989
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
9090
<Private>True</Private>
9191
</Reference>
92-
<Reference Include="RazorEngine, Version=3.9.0.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL">
93-
<HintPath>..\packages\RazorEngine.3.9.0\lib\net45\RazorEngine.dll</HintPath>
92+
<Reference Include="RazorEngine, Version=3.9.3.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL">
93+
<HintPath>..\packages\RazorEngine.3.9.3\lib\net45\RazorEngine.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
9696
<Reference Include="System" />
9797
<Reference Include="System.ComponentModel.DataAnnotations" />
9898
<Reference Include="System.Core" />
99-
<Reference Include="System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100-
<HintPath>..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
99+
<Reference Include="System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100+
<HintPath>..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103103
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/Cofoundry.Plugins.Azure/Uber.Core.Azure.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
<copyright>Cofoundry.org</copyright>
1515
<tags>Cofoundry Azure</tags>
1616
<dependencies>
17-
<dependency id="AutoMapper" version="5.1.1" />
17+
<dependency id="AutoMapper" version="5.2.0" />
18+
<dependency id="Cofoundry.Core" version="0.1.0-beta0106" />
19+
<dependency id="Cofoundry.Domain" version="0.1.0-beta0106" />
1820
<dependency id="Conditions" version="2.1.0" />
1921
<dependency id="EntityFramework" version="6.1.3" />
2022
<dependency id="HtmlAgilityPack" version="1.4.9.5" />
2123
<dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
2224
<dependency id="Microsoft.AspNet.Razor" version="3.2.3" />
2325
<dependency id="Microsoft.AspNet.WebPages" version="3.2.3" />
2426
<dependency id="Microsoft.Azure.KeyVault.Core" version="1.0.0" />
25-
<dependency id="Microsoft.Data.Edm" version="5.6.4" />
26-
<dependency id="Microsoft.Data.OData" version="5.6.4" />
27-
<dependency id="Microsoft.Data.Services.Client" version="5.6.4" />
27+
<dependency id="Microsoft.Data.Edm" version="5.7.0" />
28+
<dependency id="Microsoft.Data.OData" version="5.7.0" />
29+
<dependency id="Microsoft.Data.Services.Client" version="5.7.0" />
2830
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
2931
<dependency id="Newtonsoft.Json" version="9.0.1" />
30-
<dependency id="RazorEngine" version="3.9.0" />
31-
<dependency id="System.Spatial" version="5.6.4" />
32-
<dependency id="WindowsAzure.Storage" version="7.2.1" />
33-
<dependency id="Cofoundry.Core" version="$version$" />
34-
<dependency id="Cofoundry.Domain" version="$version$" />
32+
<dependency id="RazorEngine" version="3.9.3" />
33+
<dependency id="System.Spatial" version="5.7.0" />
34+
<dependency id="WindowsAzure.Storage" version="8.0.1" />
3535
</dependencies>
3636
</metadata>
3737
<files>
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AutoMapper" version="5.1.1" targetFramework="net461" />
4-
<package id="Cofoundry.Core" version="0.1.0-beta0018" targetFramework="net461" />
5-
<package id="Cofoundry.Domain" version="0.1.0-beta0018" targetFramework="net461" />
3+
<package id="AutoMapper" version="5.2.0" targetFramework="net461" />
4+
<package id="Cofoundry.Core" version="0.1.0-beta0106" targetFramework="net461" />
5+
<package id="Cofoundry.Domain" version="0.1.0-beta0106" targetFramework="net461" />
66
<package id="Conditions" version="2.1.0" targetFramework="net461" />
77
<package id="EntityFramework" version="6.1.3" targetFramework="net461" />
88
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net461" />
99
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net461" />
1010
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
1111
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
1212
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net461" />
13-
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net461" />
14-
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net461" />
15-
<package id="Microsoft.Data.Services.Client" version="5.6.4" targetFramework="net461" />
13+
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net461" />
14+
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net461" />
15+
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net461" />
1616
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
1717
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
18-
<package id="RazorEngine" version="3.9.0" targetFramework="net461" />
19-
<package id="System.Spatial" version="5.6.4" targetFramework="net461" />
20-
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net461" />
18+
<package id="RazorEngine" version="3.9.3" targetFramework="net461" />
19+
<package id="System.Spatial" version="5.7.0" targetFramework="net461" />
20+
<package id="WindowsAzure.Storage" version="8.0.1" targetFramework="net461" />
2121
</packages>

0 commit comments

Comments
 (0)