We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289dae1 commit 2689ddbCopy full SHA for 2689ddb
1 file changed
Open.Collections.Numeric.csproj
@@ -2,6 +2,14 @@
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp1.1</TargetFramework>
5
+ <Description>Useful set of extensions for processing collections of numerical data.
6
+
7
+Part of the "Open" set of libraries.</Description>
8
+ <PackageLicenseUrl>https://github.com/electricessence/Open/blob/master/LICENSE</PackageLicenseUrl>
9
+ <Product />
10
+ <Company />
11
+ <Authors>electricessence</Authors>
12
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments