-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
15 lines (15 loc) · 931 Bytes
/
Directory.Build.props
File metadata and controls
15 lines (15 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
<PackageTags>fsharp config typeshape envvar appconfig environment-variables</PackageTags>
<PackageProjectUrl>https://github.com/demystifyfp/FsConfig</PackageProjectUrl>
<PackageLicense>Unlicense</PackageLicense>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<Authors>demystifyfp</Authors>
<RepositoryUrl>https://github.com/demystifyfp/FsConfig</RepositoryUrl>
<Copyright>Copyright 2015 - 2023 © demystifyfp</Copyright>
<Description>F# Libary for managing configuration data from environment variables and application config in a type-safe way</Description>
<!-- owners is not supported in MSBuild -->
</PropertyGroup>
</Project>