generated from bmresearch/solnet-programs-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
SharedBuildProperties.props
23 lines (22 loc) · 1.16 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.Solend</Product>
<Version>6.0.8</Version>
<Copyright>Copyright 2022 © blockmountain</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Solnet.Solend</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solnet.Solend is a .NET integration library for Solend Protocol.</PackageDescription>
<PackageTags>solana;solnet;sol;net6;solend</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Solnet.Solend/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>