Skip to content

Commit

Permalink
2.3.1.5 - Region Select Auto Save implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinkendall committed Aug 2, 2020
1 parent a51d747 commit 00ab812
Show file tree
Hide file tree
Showing 15 changed files with 354 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.1.4")]
[assembly: AssemblyFileVersion("2.3.1.4")]
[assembly: AssemblyVersion("2.3.1.5")]
[assembly: AssemblyFileVersion("2.3.1.5")]
[assembly: NeutralResourcesLanguageAttribute("en-CA")]
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
type="win32"
name="GavinKendall.AutoScreenCapture"
version="2.3.1.4"/>
version="2.3.1.5"/>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
Expand Down
2 changes: 1 addition & 1 deletion interface/FormAbout.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBoxDeveloper.Text" xml:space="preserve">
<value>Auto Screen Capture 2.3.1.4 ("Boombayah")
<value>Auto Screen Capture 2.3.1.5 ("Boombayah")
Developed by Gavin Kendall (2008 - 2020)

https://autoscreen.sourceforge.io/
Expand Down
73 changes: 62 additions & 11 deletions interface/FormKeyboardShortcuts.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00ab812

Please sign in to comment.