Skip to content

Commit e081ada

Browse files
committed
bump version to 1.7.1
1 parent 1c2f1c5 commit e081ada

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
========
33

4+
## Version 1.7
5+
- Connect with FTP over SSL (FTPS)
6+
- Public Key Authentication
7+
- Configurable default values for "open link in browser" and "copy link to clipboard" (#2)
8+
- Capture multiple files copied to clipboard
9+
410
## Version 1.6
511
- Multiple monitor support
612
- Capture image from a copied URL

upScreen/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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 © 2011-2013")]
14+
[assembly: AssemblyCopyright("Copyright © 2017")]
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.6.1.1")]
37-
[assembly: AssemblyFileVersion("1.6.1.1")]
36+
[assembly: AssemblyVersion("1.7.1.1")]
37+
[assembly: AssemblyFileVersion("1.7.1.1")]
3838
[assembly: NeutralResourcesLanguageAttribute("en")]

upScreenLib/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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 © 2013")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
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.6.1.0")]
36-
[assembly: AssemblyFileVersion("1.6.1.0")]
35+
[assembly: AssemblyVersion("1.7.1.0")]
36+
[assembly: AssemblyFileVersion("1.7.1.0")]

0 commit comments

Comments
 (0)