Skip to content

Commit

Permalink
bump version to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheGr8 committed Feb 10, 2018
1 parent de50558 commit 52ccbf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
========

## Version 1.7.2

- Fix blurry forms on high DPI monitors
- Increase maximum file length
- Update all dependencies

## Version 1.7
- Connect with FTP over SSL (FTPS)
- Public Key Authentication
Expand Down
6 changes: 3 additions & 3 deletions upScreen/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("getupscreen.com")]
[assembly: AssemblyProduct("upScreen")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2011-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,6 +33,6 @@
// 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.7.1.1")]
[assembly: AssemblyFileVersion("1.7.1.1")]
[assembly: AssemblyVersion("1.7.2.1")]
[assembly: AssemblyFileVersion("1.7.2.1")]
[assembly: NeutralResourcesLanguageAttribute("en")]
6 changes: 3 additions & 3 deletions upScreenLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("upScreenLib")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2011-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,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.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyVersion("1.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]

0 comments on commit 52ccbf9

Please sign in to comment.