-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProductiveRage.ReactRouting.nuspec
28 lines (28 loc) · 1.34 KB
/
ProductiveRage.ReactRouting.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
28
<?xml version="1.0"?>
<package >
<metadata>
<id>ProductiveRage.ReactRouting</id>
<title>ProductiveRage.ReactRouting</title>
<version>7.1.0</version>
<authors>ProductiveRage</authors>
<owners>ProductiveRage</owners>
<licenseUrl>https://github.com/ProductiveRage/Bridge.ReactRouting/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ProductiveRage/Bridge.ReactRouting</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/6a1f781d4d5e2d50dcff04f8f049767a?s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A router for Bridge.NET projects, favouring strong-typing over free text description of link elements</description>
<copyright>Copyright 2019 ProductiveRage</copyright>
<tags>C# bridge bridge.net react react-js router</tags>
<dependencies>
<dependency id="Bridge.Core" version="17.9.0" />
<dependency id="Bridge.Html5" version="17.9.0" />
<dependency id="Bridge.React" version="5.2.0" />
<dependency id="ProductiveRage.Immutable" version="4.2.0" />
<dependency id="ProductiveRage.Immutable.Extensions" version="5.2.0" />
</dependencies>
</metadata>
<files>
<file src="ProductiveRage.ReactRouting.dll" target="lib\net40" />
<file src="ProductiveRage.ReactRouting.xml" target="lib\net40" />
</files>
</package>