-
Notifications
You must be signed in to change notification settings - Fork 1
/
timber.nuspec
23 lines (23 loc) · 1.08 KB
/
timber.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Jakewharton.Timber</id>
<version>4.5.1</version>
<description>Xamarin Binding Library - Jakewharton Timber</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Timber</title>
<releaseNotes>Jakewharton Timber v4.5.1</releaseNotes>
<summary>Xamarin Binding Library - Jakewharton Timber</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xam-timber</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, Timber</tags>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.Jakewharton.Timber/bin/Release/Naxam.Jakewharton.Timber.dll" target="lib/MonoAndroid10/Naxam.Jakewharton.Timber.dll" />
</files>
</package>