Skip to content

Commit

Permalink
Azure Blobs storage 1.2 (#8050)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Dec 23, 2020
1 parent ebd2472 commit 7a95d8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageManagement Include="AngleSharp" Version="0.14.0" />
<PackageManagement Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.0.2" />
<PackageManagement Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.0.1" />
<PackageManagement Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.2.0" />
<PackageManagement Include="Azure.Identity" Version="1.3.0" />
<PackageManagement Include="Azure.Storage.Blobs" Version="12.7.0" />
<PackageManagement Include="Castle.Core" Version="4.4.1" />
Expand Down
21 changes: 11 additions & 10 deletions src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@ The below table lists the different .NET libraries used in Orchard Core:

| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0 License](https://github.com/castleproject/Core/blob/master/LICENSE) |
| [Azure Storage Blob for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.0/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage | 1.2.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) |
| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) |
| [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 4.8.0-beta00013 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) |
| [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) |
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 5.0.355 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) |
| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.1 |[Apache-2.0 License](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) |
| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.1 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) |
| [Irony.Core](https://github.com/daxnet/irony) | A modified version of the Irony project with .NET Core support | 1.0.7 | [MIT](https://github.com/daxnet/irony/blob/master/LICENSE) |
| [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-1914 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) |
| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00013 | [Apache-2.0 License](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) |
| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00013 | [Apache-2.0](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) |
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.1 | [BSD-2-Clause License](https://github.com/lunet-io/markdig/blob/master/license.txt) |
| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.1 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
| [MessagePack](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C# | 2.2.60 | [MIT](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE) |
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.1 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.2.22 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.15.2 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0 License](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) |
| [NLog.Web](https://github.com/NLog/NLog.Web) | NLog integration for ASP.NET. | 0.22.0 | [BSD-3-Clause License](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) |
| [NLog.Web](https://github.com/NLog/NLog.Web) | NLog integration for ASP.NET. | 0.22.0 | [BSD-3-Clause](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 12.0.3 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 0.22.0 | [Apache-2.0 License](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
| [OpenIddict.Core](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.0.0-rc1.20567.82 | [Apache-2.0 License](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 3.3.1 | [Apache-2.0 License](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 0.22.0 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
| [OpenIddict.Core](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.0.0-rc1.20567.82 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 3.3.1 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |
| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.0.0-beta-175913881 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) |
| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 2.0.0-beta-1583 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) |

Expand Down Expand Up @@ -54,7 +55,7 @@ The below table lists the different Client side libraries:
| [Gulp](https://github.com/gulpjs/gulp) | A toolkit to automate & enhance your workflow. | 4.0.2 | [MIT](https://github.com/gulpjs/gulp/blob/master/LICENSE) |
| [Gulp](https://github.com/gulpjs/gulp-cli) | Command Line Interface for gulp. | 2.3.0 | [MIT](https://github.com/gulpjs/gulp-cli/blob/master/LICENSE) |
| [jsPlumb](https://github.com/jsplumb/jsplumb) | Visual connectivity for webapps. | 2.15.5 | [MIT and GPLv2](https://github.com/jsplumb/jsplumb/blob/master/jsPlumb-LICENSE.txt) |
| [TypeScript](https://github.com/microsoft/TypeScript) | Superset of JavaScript that compiles to clean JavaScript output. | 4.1.3 | [Apache-2.0 License](https://github.com/microsoft/TypeScript/blob/master/LICENSE.txtE) |
| [TypeScript](https://github.com/microsoft/TypeScript) | Superset of JavaScript that compiles to clean JavaScript output. | 4.1.3 | [Apache-2.0](https://github.com/microsoft/TypeScript/blob/master/LICENSE.txtE) |
| [React](https://github.com/facebook/react) | JavaScript library for building user interface. | 17.0 | [MIT](https://github.com/facebook/react/blob/master/LICENSE) |
| [Vue](https://github.com/vuejs/vue) | JavaScript framework for building UI on the web. | 2.6.11.0 | [MIT](https://github.com/vuejs/vue/blob/dev/LICENSE) |
| [WebPack](https://github.com/webpack/webpack) | A bundler for javascript and friends. | 5.10.1 | [MIT](https://github.com/webpack/webpack/blob/master/LICENSE) |
Expand Down

0 comments on commit 7a95d8a

Please sign in to comment.