Skip to content

IMAP-Editor_v101 (deprecated)

Compare
Choose a tag to compare
@frostbone25 frostbone25 released this 17 Mar 13:15
· 6 commits to main since this release

Summary

The second release of the application, a hotfix release. The first build (since it was built on .NET Core) required some dependencies that if the user didn't install, the app wouldn't run. Reconfigured the build to be fully self-contained so those extra dependencies are not required by the user to install.

Once again this is a release build, so there is a rather small chance bugs/issues might be encountered. However, as of testing it I can't seem to run into any issues and it's rather stable. If you do happen to come across any bugs/issues please read this and it will guide you on how to report an issue to us.

(deprecated) I released a new build that fixes the build config so it's fully self-contained. This first build requires dependencies to be installed, or else the app won't run. So the new build is now self-contained.

Help

If you need any help with the application you can go here.

Changelog

  • Reconfigured build option from strictly x64 to both x64 and x86 (might change later)
  • Reconfigured build to be fully self-contained (any .net core dependencies are now embedded in the exe)

Removed due to incorrect build config