-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcommon.props
23 lines (21 loc) · 1.18 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Authors>micro-elements</Authors>
<Description>
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
- NamingStrategy support. You can use DefaultNamingStrategy, CamelCaseNamingStrategy or SnakeCaseNamingStrategy
- Supports DateInterval
- Can be generated with user provided examples or without examples
</Description>
<PackageTags>swagger swashbuckle NodaTime aspnetcore</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/micro-elements/MicroElements/master/image/logo_rounded.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/micro-elements/MicroElements.Swashbuckle.NodaTime</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/micro-elements/MicroElements.Swashbuckle.NodaTime/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/micro-elements/MicroElements.Swashbuckle.NodaTime</RepositoryUrl>
</PropertyGroup>
</Project>