Add github URLs, cosmetic changes for consistency with old chocolatey.org packages
This commit is contained in:
commit
d7c6d995d5
13 changed files with 992 additions and 0 deletions
35
iis-externalcache/iis-externalcache.nuspec
Executable file
35
iis-externalcache/iis-externalcache.nuspec
Executable file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||||
<id>iis-externalcache</id>
|
||||
<title>iis-externalcache (Install)</title>
|
||||
<version>1.1.20151123</version>
|
||||
<authors>Microsoft Inc.</authors>
|
||||
<owners>Microsoft Inc.</owners>
|
||||
<summary>IIS External Cache</summary>
|
||||
<description>IIS External Cache Module
|
||||
</description>
|
||||
<projectUrl>http://learn.iis.net/page.aspx/489/using-the-application-request-routing-module</projectUrl>
|
||||
<!--<packageSourceUrl></packageSourceUrl>
|
||||
<projectSourceUrl></projectSourceUrl>
|
||||
<docsUrl></docsUrl>
|
||||
<mailingListUrl></mailingListUrl>
|
||||
<bugTrackerUrl></bugTrackerUrl>-->
|
||||
<tags>iis-externalcache iis externalcache</tags>
|
||||
<copyright></copyright>
|
||||
<licenseUrl>http://download.microsoft.com/download/3/4/1/3415F3F9-5698-44FE-A072-D4AF09728390/ExternalCache_RTW_EULA.htm</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<iconUrl>http://www.microsoft.com/web/media/gallery/apps-screenshots/IIS_WebPlatformInstaller_GenericWizardArt.png</iconUrl>
|
||||
<!--<dependencies>
|
||||
<dependency id="" version="__VERSION__" />
|
||||
<dependency id="" />
|
||||
</dependencies>-->
|
||||
<releaseNotes> * 1.1.20151123 Initial packaging of 1.1</releaseNotes>
|
||||
<!--<provides></provides>-->
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue