Skip to content

Releases: hideki2k02/JapaBookmarksDateViewer

1.1 - Quick Fix

27 Mar 16:42
Compare
Choose a tag to compare

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);

error reason

Also i just realized you can directly put Executables on the "ATTACH BINARIES" (._.)

1.0 - First Build

27 Mar 16:17
Compare
Choose a tag to compare

First Release Build, should work on any Windows that has .NET Core 5.0