forked from bmresearch/Solnet.Anchor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharedBuildProperties.props
22 lines (21 loc) · 1.09 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
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solnet</Product>
<Version>0.2.8</Version>
<Copyright>Copyright 2022 © Solnet</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Solnet.Anchor</RepositoryUrl>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solnet.Anchor is a set of tools to integrate with Solana Anchor programs.</PackageDescription>
<PackageTags>solana;solnet;sol;net6;spl;anchor</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Solnet.Anchor/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>