-
Notifications
You must be signed in to change notification settings - Fork 16
/
SharedBuildProperties.props
23 lines (22 loc) · 1.12 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>Solana.Unity</Product>
<Version>2.6.1.3</Version>
<Copyright>Copyright 2022 © Magicblock Labs</Copyright>
<Authors>Magicblock Labs</Authors>
<PublisherName>Magicblock Labs</PublisherName>
<RepositoryUrl>https://github.com/magicblock-labs/Solana.Unity-Core</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solana.Unity-Core is Solana's .NET standard 2.0 integration library.</PackageDescription>
<PackageTags>solana;solnet;sol;net2.0;unity;spl</PackageTags>
<PackageReleaseNotes>https://github.com/garbles-labs/Solana.Unity-Core/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>