Publish to nuget

This commit is contained in:
Guilherme Werner 2025-12-16 18:08:20 -03:00
parent 79236af76b
commit 53edd9bfbb
5 changed files with 25 additions and 2 deletions

13
Directory.Build.props Normal file
View file

@ -0,0 +1,13 @@
<Project>
<PropertyGroup>
<Authors>Tribufu</Authors>
<Company>Tribufu</Company>
<Copyright>Copyright (c) Tribufu. All Rights Reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/tribufu/proxmox-sharp</RepositoryUrl>
<Version>0.1.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
</PropertyGroup>
</Project>