Bump version number for prep for new release, everything is 7.6 now with no patch

This commit is contained in:
2019-10-07 22:07:35 +00:00
parent 143638e099
commit 6fdf39ab8a
55 changed files with 98 additions and 96 deletions

View File

@@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -58,4 +58,4 @@ using System.Runtime.InteropServices;
//[assembly: AssemblyKeyFile("..\\..\\..\\..\\keys\\AyaNova.snk")]
//[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyFileVersionAttribute("7.5.0.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]