mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-19 19:08:08 -05:00
Version update
This commit is contained in:
parent
e6a1fd7916
commit
b1831127a9
2
DS_Map/Main Window.Designer.cs
generated
2
DS_Map/Main Window.Designer.cs
generated
|
|
@ -11602,7 +11602,7 @@
|
|||
this.MainMenuStrip = this.menuStrip1;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "MainProgram";
|
||||
this.Text = "DS Pokémon Rom Editor Reloaded 1.11 (Nømura, AdAstra/LD3005, Mixone)";
|
||||
this.Text = "DS Pokémon Rom Editor Reloaded 1.11.1 (Nømura, AdAstra/LD3005, Mixone)";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainProgram_FormClosing);
|
||||
this.mainTabControl.ResumeLayout(false);
|
||||
this.headerEditorTabPage.ResumeLayout(false);
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
|
|||
// Le informazioni generali relative a un assembly sono controllate dal seguente
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("DSPRE Reloaded 1.11")]
|
||||
[assembly: AssemblyTitle("DSPRE Reloaded 1.11.1")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DSPRE Reloaded 1.11")]
|
||||
[assembly: AssemblyProduct("DSPRE Reloaded 1.11.1")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2023")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.11")]
|
||||
[assembly: AssemblyFileVersion("1.11")]
|
||||
[assembly: AssemblyVersion("1.11.1")]
|
||||
[assembly: AssemblyFileVersion("1.11.1")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user