-
Notifications
You must be signed in to change notification settings - Fork 18
/
FormsPinView.nuspec
46 lines (46 loc) · 2.89 KB
/
FormsPinView.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>FormsPinView</id>
<version>2.1.0-pre1</version>
<title>PIN keyboard for Xamarin.Forms</title>
<authors>Mikalai Daronin</authors>
<owners>Mikalai Daronin</owners>
<licenseUrl>https://github.com/lassana/XamarinFormsPinView/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/lassana/XamarinFormsPinView</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jamesmontemagno/Xamarin-Templates/master/Plugins-Templates/icons/plugin_icon_nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Xamarin.Forms UI control which is designed to be used as PIN keyboard. Built against: 2.5.0.280555</description>
<summary>A custom control for Xamarin.Forms projects that provides to users simple and clear way to enter numeric key.</summary>
<tags>xamarin, netstandard, android, xamarin.forms, ios</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.5.0.280555" />
</dependencies>
<releaseNotes>
</releaseNotes>
</metadata>
<files>
<!--Core-->
<file src="FormsPinView/FormsPinView.Core/bin/Release/netstandard2.0/FormsPinView.Core.dll" target="lib/netstandard2.0/FormsPinView.Core.dll" />
<!--Xamarin.Android-->
<file src="FormsPinView/FormsPinView.Droid/bin/Release/FormsPinView.Droid.dll" target="lib/MonoAndroid10/FormsPinView.Droid.dll" />
<file src="FormsPinView/FormsPinView.Core/bin/Release/netstandard2.0/FormsPinView.Core.dll" target="lib/MonoAndroid10/FormsPinView.Core.dll" />
<!--Xamarin.iOS-->
<file src="FormsPinView/FormsPinView.iOS/bin/Release/FormsPinView.iOS.dll" target="lib/Xamarin.iOS10/FormsPinView.iOS.dll" />
<file src="FormsPinView/FormsPinView.Core/bin/Release/netstandard2.0/FormsPinView.Core.dll" target="lib/Xamarin.iOS10/FormsPinView.Core.dll" />
</files>
<!--
# macOS publishing process:
# At first update:
# - FormsPinView/FormsPinView.Droid/Properties/AssemblyInfo.cs
# - FormsPinView/FormsPinView.iOS/Properties/AssemblyInfo.cs
# - FormsPinView/FormsPinView.Core/FormsPinView.Core.csproj
$ nuget restore
$ msbuild /p:Configuration=Release /t:Build FormsPinView/FormsPinView.Core/FormsPinView.Core.csproj
$ msbuild /p:Configuration=Release /t:Build FormsPinView/FormsPinView.iOS/FormsPinView.iOS.csproj
$ msbuild /p:AndroidSdkDirectory=/Users/user/Library/Android/sdk /p:Configuration=Release /p:Platform="AnyCPU" /t:Build FormsPinView/FormsPinView.Droid/FormsPinView.Droid.csproj
$ nuget pack
$ mv FormsPinView.1.1.0.nupkg LocalPackages/FormsPinView.1.1.0.nupkg
$ nuget push LocalPackages/FormsPinView.1.1.0.nupkg <api-key>
-->
</package>