Skip to content

Commit

Permalink
Update for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
EbiseLutica committed Jan 21, 2024
1 parent cf3dedf commit 0928783
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
13 changes: 12 additions & 1 deletion Promete/Promete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@
<Nullable>Enable</Nullable>
<LangVersion>12</LangVersion>
<NoWarn>CS1591</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageId>Promete</PackageId>
<Version>0.1.0</Version>
<PackageTags>Game Engine;2D;gamedev;games;gaming;windowing;OpenGL</PackageTags>
<Description>
A lightweight, extensible and easy game engine.
</Description>
<Authors>Ebise Lutica</Authors>
<Copyright>(C)2024 Ebise Lutica</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/EbiseLutica/Promete</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand Down
27 changes: 0 additions & 27 deletions Promete/Promete.nuspec

This file was deleted.

0 comments on commit 0928783

Please sign in to comment.