Add NuGet package info
This commit is contained in:
parent
8fbb1f42a0
commit
ee509ea370
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue