Skip to content

Commit 2865562

Browse files
authored
NodaTime 3.1.5 (#12759)
1 parent c0d8853 commit 2865562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OrchardCore.Build/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageManagement Include="NEST" Version="7.17.5" />
4545
<PackageManagement Include="NJsonSchema" Version="10.8.0" />
4646
<PackageManagement Include="NLog.Web.AspNetCore" Version="5.1.5" />
47-
<PackageManagement Include="NodaTime" Version="3.1.4" />
47+
<PackageManagement Include="NodaTime" Version="3.1.5" />
4848
<PackageManagement Include="OpenIddict.AspNetCore" Version="3.1.1" />
4949
<PackageManagement Include="OpenIddict.Core" Version="3.1.1" />
5050
<PackageManagement Include="OrchardCore.Translations.All" Version="1.4.0" />

src/docs/resources/libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The below table lists the different .NET libraries used in Orchard Core:
3232
| [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web/tree/master/src/NLog.Web.AspNetCore) | NLog integration for ASP.NET. | 5.1.5 | [BSD-3-Clause](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
3333
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 13.0.1 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
3434
| [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) | JSON Schema reader, generator and validator for .NET | 10.8.0 | [MIT](https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md) |
35-
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.1.4 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
35+
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.1.5 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
3636
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.1.1 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
3737
| [PdfPig](https://github.com/UglyToad/PdfPig/) | Library to read and extract text and other content from PDF files. | 0.1.6 | [Apache-2.0](https://github.com/UglyToad/PdfPig/blob/master/LICENSE) |
3838
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 6.0.1 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |

0 commit comments

Comments
 (0)