Releases: hideki2k02/JapaBookmarksDateViewer
Releases · hideki2k02/JapaBookmarksDateViewer
1.1 - Quick Fix
1.0 Release Executable was crashing because of a rookie mistake i made (not reading the warnings). This version should work without any issues.
If you are curious, the problem was these two lines:
string executable = System.Reflection.Assembly.GetExecutingAssembly().Location;
string executable_directory = System.IO.Path.GetDirectoryName(executable);
Also i just realized you can directly put Executables on the "ATTACH BINARIES" (._.)
1.0 - First Build
First Release Build, should work on any Windows that has .NET Core 5.0