We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2cb39 commit 304e162Copy full SHA for 304e162
Program.cs
@@ -25,8 +25,8 @@ You should have received a copy of the GNU General Public License
25
[assembly: AssemblyProduct("AeroShotCRE")]
26
[assembly: AssemblyDescription("Screenshot capture utility for Windows Aero")]
27
[assembly: AssemblyCopyright("\u00a9 2021 Cvolton")]
28
-[assembly: AssemblyVersion("1.7.0.0")]
29
-[assembly: AssemblyFileVersion("1.7.0.0")]
+[assembly: AssemblyVersion("1.8.0.0")]
+[assembly: AssemblyFileVersion("1.8.0.0")]
30
[assembly: ComVisible(false)]
31
32
namespace AeroShot
0 commit comments