forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-Events-XamForms.nuspec
More file actions
21 lines (21 loc) · 1.09 KB
/
ReactiveUI-Events-XamForms.nuspec
File metadata and controls
21 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>reactiveui-events-xamforms</id>
<version>$version$</version>
<description>Provides Observable-based events API for Xamarin Forms controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.</description>
<language>en-us</language>
<dependencies>
<group>
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Xamarin.Forms" version="2.1.0.6529" />
</group>
</dependencies>
</metadata>
<files>
<!-- PCL -->
<file src="bin/Release/portable-net45+netcore45+wp8+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10/ReactiveUI.Events_XamForms.dll" target="lib/portable-net45+netcore45+wp8+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10/ReactiveUI.Events_XamForms.dll" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>