Skip to content

Commit

Permalink
Prep for version 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Sep 2, 2022
1 parent 5703732 commit 2e2f4f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 CodeWise LLC and E.Z. Hart
Copyright (c) 2022 CodeWise LLC and E.Z. Hart

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 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.6.0.0</version>
<version>1.7.0.0</version>
<authors>E.Z. Hart</authors>
<owners>E.Z. Hart</owners>
<summary>Command line Dropbox uploader for Windows</summary>
Expand All @@ -16,6 +16,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/hartez/PneumaticTube/master/cmdline.ico</iconUrl>
<releaseNotes>
Version 1.7:
Add option to timeout for HTTP client
Version 1.6:
Add option to set chunk size for chunked uploading
Version 1.5:
Expand Down

0 comments on commit 2e2f4f9

Please sign in to comment.