MicroElements.Swashbuckle.NodaTime
3.0.0-rc.4
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Swashbuckle.NodaTime --version 3.0.0-rc.4
NuGet\Install-Package MicroElements.Swashbuckle.NodaTime -Version 3.0.0-rc.4
<PackageReference Include="MicroElements.Swashbuckle.NodaTime" Version="3.0.0-rc.4" />
paket add MicroElements.Swashbuckle.NodaTime --version 3.0.0-rc.4
#r "nuget: MicroElements.Swashbuckle.NodaTime, 3.0.0-rc.4"
// Install MicroElements.Swashbuckle.NodaTime as a Cake Addin #addin nuget:?package=MicroElements.Swashbuckle.NodaTime&version=3.0.0-rc.4&prerelease // Install MicroElements.Swashbuckle.NodaTime as a Cake Tool #tool nuget:?package=MicroElements.Swashbuckle.NodaTime&version=3.0.0-rc.4&prerelease
Configure Asp.Net Core and swagger to use NodaTime types.
# Benefits of MicroElements.Swashbuckle.NodaTime
- Supports Swashbuckle 5, net core 3 and brand new System.Text.Json
- Implemented in c#, no FSharp.Core lib in dependencies
- JsonSerializerSettings ContractResolver uses for NamingStrategy, so you can use DefaultNamingStrategy, CamelCaseNamingStrategy or SnakeCaseNamingStrategy
- Supports DateInterval
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NodaTime (>= 2.4.7)
- NodaTime.Serialization.JsonNet (>= 2.2.0)
- NodaTime.Serialization.SystemTextJson (>= 1.0.0-beta01)
- Swashbuckle.AspNetCore (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MicroElements.Swashbuckle.NodaTime:
Package | Downloads |
---|---|
EasyDesk.CleanArchitecture.Web
Utilities for the ASP.NET Core web layer of the clean architecture as seen by EasyDesk. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 776,093 | 1/21/2021 |
4.0.0 | 8,746 | 11/21/2020 |
3.0.0 | 53,782 | 8/29/2020 |
3.0.0-rc.4 | 95,373 | 2/22/2020 |
3.0.0-rc.3 | 391 | 2/5/2020 |
3.0.0-rc.2 | 426 | 2/2/2020 |
3.0.0-rc.1 | 7,724 | 11/14/2019 |
2.0.0 | 11,719 | 3/20/2019 |
1.2.0 | 1,987 | 3/20/2019 |
1.1.0 | 2,132 | 1/10/2019 |
1.0.2 | 2,183 | 9/27/2018 |
1.0.1 | 2,191 | 9/10/2018 |
1.0.0 | 2,338 | 8/12/2018 |
1.0.0-beta.3 | 552 | 8/9/2018 |
1.0.0-beta.2 | 534 | 8/6/2018 |
1.0.0-beta.1 | 519 | 8/3/2018 |
$# 3.0.0-rc.4
- PR #8 by Romanx: Add flag for generating examples in output
- PR #11 by dgarciarubio: Add support for OffsetDate and OffsetTime types
# 3.0.0-rc.3
- Supports Swashbuckle 5, net core 3 and System.Text.Json
- Swashbuckle.AspNetCore updated to version 5.0.0
# 3.0.0-rc.2
- Supports net core 3 and brand new System.Text.Json
- NodaTime and NodaTime.Serialization.JsonNet updated to latest versions
- Swashbuckle.AspNetCore updated to version 5.0.0-rc5
- ConfigureForNodaTime became more customizable
- Compatibility with System.Text.Json:
- New dependency: NodaTime.Serialization.SystemTextJson
- Added new ConfigureForNodaTimeWithSystemTextJson
- Sample moved to net core 3
- Sample supports NewtonsoftJson, System.Text.Json and System.Text.Json with NamingPolicy from NewtonsoftJson
# 3.0.0-rc.1
- Swashbuckle.AspNetCore updated to version 5.0.0-rc4
# 2.0.0
- Swashbuckle.AspNetCore fixed to versions [4.0.1, 5.0.0)
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Swashbuckle.NodaTime.git/blob/master/CHANGELOG.md