Skip to content

Commit

Permalink
add build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultumast committed Aug 9, 2024
1 parent 94838bb commit 36926da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions RainWorldSaveEditor/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ private void MainForm_Load(object sender, EventArgs e)
}
}

Text = $"Rain World Save Editor (Beta) - {Assembly.GetExecutingAssembly().GetName().Version!.ToString()}";

if (userProfileToolStripMenuItem.DropDownItems.Count != 0)
{
var item = ((ToolStripMenuItem)userProfileToolStripMenuItem.DropDownItems[0]);
item.Checked = true;
settings.RainWorldSaveDirectory = $"{item.Tag!.ToString()!}\\{Utils.RainworldSaveDirectoryPostFix}";
}



Logger.Warn(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile));

for (var i = 0; i < SlugcatInfo.SlugcatInfos.Length; i++)
{
Expand Down
2 changes: 1 addition & 1 deletion RainWorldSaveEditor/RainWorldSaveEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Version>$(VersionPrefix)</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>0.0.2.*</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<ApplicationIcon>Resources\editoricon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down

0 comments on commit 36926da

Please sign in to comment.