forked from XAM-Consulting/SlideOverKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SlideOverKit.nuspec
71 lines (58 loc) · 2.16 KB
/
SlideOverKit.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>SlideOverKit</id>
<version>2.1.6.1</version>
<title>SlideOverKit</title>
<authors>Michael Ridland @ XAM Consulting</authors>
<owners>Michael Ridland @ XAM Consulting</owners>
<projectUrl>http://www.xam-consulting.com/slideoverkit-xamarin-forms/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Easily Create Awesome Slideover's in Xamarin.Forms</description>
<tags>Xamarin, Xamarin.Forms, SlideOverKit</tags>
<releaseNotes>
2.1.6.1
[fix] ObjectDisposedException on Android.
2.1.6
[update] Updated Xamarin.Forms to latest version (2.5.0.280555).
[update] Updated Android Support packages.
[update] Updated Xamarin.Forms obsolete methods
[update] Converted project to .NET Standard 2.0
2.1.5
[fix] Gestures not working on Android.
2.1.4
[fix] Popups position incorrect issue on iOS.
2.1.3
[fix] Improve the moving gesture performance.
[fix] Remove resource file in Android library.
2.1.2.1
[fix] iOS crash when page is disappearing.
2.1.2
[fix] Popups crash on Android if target control is null.
[fix] Menu cannot unfocused when it disappear.
2.1.1
[fix] Menu doesn't work in the first page of UWP
[fix] Popups doesn't work correctly in ScrollView and TableViews.
2.1.0
[feature] Add AdjustX/Y in SlidePopupView
2.0.0
[feature] Support UWP.
1.1.0
[feature] Support with Xamarin.Forms 2.2.
[fix] Layout fixes thanks to the great Jason Smith (@jassmith87).
1.0.2.1
[fix] Rotation layout issues.
1.0.2
[feature] Add new multiple pop-over control, it can anchor to specified control.
1.0.0
[feature] Add SlideMenuView.
</releaseNotes>
</metadata>
<files>
<file src="SlideOverKit\bin\Release\netstandard1.0\SlideOverKit*.*" target="lib\netstandard1.0" />
<file src="SlideOverKit\bin\Release\netstandard2.0\SlideOverKit*.*" target="lib\netstandard2.0" />
<file src="SlideOverKit.iOS\bin\Release\SlideOverKit*.*" target="lib\Xamarin.iOS10" />
<file src="SlideOverKit.Droid\bin\Release\SlideOverKit*.*" target="lib\MonoAndroid10" />
<file src="SlideOverKit.UWP\bin\Release\SlideOverKit*.*" target="lib\uap10.0" />
</files>
</package>