Skip to content

Commit 113dc87

Browse files
author
Oren (electricessence)
committed
Updated settings.
1 parent 3bf971b commit 113dc87

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Open.Numeric.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<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>
514
</PropertyGroup>
615

716
</Project>

0 commit comments

Comments
 (0)