-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathFreshEssentials.nuspec
More file actions
69 lines (50 loc) · 1.73 KB
/
FreshEssentials.nuspec
File metadata and controls
69 lines (50 loc) · 1.73 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>FreshEssentials</id>
<version>2.1.3</version>
<title>FreshEssentials</title>
<authors>Michael Ridland @ XAM Consulting</authors>
<owners>rid00z</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
FreshEssentials for Xamarin.Forms has ONLY the most common elements you need for Xamarin.Forms. Designed so that it bring in just enough for the majority of projects.
Controls:
-BindablePicker
-AdvancedFrame (flexible rounded corners)
-SegmentedButtonGroup
-AutoGrid
Converters:
-InverseBooleanConverter
-HasDataConverter
Attached Properties
-ListViewItemTappedAttached
-TappedGestureAttached
</description>
<releaseNotes>
2.1.3
[feature] Add LabelStyle for SegmentedButtonGroup
2.1.2
[fix] Clean up AdvancedFrame default properties.
[fix] BindablePicker IteamSource binding issue.
2.1.1
[fix] BindablePicker Android title update issue.
2.1.0
[feature] Add AutoGrid.
[fix] BindablePicker issues.
[feature] Change BindablePicker based on a button.
[feature] Add HasDataConverter.
2.0.0
[feature] Support UWP.
1.1.0
[feature] Support for Xamarin.Forms 2.2.
</releaseNotes>
<tags>Xamarin, Xamarin.Forms, FreshEssentials</tags>
</metadata>
<files>
<file src="src\FreshEssentials\bin\Release\FreshEssentials*.*" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="src\iOS\bin\Release\FreshEssentials*.*" target="lib\Xamarin.iOS10" />
<file src="src\Droid\bin\Release\FreshEssentials*.*" target="lib\MonoAndroid10" />
<file src="src\UWP\bin\Release\FreshEssentials*.*" target="lib\uap10.0" />
</files>
</package>