forked from gumhq/Solana.Unity.Gum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharedBuildProperties.props
29 lines (26 loc) · 1.41 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
24
25
26
27
28
29
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>Solana.Unity.SessionKeys</Product>
<Version>1.0.2</Version>
<Copyright>Copyright 2023 © Magicblock</Copyright>
<Authors>Magicblock</Authors>
<PublisherName>Magicblock</PublisherName>
<RepositoryUrl>https://github.com/magicblock-labs/gum-program-library</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>Solana.Unity.SessionKeys is a library to use Gum primitives in Unity</PackageDescription>
<PackageTags>solana;gum;unity;sol;net5</PackageTags>
<PackageReleaseNotes>https://github.com/magicblock-labs/gum-program-library/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
<ItemGroup Label="PackageFiles">
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>