-
Notifications
You must be signed in to change notification settings - Fork 2
/
Package.nuspec
34 lines (34 loc) · 2.56 KB
/
Package.nuspec
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
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Pgs.CrossPlatform.FormattedText</id>
<version>2.1.0</version>
<title>Pgs.CrossPlatform.FormattedText</title>
<authors>PGS SOFTWARE S.A.</authors>
<owners>PGS SOFTWARE S.A.</owners>
<licenseUrl>https://github.com/PGSSoft/Pgs.CrossPlatform.FormattedText/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/PGSSoft/Pgs.CrossPlatform.FormattedText</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/9190490?v=3&s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Enchanted label for Xamarin.Forms which allows you to style text within single label, using user-defined tags(ex. HTML-style tags).</description>
<summary>Enchanted label for Xamarin.Forms which allows you to style text within single label, using user-defined tags(ex. HTML-style tags).</summary>
<releaseNotes>- Android and iOS support,
- Expressions are not used anymore</releaseNotes>
<copyright>PGS SOFTWARE S.A.</copyright>
<language>en-GB</language>
<tags>Xamarin, Xamarin.Form, Xamarin.Android, C#, .NET</tags>
</metadata>
<files>
<!-- Content -->
<file src="NugetHelpers\Content\Droid\FormatConfig.cs.pp" target="content\MonoAndroid10"/>
<file src="NugetHelpers\Content\iOS\FormatConfig.cs.pp" target="content\Xamarin.iOS10"/>
<file src="NugetHelpers\Content\iOS\FormattedLabelRenderer.cs.pp" target="content\Xamarin.iOS10"/>
<!-- Portable -->
<file src="Pgs.CrossPlatform.FormattedText.Core\bin\NuGetRelease\Pgs.CrossPlatform.FormattedText.Core.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10"/>
<file src="Pgs.CrossPlatform.FormattedText\Pgs.CrossPlatform.FormattedText\bin\NuGetRelease\Pgs.CrossPlatform.FormattedText.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10"/>
<!-- Android -->
<file src="Pgs.CrossPlatform.FormattedText\Pgs.CrossPlatform.FormattedText.Droid\bin\NuGetRelease\Pgs.CrossPlatform.FormattedText.Core.dll" target="lib\MonoAndroid10"/>
<file src="Pgs.CrossPlatform.FormattedText\Pgs.CrossPlatform.FormattedText.Droid\bin\NuGetRelease\Pgs.CrossPlatform.FormattedText.dll" target="lib\MonoAndroid10"/>
<file src="Pgs.CrossPlatform.FormattedText\Pgs.CrossPlatform.FormattedText.Droid\bin\NuGetRelease\Pgs.CrossPlatform.FormattedText.Droid.dll" target="lib\MonoAndroid10"/>
</files>
</package>