Add NuGet package info

This commit is contained in:
pancakes 2025-09-09 17:45:03 +10:00
parent 8fbb1f42a0
commit ee509ea370
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw

View file

@ -4,10 +4,17 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<!--NuGet package information-->
<Version>1.0.0</Version>
<Authors>pancakes</Authors>
<Description>C# bindings for the gtk4-layer-shell library for use with Gir.Core GTK</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://git.meow.company/pancakes/ZwlrLayerShell.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GirCore.Gtk-4.0" Version="0.6.3" />
<PackageReference Include="GirCore.Gtk-4.0" Version="0.6.3"/>
</ItemGroup>
</Project>