-
Notifications
You must be signed in to change notification settings - Fork 45
/
TEditor.nuspec
32 lines (29 loc) · 1015 Bytes
/
TEditor.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>TEditor</id>
<version>1.0.3</version>
<title>TEditor</title>
<authors>XAM Consulting</authors>
<owners>XAM Consulting</owners>
<projectUrl>https://github.com/XAM-Consulting/TEditor</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Awesome HTML editor in Xamarin.Forms</description>
<tags>Xamarin, Xamarin.Forms, TEditor</tags>
<releaseNotes>
1.0.0
[feature] Support Android and iOS in Xamarin.Forms.
1.0.1
[feature] Add change title feature.
1.0.2
[feature] Add discard change feature.
1.0.3
[fix] iOS 11 crash issue.
</releaseNotes>
</metadata>
<files>
<file src="TEditor\bin\Release\TEditor*.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="iOS\bin\Release\TEditor*.*" target="lib\Xamarin.iOS10" />
<file src="Droid\bin\Release\TEditor*.*" target="lib\MonoAndroid10" />
</files>
</package>