Add NuGet package info
This commit is contained in:
parent
8fbb1f42a0
commit
ee509ea370
1 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,13 @@
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue