Skip to content

Commit

Permalink
NUGet package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MAtt5816 committed Apr 13, 2024
1 parent 15080b2 commit 749baa1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions GeometryCalculator/GeometryCalculator.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>BMeas</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>GeometryCalc.GeometryCalculator</PackageId>
<Authors>Mateusz Szewczyk &lt;MAtt5816&gt;</Authors>
<Description>GeometryCalculator - a simple calculator of basic parameters of geometric figures and solids.</Description>
<Copyright>Mateusz Szewczyk &lt;MAtt5816&gt;</Copyright>
<PackageLicenseUrl>https://github.com/MAtt5816/geometry-calculator/blob/1.0.0/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/MAtt5816/geometry-calculator</RepositoryUrl>
<PackageTags>calculator;solids;figures;figures-calculator</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GeometryCalculator

![NuGet Downloads](https://img.shields.io/nuget/dt/MS.GeometryCalculator?label=NuGet) ![GitHub License](https://img.shields.io/github/license/MAtt5816/geometry-calculator) ![NuGet Version](https://img.shields.io/nuget/v/MS.GeometryCalculator) ![NuGet Version](https://img.shields.io/nuget/vpre/MS.GeometryCalculator)
![NuGet Downloads](https://img.shields.io/nuget/dt/GeometryCalc.GeometryCalculator?label=NuGet) ![GitHub License](https://img.shields.io/github/license/MAtt5816/geometry-calculator) ![NuGet Version](https://img.shields.io/nuget/v/GeometryCalc.GeometryCalculator) ![NuGet Version](https://img.shields.io/nuget/vpre/GeometryCalc.GeometryCalculator)



Expand Down

0 comments on commit 749baa1

Please # to comment.