From aacac3956c0bb03f2ee98e797c7a4061512064f6 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 27 Jan 2014 10:58:52 +0100 Subject: [PATCH] Update Chocolatey package for 4.4.1 --- src/Setup/Chocolatey/Tools/chocolateyInstall.ps1 | 2 +- src/Setup/Chocolatey/sharpdevelop.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Setup/Chocolatey/Tools/chocolateyInstall.ps1 b/src/Setup/Chocolatey/Tools/chocolateyInstall.ps1 index 040ca292ae..7ee6ad9a0d 100644 --- a/src/Setup/Chocolatey/Tools/chocolateyInstall.ps1 +++ b/src/Setup/Chocolatey/Tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $packageName = 'sharpdevelop' $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' $validExitCodes = @(0) diff --git a/src/Setup/Chocolatey/sharpdevelop.nuspec b/src/Setup/Chocolatey/sharpdevelop.nuspec index 5d409bb8c6..7469f6b2fc 100644 --- a/src/Setup/Chocolatey/sharpdevelop.nuspec +++ b/src/Setup/Chocolatey/sharpdevelop.nuspec @@ -4,14 +4,14 @@ sharpdevelop SharpDevelop - 4.4 + 4.4.1 IC#Code Team SharpDevelop Team sharpdevelop #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. http://www.icsharpcode.net/opensource/sd/ sharpdevelop ide .net developer web windows debugging editor tool productivity - Copyright ©2001-2013 IC#Code. + Copyright ©2001-2014 IC#Code. http://www.icsharpcode.net/OpenSource/SD/ false