Skip to content

Commit

Permalink
(GH-535) Update NuspecTemplate.cs
Browse files Browse the repository at this point in the history
Fixes #535
  • Loading branch information
bc3tech authored and ferventcoder committed Jan 28, 2016
1 parent 4cbd7ac commit c30d153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chocolatey/infrastructure.app/templates/NuspecTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ public class NuspecTemplate
<summary>__REPLACE__</summary>
<description>__REPLACE__MarkDown_Okay [[AutomaticPackageNotesNuspec]]
</description>
<projectUrl></projectUrl>
<packageSourceUrl></packageSourceUrl>
<projectUrl>__REMOVE_OR_FILL_OUT__</projectUrl>
<packageSourceUrl>__REMOVE_OR_FILL_OUT__</packageSourceUrl>
<!--<projectSourceUrl></projectSourceUrl>
<docsUrl></docsUrl>
<mailingListUrl></mailingListUrl>
<bugTrackerUrl></bugTrackerUrl>-->
<tags>[[PackageNameLower]] admin SPACE_SEPARATED</tags>
<copyright></copyright>
<licenseUrl></licenseUrl>
<licenseUrl>__REMOVE_OR_FILL_OUT__</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>http://cdn.rawgit.com/[[MaintainerRepo]]/master/icons/[[PackageNameLower]].png</iconUrl>-->
<!--<dependencies>
Expand All @@ -64,4 +64,4 @@ public class NuspecTemplate
let them know the package is no longer updating correctly.
";
}
}
}

0 comments on commit c30d153

Please sign in to comment.