From b064fbbddc52f764607afa33b1c4d928c0381c00 Mon Sep 17 00:00:00 2001 From: lucasg Date: Sun, 2 Dec 2018 20:53:04 +0100 Subject: [PATCH] [project] Bump to v1.9 --- ClrPhlib/AssemblyInfo.cpp | 2 +- Dependencies/Properties/AssemblyInfo.cs | 4 ++-- DependenciesGui/Properties/AssemblyInfo.cs | 4 ++-- DependenciesLib/Properties/AssemblyInfo.cs | 4 ++-- README.md | 10 +++++++++- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ClrPhlib/AssemblyInfo.cpp b/ClrPhlib/AssemblyInfo.cpp index 6f59793..6fc11e5 100644 --- a/ClrPhlib/AssemblyInfo.cpp +++ b/ClrPhlib/AssemblyInfo.cpp @@ -29,7 +29,7 @@ using namespace System::Security::Permissions; // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut // en utilisant '*', comme indiqué ci-dessous : -[assembly:AssemblyVersionAttribute("1.0.*")]; +[assembly:AssemblyVersionAttribute("1.9.*")]; [assembly:ComVisible(false)]; diff --git a/Dependencies/Properties/AssemblyInfo.cs b/Dependencies/Properties/AssemblyInfo.cs index 2271866..97c056b 100644 --- a/Dependencies/Properties/AssemblyInfo.cs +++ b/Dependencies/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.7.0.0")] -[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.0.0")] diff --git a/DependenciesGui/Properties/AssemblyInfo.cs b/DependenciesGui/Properties/AssemblyInfo.cs index 4cba85d..36adbc9 100644 --- a/DependenciesGui/Properties/AssemblyInfo.cs +++ b/DependenciesGui/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.7.0.0")] -[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.0.0")] diff --git a/DependenciesLib/Properties/AssemblyInfo.cs b/DependenciesLib/Properties/AssemblyInfo.cs index 416b7a8..a62e677 100644 --- a/DependenciesLib/Properties/AssemblyInfo.cs +++ b/DependenciesLib/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.9.0.0")] +[assembly: AssemblyFileVersion("1.9.0.0")] diff --git a/README.md b/README.md index 077606c..a9adf7b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Dependencies - An open-source modern Dependency Walker [![Build status](https://ci.appveyor.com/api/projects/status/wtr5v8ksndbkkqxg?svg=true)](https://ci.appveyor.com/project/lucasg/dependencies) -### [Download here](https://github.com/lucasg/Dependencies/releases/download/v1.8/Dependencies_x64_Release.zip) +### [Download here](https://github.com/lucasg/Dependencies/releases/download/v1.9/Dependencies_x64_Release.zip) NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/library/ffkc918h.aspx), `Dependencies` needs [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed to run properly. @@ -15,6 +15,14 @@ NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/l `Dependencies` can help Windows developers troubleshooting their dll load dependencies issues. ## Releases +* [v1.9](https://github.com/lucasg/Dependencies/releases/download/v1.9/Dependencies_x64_Release.zip) : + * Display imports and exports the way Depends.exe does. + * Added user customization for search folders and working directory + * Added LLVM demangler to availables symbol demangling + * Fixed Wow64 FsRedirection bugs + * F5 can now refresh the analysis + * Added CLR assembly dependencies enumeration + * Added a packaging option without Peview.exe (which triggers some AV). * [v1.8](https://github.com/lucasg/Dependencies/releases/download/v1.8/Dependencies_x64_Release.zip) : * Add x86/x64 variants for Dependencies * [v1.7](https://github.com/lucasg/Dependencies/releases/download/v1.7/Dependencies.zip) :