Skip to content

Commit

Permalink
Update nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
terminal-cs committed Jun 12, 2023
1 parent 35eea10 commit f4b04a6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion PrismAPI/PrismAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<!-- Config group -->
<PropertyGroup>


<PackageLicenseExpression>GPL-2.0-or-later</PackageLicenseExpression>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -13,11 +14,24 @@
<NoWin32Manifest>true</NoWin32Manifest>
<Authors>The Prism Project</Authors>
<SelfContained>true</SelfContained>
<PackageId>PrismAPI</PackageId>
<DebugType>none</DebugType>
<Nullable>enable</Nullable>
<Optimize>true</Optimize>
<Version>1.0.0</Version>
<Title>PrismAPI</Title>

<!-- Package Description -->
<Description>

The PrismAPI package, can be used for many purposed in external cosmos projects.
This project offers no waranty (as shown by the license) and is not garunteed to work 100% of the time.
Use within your reasonale needs and give credits where due.

Full API documentation: https://prism-project.net/Documentation/

</Description>

</PropertyGroup>

<!-- Cosmos include group -->
Expand Down

0 comments on commit f4b04a6

Please sign in to comment.