Browse Source

Update Chocolatey package for 4.4.1

pull/334/head
Christoph Wille 12 years ago
parent
commit
aacac3956c
  1. 2
      src/Setup/Chocolatey/Tools/chocolateyInstall.ps1
  2. 4
      src/Setup/Chocolatey/sharpdevelop.nuspec

2
src/Setup/Chocolatey/Tools/chocolateyInstall.ps1

@ -3,7 +3,7 @@
$packageName = 'sharpdevelop' $packageName = 'sharpdevelop'
$installerType = 'msi' $installerType = 'msi'
$url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.4.0.9722_Setup.msi?download' $url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.4.1.9729_Setup.msi?download'
$silentArgs = '/q' $silentArgs = '/q'
$validExitCodes = @(0) $validExitCodes = @(0)

4
src/Setup/Chocolatey/sharpdevelop.nuspec

@ -4,14 +4,14 @@
<metadata> <metadata>
<id>sharpdevelop</id> <id>sharpdevelop</id>
<title>SharpDevelop</title> <title>SharpDevelop</title>
<version>4.4</version> <version>4.4.1</version>
<authors>IC#Code Team</authors> <authors>IC#Code Team</authors>
<owners>SharpDevelop Team</owners> <owners>SharpDevelop Team</owners>
<summary>sharpdevelop</summary> <summary>sharpdevelop</summary>
<description>#develop (short for SharpDevelop) is a free IDE for C#, VB.NET, F#, IronPython and IronRuby projects on Microsoft's .NET platform. It has designers for WPF, Windows Forms and Entity Framework, and also supports ASP.NET MVC.</description> <description>#develop (short for SharpDevelop) is a free IDE for C#, VB.NET, F#, IronPython and IronRuby projects on Microsoft's .NET platform. It has designers for WPF, Windows Forms and Entity Framework, and also supports ASP.NET MVC.</description>
<projectUrl>http://www.icsharpcode.net/opensource/sd/</projectUrl> <projectUrl>http://www.icsharpcode.net/opensource/sd/</projectUrl>
<tags>sharpdevelop ide .net developer web windows debugging editor tool productivity</tags> <tags>sharpdevelop ide .net developer web windows debugging editor tool productivity</tags>
<copyright>Copyright ©2001-2013 IC#Code.</copyright> <copyright>Copyright ©2001-2014 IC#Code.</copyright>
<licenseUrl>http://www.icsharpcode.net/OpenSource/SD/</licenseUrl> <licenseUrl>http://www.icsharpcode.net/OpenSource/SD/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>https://github.com/Your Repository/raw/master/sharpdevelop/sharpdevelop.gif</iconUrl>--> <!--<iconUrl>https://github.com/Your Repository/raw/master/sharpdevelop/sharpdevelop.gif</iconUrl>-->

Loading…
Cancel
Save