Skip to content

Commit 52ccbf9

Browse files
committed
bump version to v1.7.2
1 parent de50558 commit 52ccbf9

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
========
33

4+
## Version 1.7.2
5+
6+
- Fix blurry forms on high DPI monitors
7+
- Increase maximum file length
8+
- Update all dependencies
9+
410
## Version 1.7
511
- Connect with FTP over SSL (FTPS)
612
- Public Key Authentication

upScreen/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("getupscreen.com")]
1313
[assembly: AssemblyProduct("upScreen")]
14-
[assembly: AssemblyCopyright("Copyright © 2017")]
14+
[assembly: AssemblyCopyright("Copyright © 2011-2018")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.7.1.1")]
37-
[assembly: AssemblyFileVersion("1.7.1.1")]
36+
[assembly: AssemblyVersion("1.7.2.1")]
37+
[assembly: AssemblyFileVersion("1.7.2.1")]
3838
[assembly: NeutralResourcesLanguageAttribute("en")]

upScreenLib/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("upScreenLib")]
13-
[assembly: AssemblyCopyright("Copyright © 2017")]
13+
[assembly: AssemblyCopyright("Copyright © 2011-2018")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.7.1.0")]
36-
[assembly: AssemblyFileVersion("1.7.1.0")]
35+
[assembly: AssemblyVersion("1.7.2.0")]
36+
[assembly: AssemblyFileVersion("1.7.2.0")]

0 commit comments

Comments
 (0)