We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981108 commit faa5543Copy full SHA for faa5543
WindowTextExtractor/Program.cs
@@ -1,6 +1,7 @@
1
using System;
2
using System.Windows.Forms;
3
using WindowTextExtractor.Forms;
4
+using WindowTextExtractor.Native;
5
6
namespace WindowTextExtractor
7
{
WindowTextExtractor/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
31
// You can specify all the values or you can default the Build and Revision Numbers
32
// by using the '*' as shown below:
33
// [assembly: AssemblyVersion("1.0.*")]
34
-[assembly: AssemblyVersion("1.6.1")]
35
-[assembly: AssemblyFileVersion("1.6.1")]
+[assembly: AssemblyVersion("1.7.1")]
+[assembly: AssemblyFileVersion("1.7.1")]
WindowTextExtractor/WindowTextExtractor64.exe
3 KB
0 commit comments