mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-23 10:43:22 -05:00
build: dotnet: add missing NuGet properties
This commit is contained in:
@@ -81,6 +81,9 @@
|
|||||||
<!-- NuGet metadata -->
|
<!-- NuGet metadata -->
|
||||||
<PackageId>$(MyProductFileName)-msil</PackageId>
|
<PackageId>$(MyProductFileName)-msil</PackageId>
|
||||||
<Version>$(MyVersion)</Version>
|
<Version>$(MyVersion)</Version>
|
||||||
|
<Description>$(MyDescription)</Description>
|
||||||
|
<Authors>$(MyCompanyName)</Authors>
|
||||||
|
<Company>$(MyCompanyName)</Company>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
Reference in New Issue
Block a user