22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- Shared package metadata for clients/dotnet/. Individual projects opt in via <IsPackable>true</IsPackable>. -->
|
|
<Authors>Joseph Doherty</Authors>
|
|
<Company>ZB MOM WW</Company>
|
|
<Copyright>Copyright (c) ZB MOM WW. All rights reserved.</Copyright>
|
|
<Product>MxAccessGateway Client</Product>
|
|
<RepositoryUrl>https://gitea.dohertylan.com/dohertj2/mxaccessgw</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageProjectUrl>https://gitea.dohertylan.com/dohertj2/mxaccessgw</PackageProjectUrl>
|
|
<PackageTags>mxaccess;mxgateway;grpc;client;archestra</PackageTags>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<!-- Versioning: bump per release. Symbols ship as snupkg. -->
|
|
<Version>0.1.0</Version>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<!-- Default: do NOT pack. Each project opts in. -->
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
</Project>
|