-
Notifications
You must be signed in to change notification settings - Fork 1
/
SharedBuildProperties.props
23 lines (22 loc) · 1.15 KB
/
SharedBuildProperties.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet.Template</Product>
<Version>0.0.1</Version>
<Copyright>Copyright 2021 © blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Solnet.Template</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solnet.Template is a .Net integration library for Template.</PackageDescription>
<PackageTags>solana;solnet;sol;net5</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Solnet.Template/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>