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

@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

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
@@ -59,5 +59,5 @@ using System.Runtime.InteropServices;
//[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("7.5.0.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]
[assembly: ComVisibleAttribute(false)]

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")]

View File

@@ -31,5 +31,5 @@ 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: AssemblyFileVersion("7.5.1.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -31,7 +31,7 @@ namespace AyaNovaMBI
s.Append("<div><span class=\"tinytext\">");
s.Append("Licensed to: " + HttpUtility.HtmlEncode(AyaBizUtils.REGTO));//case 1171
s.Append("<br/>");
s.Append("AyaNova&#174; MBI Service management software 7.5 (patch 1) ");//(patch XXX)
s.Append("AyaNova&#174; MBI Service management software 7.6");//(patch XXX)
s.Append("<br/>");
s.Append("&#169; 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.");
s.Append("</span></div>");

View File

@@ -39,7 +39,7 @@ namespace AyaNova.PlugIn.AyaScript
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -33,7 +33,7 @@ namespace AyaNova.PlugIn.ImportExportCSV
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.1.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -21,7 +21,7 @@ namespace AyaNova.PlugIn.Merger
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -30,7 +30,7 @@ namespace AyaNova.PlugIn.ClientRemover
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About
@@ -68,13 +68,13 @@ namespace AyaNova.PlugIn.ClientRemover
{
if (AyaNovaVersion.Major < 7)
{
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.5 or newer");
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.6 or newer");
return false;
}
if (AyaNovaVersion.Minor < 5)
if (AyaNovaVersion.Minor < 6)
{
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.5 or newer");
MessageBox.Show("This ClientRemover plugin requires AyaNova version 7.6 or newer");
return false;
}

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.1.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -30,7 +30,7 @@ namespace AyaNova.Plugin.Dump
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About
@@ -68,13 +68,13 @@ namespace AyaNova.Plugin.Dump
{
if (AyaNovaVersion.Major < 7)
{
MessageBox.Show("This DBDump plugin requires AyaNova version 7.5 or newer");
MessageBox.Show("This DBDump plugin requires AyaNova version 7.6 or newer");
return false;
}
if (AyaNovaVersion.Minor < 5)
if (AyaNovaVersion.Minor < 6)
{
MessageBox.Show("This DBDump plugin requires AyaNova version 7.5 or newer");
MessageBox.Show("This DBDump plugin requires AyaNova version 7.6 or newer");
return false;
}

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -37,7 +37,7 @@ namespace AyaNova.Plugin.ExportToExcel
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -38,7 +38,7 @@ namespace AyaNova.Plugin.OutlookSchedule
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -51,7 +51,7 @@ namespace AyaNova.PlugIn.PTI
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.1.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.5.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -52,7 +52,7 @@ namespace AyaNova.PlugIn.QBI
public string PluginVersion
{
get { return "7.5 (patch 4)"; }//if patch then 7.3 (patch 1) etc
get { return "7.6"; }//if patch then 7.3 (patch 1) etc
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.5.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -59,7 +59,7 @@ namespace AyaNova.PlugIn.QBOI
public string PluginVersion
{
get { return "7.5 (patch 5)"; }//if patch then 7.3 (patch 1) etc
get { return "7.6"; }//if patch then 7.3 (patch 1) etc
}
public string About

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("7.5.0.0")]
[assembly: AssemblyFileVersion("7.5.0.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -33,7 +33,7 @@ namespace AyaNova.Plugin.QuickNotification
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -24,7 +24,7 @@ namespace AyaNova.Plugin.XTools
public string PluginVersion
{
get { return "7.5"; }
get { return "7.6"; }
}
public string About

View File

@@ -25,7 +25,7 @@ using System.Runtime.CompilerServices;
// You can specify all the value 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
@@ -48,4 +48,4 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]
//[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("7.5.0.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]

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
@@ -57,5 +57,5 @@ using System.Runtime.InteropServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("..\\..\\..\\..\\..\\keys\\AyaNova.snk")]
//[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("7.5.0.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]
[assembly: ComVisibleAttribute(false)]

View File

@@ -29,8 +29,8 @@ public class Util
}
public static string Version { get { return "7.5.0"; } }
public static int HotfixVersion { get { return 3; } }
public static string Version { get { return "7.6.0"; } }
public static int HotfixVersion { get { return 0; } }
public static Guid WBIIntegrationID { get { return new Guid("{6946040C-1B50-4eab-BE08-A0E93DB7449F}"); } }
#region "global" vars

View File

@@ -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="AyaNova" type="win32" />
<assemblyIdentity version="7.6.0.0" processorArchitecture="X86" name="AyaNova" type="win32" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>

View File

@@ -27,7 +27,7 @@ using System.Security.Permissions;
// 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")]
// Test commnet for subversion testing
@@ -64,4 +64,4 @@ using System.Security.Permissions;
// Configure log4net using the .config file
//[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
//[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )]
[assembly: AssemblyFileVersionAttribute("7.5.10.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]

View File

@@ -26,7 +26,7 @@ using System.Runtime.CompilerServices;
// 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,4 +57,4 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyKeyFile("..\\..\\..\\..\\..\\keys\\AyaNova.snk")]
//[assembly: AssemblyKeyName("")]
//[assembly:System.CLSCompliant(true)]
[assembly: AssemblyFileVersionAttribute("7.5.0.0")]
[assembly: AssemblyFileVersionAttribute("7.6.0.0")]

View File

@@ -29,10 +29,10 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("7.5.0.0")>
<Assembly: AssemblyVersion("7.6.0.0")>
' strong name
'<Assembly: AssemblyKeyFile("..\..\..\..\..\keys\AyaNova.snk")>
<Assembly: AssemblyFileVersionAttribute("7.5.0.0")>
<Assembly: AssemblyFileVersionAttribute("7.6.0.0")>

View File

@@ -29,8 +29,8 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
<Assembly: AssemblyVersion("7.5.0.0")>
<Assembly: AssemblyVersion("7.6.0.0")>
<Assembly: AssemblyKeyFile("..\..\..\..\..\keys\AyaNova.snk")>
<Assembly: AssemblyFileVersionAttribute("7.5.0.0")>
<Assembly: AssemblyFileVersionAttribute("7.6.0.0")>

View File

@@ -31,5 +31,5 @@ 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: AssemblyFileVersion("7.5.4.0")]
[assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.0.0")]

View File

@@ -17,7 +17,7 @@ namespace ri.util
public static class ay
{
#region VERSION
public static string Version = "v7.5 (patch 4)";
public static string Version = "v7.6";
#endregion version