From 9086599c5c0eae8bd6a21bb471e0ded88866411d Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Mon, 27 Oct 2014 07:30:53 -0600 Subject: [PATCH] Update chocolatey package info --- Properties/AssemblyInfo.cs | 8 ++++---- pneumatictube-package/pneumatictube.portable.nuspec | 2 +- pneumatictube-package/tools/ChocolateyInstall.ps1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0e544b8..5e2c5db 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ [assembly: AssemblyTitle("PneumaticTube")] [assembly: AssemblyDescription("Command line Dropbox uploader for Windows")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Traceur LLC")] +[assembly: AssemblyCompany("CodeWise LLC")] [assembly: AssemblyProduct("PneumaticTube")] -[assembly: AssemblyCopyright("Copyright © Traceur LLC 2014")] +[assembly: AssemblyCopyright("Copyright © CodeWise LLC 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] diff --git a/pneumatictube-package/pneumatictube.portable.nuspec b/pneumatictube-package/pneumatictube.portable.nuspec index 9909f17..7313a0b 100644 --- a/pneumatictube-package/pneumatictube.portable.nuspec +++ b/pneumatictube-package/pneumatictube.portable.nuspec @@ -4,7 +4,7 @@ pneumatictube.portable PneumaticTube (Portable) - 1.0.1.0 + 1.0.2.0 E.Z. Hart E.Z. Hart Command line Dropbox uploader for Windows diff --git a/pneumatictube-package/tools/ChocolateyInstall.ps1 b/pneumatictube-package/tools/ChocolateyInstall.ps1 index 3697bef..ed2e676 100644 --- a/pneumatictube-package/tools/ChocolateyInstall.ps1 +++ b/pneumatictube-package/tools/ChocolateyInstall.ps1 @@ -1,5 +1,5 @@ $packageName = 'PneumaticTube.portable' -$url = 'https://github.com/hartez/PneumaticTube/releases/download/1.0.0/PneumaticTube.zip' +$url = 'https://github.com/hartez/PneumaticTube/releases/download/1.0.2/PneumaticTube.zip' try { $binRoot = Get-BinRoot