activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.29k stars 150 forks source link

fix: Properly display FILETIME in the summary view #161

Closed learn-more closed 3 years ago

learn-more commented 3 years ago

Using some pinvoke and special-casing to work around a wix issue.

learn-more commented 3 years ago

error CS0103: The name '_' does not exist in the current context Ah, it's an older .net version.

learn-more commented 3 years ago

This Codacy thing is not happy about a switch case missing a 'default' case, but when I add an empty default label it tells me that there should not be an empty default case....

activescott commented 3 years ago

:tada: This PR is included in version 1.8.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: