-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnuget.props
17 lines (17 loc) · 1.2 KB
/
nuget.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup Label="NuGet Package Properties">
<IsPackable>true</IsPackable>
<PackageTags>icu;international;components;unicode;globalization;breakiterator;normalizer;messageformat;unicodeset;uts46;idna</PackageTags>
<Authors>NightOwl888</Authors>
<RepositoryUrl>https://github.com/NightOwl888/ICU4N/</RepositoryUrl>
<PackageProjectUrl>https://github.com/NightOwl888/ICU4N/</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/NightOwl888/ICU4N/master/branding/unicode-icon-128x128.jpg</PackageIconUrl>
<PackageIcon>content\unicode-icon-128x128.jpg</PackageIcon>
<PackageLicenseFile>content\LICENSE.txt</PackageLicenseFile>
<PackageReleaseNotes>This is an early prerelease. Not all features are fully functional yet, and there may still be some gaps in functionality that haven't been accounted for. See https://github.com/NightOwl888/ICU4N for more info about what is functioning and what is not.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<None Include="$(SolutionDir)LICENSE.txt" Pack="true" PackagePath="content"/>
<None Include="$(SolutionDir)branding\unicode-icon-128x128.jpg" Pack="true" PackagePath="content"/>
</ItemGroup>
</Project>