Skip to content

Commit 4be3c37

Browse files
committed
Packaging: add more NuGet metadata
1 parent b27495b commit 4be3c37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/FixedMath.NET/FixedMath.NET.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
6+
<Description>This library implements "Fix64", a 64 bit fixed point 31.32 numeric type and transcendent operations on it (square root, trig, etc).</Description>
57
<PackageLicenseExpression>Apache-2.0 AND MIT</PackageLicenseExpression>
8+
<PackageProjectUrl>https://github.com/OpenSAGE/FixedMath.NET</PackageProjectUrl>
9+
<RepositoryUrl>https://github.com/OpenSAGE/FixedMath.NET.git</RepositoryUrl>
10+
<PackageTags>math;fixed-point</PackageTags>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
612
</PropertyGroup>
713

14+
<ItemGroup>
15+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
16+
</ItemGroup>
17+
818
<ItemGroup>
919
<!-- Note that this is not a "normal" ProjectReference.
1020
It needs the additional 'OutputItemType' and 'ReferenceOutputAssmbly' attributes. -->

0 commit comments

Comments
 (0)