mukunku / ParquetViewer

Simple Windows desktop application for viewing & querying Apache Parquet files
GNU General Public License v3.0
687 stars 82 forks source link

V2.3.7 #58

Closed mukunku closed 1 year ago

mukunku commented 1 year ago

Lots of changes!

Upgraded from .Net 4.7.2 to .Net 6 thanks to @NN--- and @konstantin Sharon
Bunch of package version bumps
Some QoL improvements to text and keyboard shortcuts
Added ability to export (aka "Save As") to an .xls Excel file. Thanks @sujeendran
Added a whole bunch of new date formats and made it so that when you export data the date formats match what's displayed on the UI.
Removed Fody/Costura package. . NET 6 has its own built in app bundler!