-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nuspec
More file actions
27 lines (27 loc) · 1.15 KB
/
package.nuspec
File metadata and controls
27 lines (27 loc) · 1.15 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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Xmf2.iOS.Extensions</id>
<title>Xmf2.iOS.Extensions</title>
<version>7.0.2</version>
<authors>Ideine, VJubert</authors>
<owners>Ideine, VJubert</owners>
<projectUrl>https://github.com/Ideine/Xmf2.iOS.Extensions</projectUrl>
<license type="file">LICENSE</license>
<repository url="https://github.com/Ideine/Xmf2.iOS.Extensions.git" type="git"/>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ideine fluent extensions to design Xamarin.iOS views</description>
<releaseNotes>add obsolete on hidden for visibilitytogglecontainer</releaseNotes>
<copyright>Copyright Ideine 2020</copyright>
<tags>xmf2 xamarin ios fluent ideine</tags>
<dependencies>
<group targetFramework="xamarinios10"/>
<group targetFramework="net7.0-ios16.0"/>
</dependencies>
</metadata>
<files>
<file src="src\bin\Release\xamarin.ios10\*.dll;src\bin\Release\*.pdb" target="lib\xamarinios10"/>
<file src="src\bin\Release\net7.0-ios\*.dll;src\bin\Release\*.pdb" target="lib\net7.0-ios16.0"/>
<file src="LICENSE" />
</files>
</package>