-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProxyAdminConsole.nuspec
More file actions
18 lines (18 loc) · 889 Bytes
/
ProxyAdminConsole.nuspec
File metadata and controls
18 lines (18 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package >
<metadata>
<id>proxyadminconsole</id>
<title>Proxy Admin Console</title>
<version>1.0.0</version>
<authors>Jérémie DEVILLARD</authors>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/jdevillard/AzureProxyAdminConsole</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A sample mvc Site Extension that allow you to configure the Application Request Routing in the Main Web.Config of the Azure Web Site</description>
<iconUrl>https://raw.githubusercontent.com/jdevillard/AzureProxyAdminConsole/master/icon50x50.png</iconUrl>
<tags>arr rewrite sample siteextension</tags>
</metadata>
<files>
<file src="artifacts\Release\SiteExtensions\ProxyAdminConsole\**\*.*" target="content" />
</files>
</package>