Skip to content

Commit

Permalink
Update chocolatey package info
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Oct 27, 2014
1 parent 236e139 commit 9086599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
2 changes: 1 addition & 1 deletion pneumatictube-package/pneumatictube.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>pneumatictube.portable</id>
<title>PneumaticTube (Portable)</title>
<version>1.0.1.0</version>
<version>1.0.2.0</version>
<authors>E.Z. Hart</authors>
<owners>E.Z. Hart</owners>
<summary>Command line Dropbox uploader for Windows</summary>
Expand Down
2 changes: 1 addition & 1 deletion pneumatictube-package/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9086599

Please sign in to comment.