Skip to content

Commit faa5543

Browse files
committed
Build version 1.7.1
1 parent d981108 commit faa5543

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

WindowTextExtractor/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Windows.Forms;
33
using WindowTextExtractor.Forms;
4+
using WindowTextExtractor.Native;
45

56
namespace WindowTextExtractor
67
{

WindowTextExtractor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.6.1")]
35-
[assembly: AssemblyFileVersion("1.6.1")]
34+
[assembly: AssemblyVersion("1.7.1")]
35+
[assembly: AssemblyFileVersion("1.7.1")]
3 KB
Binary file not shown.

0 commit comments

Comments
 (0)