Skip to content

Commit

Permalink
v0.2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LIPtoH committed Mar 23, 2020
1 parent b45ed17 commit 6e13b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions TS SE Tool/MethodsReadWrite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -889,15 +889,11 @@ private void LoadSaveFile()
ToggleControlsAccess(false);
}
else if (tempInfoFileInMemory != null)
{
//LastModifiedTimestamp = File.GetLastWriteTime(SiiInfoPath);
//textBoxDynamic.Text += LastModifiedTimestamp.ToString();

{
CheckSaveInfoData();

SavefileInfoData InfoData = new SavefileInfoData();
InfoData.PrepareInfo(tempInfoFileInMemory);

//SavefileInfoData InfoData = new SavefileInfoData();
//InfoData.PrepareInfo(tempInfoFileInMemory);
}
}

Expand Down
2 changes: 1 addition & 1 deletion TS SE Tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ limitations under the License.
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.2.7")]
[assembly: AssemblyVersion("0.2.2.8")]
[assembly: AssemblyFileVersion("0.0.1.0")]

0 comments on commit 6e13b1f

Please sign in to comment.