Bump version number for prep for new release, everything is 7.6 now with no patch
This commit is contained in:
@@ -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
|
||||
@@ -57,5 +57,5 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyKeyFile("")]
|
||||
[assembly: AssemblyKeyName("")]
|
||||
[assembly: AssemblyFileVersionAttribute("7.5.1.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="7.5.0.0" processorArchitecture="X86" name="ToMSSQL" type="win32" />
|
||||
<assemblyIdentity version="7.6.0.0" processorArchitecture="X86" name="ToMSSQL" type="win32" />
|
||||
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
|
||||
Reference in New Issue
Block a user