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