-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
ValueConverters.Forms.nuspec
37 lines (36 loc) · 2.45 KB
/
ValueConverters.Forms.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ValueConverters.Forms</id>
<version>1.0.0</version>
<title>IValueConverters for Xamarin.Forms</title>
<authors>Thomas Galliker</authors>
<licenseUrl>https://raw.githubusercontent.com/thomasgalliker/ValueConverters.NET/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/thomasgalliker/ValueConverters.NET</projectUrl>
<iconUrl>https://raw.githubusercontent.com/thomasgalliker/ValueConverters.NET/develop/Images/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A collection of commonly used IValueConverters for Xamarin.Forms applications.</summary>
<description>A collection of commonly used IValueConverters for Xamarin.Forms applications.</description>
<tags>IValueConverter;ValueConverter;ValueConverters;value;converter;ValueConverters.Forms;UI;WPF;ToValueConverter</tags>
<releaseNotes>See https://www.nuget.org/packages/ValueConverters#release-body-tab</releaseNotes>
<copyright>Copyright 2024 © Thomas Galliker</copyright>
<language>en-US</language>
<dependencies>
<group>
<dependency id="ValueConverters.Annotations" version="[$version$,)" />
<dependency id="Xamarin.Forms" version="[2.4.0.280,)" />
</group>
</dependencies>
</metadata>
<files>
<!--.NET Framework 4.8-->
<file src="ValueConverters.Forms\bin\Release\net48\ValueConverters.Forms.dll" target="lib\net48\ValueConverters.Forms.dll" />
<file src="ValueConverters.Forms\bin\Release\net48\ValueConverters.Forms.pdb" target="lib\net48\ValueConverters.Forms.pdb" />
<file src="ValueConverters.Forms\bin\Release\net48\ValueConverters.Forms.xml" target="lib\net48\ValueConverters.Forms.xml" />
<!--.NET Standard 2.0-->
<file src="ValueConverters.Forms\bin\Release\netstandard2.0\ValueConverters.Forms.dll" target="lib\netstandard2.0\ValueConverters.Forms.dll" />
<file src="ValueConverters.Forms\bin\Release\netstandard2.0\ValueConverters.Forms.pdb" target="lib\netstandard2.0\ValueConverters.Forms.pdb" />
<file src="ValueConverters.Forms\bin\Release\netstandard2.0\ValueConverters.Forms.xml" target="lib\netstandard2.0\ValueConverters.Forms.xml" />
<file src="ValueConverters.Forms\bin\Release\netstandard2.0\ValueConverters.Forms.deps.json" target="lib\netstandard2.0\ValueConverters.Forms.deps.json" />
</files>
</package>