This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=AyaNova V8 Migrate plugin
|
AppName=AyaNova V8 Migrate plugin
|
||||||
AppVerName=AyaNova V8 Migrate plugin 7.6
|
AppVerName=AyaNova V8 Migrate plugin 8.0.0
|
||||||
AppPublisher=Ground Zero Tech-Works Inc.
|
AppPublisher=Ground Zero Tech-Works Inc.
|
||||||
AppPublisherURL=https://www.ayanova.com/
|
AppPublisherURL=https://www.ayanova.com/
|
||||||
AppSupportUrl=http://forum.ayanova.com
|
AppSupportUrl=http://forum.ayanova.com
|
||||||
AppVersion=7.6.1
|
AppVersion=8.0.0
|
||||||
;App ID is used for updating and patching
|
;App ID is used for updating and patching
|
||||||
;see: http://www.jrsoftware.org/iskb.php?updateinstall
|
;see: http://www.jrsoftware.org/iskb.php?updateinstall
|
||||||
AppId=v8migrate
|
AppId=v8migrate
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("7.6.0.0")]
|
[assembly: AssemblyVersion("8.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("7.6.1.0")]
|
[assembly: AssemblyFileVersion("8.0.0.0")]
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
public string PluginVersion
|
public string PluginVersion
|
||||||
{
|
{
|
||||||
get { return "7.6.1-RC.1"; }
|
get { return "8.0.0"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public string About
|
public string About
|
||||||
|
|||||||
Reference in New Issue
Block a user