From a5b29320c3482eabbff5363ff860a951d11875ec Mon Sep 17 00:00:00 2001 From: igorseabra4 Date: Tue, 28 Apr 2020 00:42:11 -0300 Subject: [PATCH] 0.1.1 release --- IndustrialPark/IndustrialPark.csproj | 2 +- IndustrialPark/Other/IPversion.cs | 4 ++-- IndustrialPark/Properties/AssemblyInfo.cs | 4 ++-- IndustrialPark/Resources/ip_version.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IndustrialPark/IndustrialPark.csproj b/IndustrialPark/IndustrialPark.csproj index 0f70c494..fc7dcbdf 100644 --- a/IndustrialPark/IndustrialPark.csproj +++ b/IndustrialPark/IndustrialPark.csproj @@ -25,7 +25,7 @@ false true 0 - 0.1.0.%2a + 0.1.1.%2a false true true diff --git a/IndustrialPark/Other/IPversion.cs b/IndustrialPark/Other/IPversion.cs index 45974e78..3c129031 100644 --- a/IndustrialPark/Other/IPversion.cs +++ b/IndustrialPark/Other/IPversion.cs @@ -2,7 +2,7 @@ { public class IPversion { - public string version = "v0.1"; - public string versionName = "v0.1"; + public string version = "v0.1.1"; + public string versionName = "v0.1.1"; } } diff --git a/IndustrialPark/Properties/AssemblyInfo.cs b/IndustrialPark/Properties/AssemblyInfo.cs index 49a7f8d0..62da5a66 100644 --- a/IndustrialPark/Properties/AssemblyInfo.cs +++ b/IndustrialPark/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão // utilizando o "*" como mostrado abaixo: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.1.1.0")] +[assembly: AssemblyFileVersion("0.1.1.0")] diff --git a/IndustrialPark/Resources/ip_version.json b/IndustrialPark/Resources/ip_version.json index ce4122ba..1313f245 100644 --- a/IndustrialPark/Resources/ip_version.json +++ b/IndustrialPark/Resources/ip_version.json @@ -1,4 +1,4 @@ { - "version": "v0.1", - "versionName": "\nv0.1\n\n* User Templates: now they can be composed of multiple assets! To use them, simply copy one or more assets and then paste them in the User Template Manager. You can rename the template to anything you want, select it from the context menu (right-clicking the main view window) and place it just like a normal template. References (such as events sent between the assets of the template) will be updated accordingly when placed.\n* SND/SNDS assets: allows playing sounds with the Play button in the Asset Data Editor. This works for all games on Xbox and BFBB and Scooby on GameCube (untested on PS2), but it needs vgmstream (not included in the download) under \\Resources\\vgmstream\\.\n* Download vgmstream: available from Tools menu. Downloads vgmstream (about 10 MB) to the correct location to enable playing sounds.\n* Stop Sound: available from Tools menu. If you don't click on this, the previewed sound will only stop playing if you close Industrial Park.\n* Fixed copy/paste of SND/SNDS in GameCube Movie/Incredibles/ROTU.\n* Experimental: allows exporting FSB3 file with individual sound from the SND/SNDS Asset Data Editor in GameCube Movie/Incredibles/ROTU.\n* Fixed issue with placing VIL_Generic template.\n* Fixed issue with changing color of TRIG asset under Options (yes you can do that!).\n* Silent txdgen window (no more console window appearing when textures are being converted).\n" + "version": "v0.1.1", + "versionName": "\nv0.1.1\n\n* Adds presets on PIPT editor\n" } \ No newline at end of file