-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRunOnMainThread.nuspec
22 lines (22 loc) · 962 Bytes
/
RunOnMainThread.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RunOnMainThread.Fody</id>
<version>0.3</version>
<authors>William Barbosa</authors>
<projectUrl>https://github.com/willsb/RunOnMainThread.Fody</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Run annotated methods on the Main Thread</description>
<copyright />
<language />
<tags>xamarin monodroid monotouch fody plugin fody-addon main-thread main thread</tags>
<dependencies>
<dependency id="Fody" version="2.4.4" />
</dependencies>
</metadata>
<files>
<file src="build/lib/**/*.*" target="lib" />
<file src="build/netclassicweaver/*.*" target="netclassicweaver" />
<file src="build/netstandardweaver/*.*" target="netstandardweaver" />
</files>
</package>