Skip to content

Commit

Permalink
Bump to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasg committed Jan 14, 2018
1 parent 6fc8c46 commit a15ddb4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ClrPhTester/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion ClrPhlib/ClrPhlib.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="ClrPhLib"
processorArchitecture="*"
version="1.0.0.0"
version="1.6.0.0"
type="win32"
/>
<description>CLR Process Hacker library</description>
Expand Down
4 changes: 2 additions & 2 deletions Dependencies/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion DependenciesAppx/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="7b5e7c03-beb1-4a1c-a6bf-52c7d7333bd6" Publisher="CN=lucas" Version="1.6.1.0" />
<Identity Name="7b5e7c03-beb1-4a1c-a6bf-52c7d7333bd6" Publisher="CN=lucas" Version="1.6.0.0" />
<Properties>
<DisplayName>Dependencies</DisplayName>
<PublisherDisplayName>lucasg</PublisherDisplayName>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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".

<p align="center">
Expand Down

0 comments on commit a15ddb4

Please sign in to comment.