diff --git a/Deploy/Installation Files/plug-ins-installer-files/Forest Roads Simulation 1.3.1.txt b/Deploy/Installation Files/plug-ins-installer-files/Forest Roads Simulation 1.3.1.txt new file mode 100644 index 0000000..601f9f4 --- /dev/null +++ b/Deploy/Installation Files/plug-ins-installer-files/Forest Roads Simulation 1.3.1.txt @@ -0,0 +1,9 @@ +LandisData Extension + +Name "Forest Roads Simulation" +Version "1.3.1" +Type disturbance:roads +Assembly Landis.Extension.ForestRoadsSimulation +Class Landis.Extension.ForestRoadsSimulation.PlugIn +Description "Simulate the construction of forest roads for harvesting" +CoreVersion 7.0 diff --git a/Deploy/Installer Inno Setup script.iss b/Deploy/Installer Inno Setup script.iss index 5f860f1..be355d8 100644 --- a/Deploy/Installer Inno Setup script.iss +++ b/Deploy/Installer Inno Setup script.iss @@ -1,7 +1,7 @@ ; LANDIS-II Extension infomation #define CoreRelease "LANDIS-II-V7" #define ExtensionName "Forest Road Simulation module" -#define AppVersion "1.3" +#define AppVersion "1.3.1" #define AppPublisher "Clément Hardy" #define AppURL "https://github.com/Klemet/LANDIS-II-Forest-Roads-Simulation-module" @@ -67,7 +67,7 @@ Source: "..\Examples\*"; DestDir: {#AppDir}\examples\{#ExtensionName}; Flags: ig ; LANDIS-II identifies the extension with the info in this .txt file ; NB. New releases must modify the name of this file and the info in it -#define InfoTxt "Forest Roads Simulation 1.3.txt" +#define InfoTxt "Forest Roads Simulation 1.3.1.txt" Source: .\Installation Files\plug-ins-installer-files\{#InfoTxt}; DestDir: {#LandisPlugInDir} ; NOTE: Don't use "Flags: ignoreversion" on any shared system files