Skip to content

Commit

Permalink
Adding more necessary NuGet properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 24, 2023
1 parent 2a2ab1b commit fa7e83c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Lombiq.Arithmetics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Authors>Lombiq Technologies</Authors>
<Copyright>Copyright © 2017, Lombiq Technologies Ltd.</Copyright>
<Title>Lombiq Arithmetics</Title>
<Description>Next-generation arithmetic implementations, improved floating point number types for .NET, written in C#. See the project website for detailed documentation.</Description>
<PackageIcon>NuGetIcon.png</PackageIcon>
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance;Arithmetic;FloatingPoint;Posit;Unum</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Arithmetics</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Arithmetics</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fa7e83c

Please sign in to comment.