forked from enisn/Xamarin.Forms.InputKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInputKit.nuspec
More file actions
180 lines (136 loc) · 6.93 KB
/
InputKit.nuspec
File metadata and controls
180 lines (136 loc) · 6.93 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<!-- The identifier that must be unique within the hosting gallery -->
<id>Xamarin.Forms.InputKit</id>
<!-- The package version number that is used when resolving dependencies -->
<version>2.3.0</version>
<!-- Authors contain text that appears directly on the gallery -->
<authors>Enis Necipoglu</authors>
<!-- Owners are typically nuget.org identities that allow gallery
users to easily find other packages by the same owners. -->
<owners>Enis Necipoglu</owners>
<!-- License and project URLs provide links for the gallery -->
<licenseUrl>https://github.com/enisn/Xamarin.Forms.InputKit</licenseUrl>
<projectUrl>https://github.com/enisn/Xamarin.Forms.InputKit</projectUrl>
<!-- The icon is used in Visual Studio's package manager UI -->
<iconUrl>http://enisnecipoglu.com/Plugins/inputkit.png</iconUrl>
<!-- If true, this value prompts the user to accept the license when
installing the package. -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Any details about this particular release -->
<releaseNotes>Highly dropdown bug fixed</releaseNotes>
<title>Common controls mostly required</title>
<summary>
Checkbox, Radio Button,Dropdown, Advanced Entry, Advanced Slider included this package
</summary>
<description>
v.2.2.3
Checkbox Text sizing improved.
CheckBoxCell added.
v.2.2.2
Dropdown BidnableProperties added,
Dropdown selectedIndex bug fixed.
CanExecute check added all commands
CommandParameter added in AdvancedEntry
CommandParameter added in RadioButton
Checkbox unwanted shadow bug fixed
SelectionView TextColor fixed
iOS Dropdown improvements.
Dropdown will be popover on iOS
v.2.2.0
Controls in this package are fully bindable and ready to use.
AdvancedEntry Completed event added,
AdvancedEntry BindableProperties added:
ValidationMessage,
IgnoreValidationMessage
PlaceholderColor (Can be given PlaceholderColor = "{DynamicResource YourColor}" )
Dropdown added. More properties will be added.
v.2.1.0
AdvancedEntry Password Annotation problem fixed.
Material CheckBox coloring problem fixed.
ToSurfaceColor() extension added in ColorExtensions. (It used for CheckBox coloring)
AdvancedSlider looping problem fixed.
ChangeLog:
v.2.0.6
CheckBox Color property fixed,
CheckBox CommandParameter added.
Some SelectionView improvements.
v.2.0.5
SelectedIndex added to selectionview (SelectedIndexes are coming soon)
RadioButton CommandParameter added.
v.2.0.4
Fontfamily added to GlobalSettings and controls.
v.2.0.3
SelectionView CheckBoxes bug fixed.
SelectionView ItemDisplayBinding added.
Obsolete properties updated.
v.2.0.2
GlobalSettings default values updated.
v.2.0.0
FormView & AdvancedEntry added.
IValidatable interface implemented controls.
FormView finds IValidatable controls from inside itsef and checks validation of inputs.
v.1.2.0
CheckBox border added.
GlobalSettings added to CheckBox and RadioButton.
- You can set default values of these controls like:
CheckBox.GlobalSetting.Color = Color.Red;
RadioButton.GlobalSetting.Size = 36;
in App.cs
v.1.1.1
AdvancedSlider PropertyChanging addded.
RadioButton ClickCommand missing bindableproperty added.
v.1.1.0
SelectionView has CheckBoxes now.
RadioButton 2 Line checked problem solved.
Rest of Improvements...
v.1.0.91
SelectionView color properties added, rest of some properties are updated.
'ItemSource' renamed to 'ItemsSource', old one marked as Obselete, It'll removed in later versions.
v.1.0.9
RadioButtonGroupView, BindableProperty, Event and Command added for SelectedItem
v.1.0.8
RadioButton sizing problem with Multiline text solved and CircleSize added
v.1.0.7
MultiLine text problem on Checkbox solved for bigger chexboxes
v.1.0.6
Checkbox Size and Text FontSize can be set now.
v.1.0.5 - v.1.0.4
Checkbox Sizing problem on Multiline Text Solved.
v.1.0.3
BoxBackgroundColor added to Checkbox.
v.1.0.2
FormView was added!
It helps to gel validation from multiple elements inside from its at once.
You can create your own Validatable elements, Just inherit IValidatable interface and put them into FormView
</description>
<!-- Copyright information -->
<copyright>Copyright ©2018 Enis Necipoglu</copyright>
<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>xamarin, windows, ios, android, xamarin.forms, plugin, InputKit, checkbox, radiobutton,radio button, slider, dropdown</tags>
<!-- Dependencies are automatically installed when the package is installed -->
<dependencies>
<dependency id="Xamarin.Forms" version="3.1.0.583944" />
</dependencies>
</metadata>
<!-- A readme.txt to display when the package is installed -->
<files>
<!--Readme to display after installaction-->
<file src="readme.txt" target="" />
<file src="InputKit\Resources\arrow_down.png" target="Resources" />
<!-- Cross-platform reference assemblies -->
<file src="InputKit\bin\Release\netstandard2.0\Plugin.InputKit.dll" target="lib\netstandard2.0\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\netstandard2.0\Plugin.InputKit.xml" target="lib\netstandard2.0\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\monoandroid80\Plugin.InputKit.dll" target="lib\monoandroid81\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\monoandroid80\Plugin.InputKit.xml" target="lib\monoandroid81\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\xamarin.ios10\Plugin.InputKit.dll" target="lib\xamarin.ios10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.ios10\Plugin.InputKit.xml" target="lib\xamarin.ios10\Plugin.InputKit.xml" />
<!-- <file src="InputKit\bin\Release\xamarin.mac20\Plugin.InputKit.dll" target="lib\xamarin.mac20\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.mac20\Plugin.InputKit.xml" target="lib\xamarin.mac20\Plugin.InputKit.xml" /> -->
<file src="InputKit\bin\Release\xamarin.tvos10\Plugin.InputKit.dll" target="lib\xamarin.tvos10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.tvos10\Plugin.InputKit.xml" target="lib\xamarin.tvos10\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\xamarin.watchos10\Plugin.InputKit.dll" target="lib\xamarin.watchos10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.watchos10\Plugin.InputKit.xml" target="lib\xamarin.watchos10\Plugin.InputKit.xml" />
</files>
</package>