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.5 Release - upgrade to .net 7 #65

Closed mukunku closed 1 year ago

mukunku commented 1 year ago

This PR bumps the utility's .net version to 7. I'm not %100 sure this is the best choice because .net 6 is the LTS version and .net 7 will only be supported until May 2024. But after the bug report in #64 I decided what the hay.

.net 7 was officially released in Nov 2022 so it's possible a lot of people don't have the framework on their machines yet. So going forward I will always include a self contained executable with the latest version of the app. I will remove it from older versions after a new version is released because each such executable is 150MB+ in size.

If anyone has any feedback please feel free to comment on this PR.