-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathBridge.React.nuspec
27 lines (27 loc) · 1.11 KB
/
Bridge.React.nuspec
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"?>
<package>
<metadata>
<id>Bridge.React</id>
<title>Bridge.React</title>
<version>5.2.0</version>
<authors>ProductiveRage</authors>
<owners>ProductiveRage</owners>
<licenseUrl>https://github.com/ProductiveRage/Bridge.React/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ProductiveRage/Bridge.React</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/6a1f781d4d5e2d50dcff04f8f049767a?s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Bindings for Bridge.NET to work with React</description>
<copyright>Copyright 2019 ProductiveRage</copyright>
<tags>C# bridge bridge.net react react-js</tags>
<dependencies>
<dependency id="Bridge.Min" version="17.9.0" />
<dependency id="Bridge.Html5" version="17.9.0" />
</dependencies>
</metadata>
<files>
<file src="Bridge.React.dll" target="lib\net40" />
<file src="Bridge.React.xml" target="lib\net40" />
<file src="Bridge.React.Analyser.dll" target="analyzers\dotnet\cs" />
<file src="*.ps1" target="tools\" />
</files>
</package>