Skip to content

Releases: SqlQuantumLeap/BinaryFormatter

Version 2.0

10 Dec 19:35
ee41a1a
Compare
Choose a tag to compare
  1. Added ability to Save to Clipboard, Send to Console, and to NOT Save to File.

  2. If no new options are specified, resulting behavior is exactly the same as before (i.e. fully backwards compatible)

  3. Updated usage display to reflect new options.

  4. Added tests. Manual for now, but might could automate later.

Please see the main repository page for more details.

Version 1.0.2

27 Sep 17:07
Compare
Choose a tag to compare

Updates to make it easier to use as a "Send to" destination in File Explorer (i.e. Right-click on a binary file, go to "Send to", select BinaryFormatter, and a .sql file is generated in that same folder).

  1. Updated default Output File path to be the same path that the input binary file resides in. Previously there was no path set, so the Output File would be placed in whatever the Current Working Directory was set to,.

  2. Request ChunkSize if not provided via input parameter:

    • Press Enter without typing anything to accept the displayed default value (currently 10,000).
    • Enter an integer value above 0 to use that as a default.
    • Any other value will result in the request being repeated.

Version 1.0.1

11 Aug 03:30
Compare
Choose a tag to compare

Initial release. Please see readme on main repository page for details.