-
Notifications
You must be signed in to change notification settings - Fork 4
/
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>Bonfidanet</Product>
<Version>6.0.0</Version>
<Copyright>Copyright 2022 © blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Bonfidanet</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Bonfidanet is a .NET library to interface with the Bonfida API.</PackageDescription>
<PackageTags>solana;serum;sol;bonfida;net5</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Bonfidanet/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>