diff --git a/ClrPhTester/Properties/AssemblyInfo.cs b/ClrPhTester/Properties/AssemblyInfo.cs index 2dd0367..6a39c30 100644 --- a/ClrPhTester/Properties/AssemblyInfo.cs +++ b/ClrPhTester/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] diff --git a/ClrPhlib/ClrPhlib.manifest b/ClrPhlib/ClrPhlib.manifest index 8d58d98..f40b189 100644 --- a/ClrPhlib/ClrPhlib.manifest +++ b/ClrPhlib/ClrPhlib.manifest @@ -3,7 +3,7 @@ CLR Process Hacker library diff --git a/Dependencies/Properties/AssemblyInfo.cs b/Dependencies/Properties/AssemblyInfo.cs index 16131fc..841eb95 100644 --- a/Dependencies/Properties/AssemblyInfo.cs +++ b/Dependencies/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] diff --git a/DependenciesAppx/Package.appxmanifest b/DependenciesAppx/Package.appxmanifest index ca20c40..2a85d10 100644 --- a/DependenciesAppx/Package.appxmanifest +++ b/DependenciesAppx/Package.appxmanifest @@ -1,6 +1,6 @@  - + Dependencies lucasg diff --git a/README.md b/README.md index 54d54ae..0b0a1ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ `Dependencies` can help Windows developers troubleshooting their dll load dependencies issues. ## Releases - +* [v1.6](https://github.com/lucasg/Dependencies/releases/download/v1.6/Dependencies.zip) : + * Add appx packaging * [v1.5](https://github.com/lucasg/Dependencies/releases/download/v1.5/Dependencies.zip) : * Support of Sxs parsing * Support of api set schema parsing @@ -24,6 +25,8 @@ NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/l `Dependencies` is currently shipped as a binary (no installer present). Just uncompress the archive and click on it. Since the binary is not signed, `SmartScreen` might scream at runtime. `Dependencies` also bundle `ClrPhTester.exe`, a dumpbin-like executable used to test for non-regressions. +Since `v1.6`, Dependencies is also packaged as an appx package (the Windows equivalent of a `.deb` file) which can be installed locally. However, you also need to add the test certificate `DependenciesAppx_TemporaryKey.cer` to your cert hive. + `Dependencies` currently does not recursively resolve child imports when parsing a new PE since it can be really memory-hungry to do so ( it can over a GB even for "simple" PEs ). This behaviour can be overriden (app-wide) via a property located in "Options->Properties->Tree build behaviour".