Skip to content

Commit

Permalink
Adding nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Nov 11, 2024
1 parent 54acd7e commit 38dbe4b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Bliss/Bliss.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>$(NoWarn);CS8618</NoWarn>
</PropertyGroup>

<!-- Nuget -->
<PropertyGroup>
<Title>Bliss</Title>
<Authors>MrScautHD</Authors>
<Version>1.0.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>A fast, Cross-platform .NET 8 C# 12 Render Framework.</Description>
<PackageProjectUrl>https://github.com/MrScautHD/Bliss</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/MrScautHD/Bliss/blob/main/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/MrScautHD/Bliss</RepositoryUrl>
<PackageTags>Renderer, Framework, Direct3D, Vulkan, Metal, OpenGL, OpenGLES, Net8, C#12, 3D, 2D, Fast, Cross-platform, Audio</PackageTags>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<!-- Backends -->
Expand All @@ -27,6 +44,11 @@
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
</ItemGroup>

<!-- Icon -->
<ItemGroup>
<None Include="content\images\icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<!-- Content -->
<ItemGroup>
<Content Include="content/**/*" Pack="true">
Expand Down

0 comments on commit 38dbe4b

Please sign in to comment.