Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed Apr 28, 2020
1 parent 59ff16e commit a5b2932
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IndustrialPark/IndustrialPark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
<ApplicationVersion>0.1.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions IndustrialPark/Other/IPversion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
4 changes: 2 additions & 2 deletions IndustrialPark/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions IndustrialPark/Resources/ip_version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a5b2932

Please sign in to comment.