Bump version number for prep for new release, everything is 7.6 now with no patch
This commit is contained in:
@@ -39,7 +39,7 @@ namespace AyaNova.PlugIn.AyaScript
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace AyaNova.PlugIn.ImportExportCSV
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace AyaNova.PlugIn.Merger
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace AyaNova.Plugin.ExportToExcel
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace AyaNova.Plugin.OutlookSchedule
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace AyaNova.PlugIn.PTI
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace AyaNova.Plugin.QuickNotification
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace AyaNova.Plugin.XTools
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.5"; }
|
||||
get { return "7.6"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user