This repository was archived by the owner on Mar 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlivecoding-api-pcl.nuspec
More file actions
31 lines (30 loc) · 1.61 KB
/
livecoding-api-pcl.nuspec
File metadata and controls
31 lines (30 loc) · 1.61 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
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>livecoding-api-pcl</id>
<version>1.1.11</version>
<title>Livecoding Api</title>
<authors>David Bottiau</authors>
<owners>David Bottiau</owners>
<projectUrl>https://github.com/uwp-squad/livecoding-api-pcl</projectUrl>
<iconUrl>http://apk-dl.com/detail/image/de.byteschmiede.livecodingtv-w250.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET library to access the livecoding.tv API</description>
<releaseNotes>Change url to fix access problems</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Livecoding Api</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="[9.0.1,)" />
<dependency id="System.Reactive" version="[3.0.0,)" />
<dependency id="System.Net.Http" version="[4.1.0,)" />
</group>
</dependencies>
</metadata>
<files>
<file src=".\LivecodingApi\LivecodingApi.UniversalWindows\bin\Release\LivecodingApi.*.dll" target="lib\portable-win81+wpa81+uap10.0" />
<file src=".\LivecodingApi\LivecodingApi.NetFramework\bin\Release\LivecodingApi.*.dll" target="lib\net45" />
<!--<file src=".\LivecodingApi\LivecodingApi.Android\bin\Release\LivecodingApi.*.dll" target="lib\monoandroid" />-->
<file src=".\LivecodingApi\LivecodingApi.iOS\bin\Release\LivecodingApi.*.dll" target="lib\xamarin.ios" />
</files>
</package>