We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf971b commit 113dc87Copy full SHA for 113dc87
1 file changed
Open.Numeric.csproj
@@ -1,7 +1,16 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp1.1</TargetFramework>
5
+ <Authors>electricessence</Authors>
6
+ <Company />
7
+ <Product />
8
+ <Description>Extensions for simplifying working with numbers.
9
+Includes precision extensions for floating point numbers.
10
+
11
+Part of the "Open" set of libraries.</Description>
12
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
13
+ <PackageLicenseUrl>https://github.com/electricessence/Open/blob/master/LICENSE</PackageLicenseUrl>
14
</PropertyGroup>
15
16
</Project>
0 commit comments