Browse Source

Chocolatey package for SD 4.3.3

pull/74/merge
Christoph Wille 12 years ago
parent
commit
ff27882f9c
  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 @@ @@ -3,7 +3,7 @@
$packageName = 'sharpdevelop'
$installerType = 'msi'
$url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.3.1.9430_Setup.msi?download'
$url = 'http://downloads.sourceforge.net/sharpdevelop/SharpDevelop_4.3.3.9663_Setup.msi?download'
$silentArgs = '/q'
$validExitCodes = @(0)

4
src/Setup/Chocolatey/sharpdevelop.nuspec

@ -4,14 +4,14 @@ @@ -4,14 +4,14 @@
<metadata>
<id>sharpdevelop</id>
<title>SharpDevelop</title>
<version>4.3.1</version>
<version>4.3.3</version>
<authors>IC#Code Team</authors>
<owners>SharpDevelop Team</owners>
<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>
<projectUrl>http://www.icsharpcode.net/opensource/sd/</projectUrl>
<tags>sharpdevelop ide .net developer web windows debugging editor tool productivity</tags>
<copyright>Copyright ©2001-2012 IC#Code.</copyright>
<copyright>Copyright ©2001-2013 IC#Code.</copyright>
<licenseUrl>http://www.icsharpcode.net/OpenSource/SD/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>https://github.com/Your Repository/raw/master/sharpdevelop/sharpdevelop.gif</iconUrl>-->

Loading…
Cancel
Save