Skip to content

Commit 12da79f

Browse files
committedDec 29, 2019
[project] Bump to v1.10
That's a long one comming, this should lessen the number of issues reported.
1 parent 9326cc4 commit 12da79f

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed
 

Diff for: ‎ClrPhlib/AssemblyInfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ using namespace System::Security::Permissions;
2929
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de révision et de build par défaut
3030
// en utilisant '*', comme indiqué ci-dessous :
3131

32-
[assembly:AssemblyVersionAttribute("1.9.*")];
32+
[assembly:AssemblyVersionAttribute("1.10.*")];
3333

3434
[assembly:ComVisible(false)];
3535

Diff for: ‎Dependencies/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.9.0.0")]
36-
[assembly: AssemblyFileVersion("1.9.0.0")]
35+
[assembly: AssemblyVersion("1.10.0.0")]
36+
[assembly: AssemblyFileVersion("1.10.0.0")]

Diff for: ‎DependenciesGui/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
5252
// en utilisant '*', comme indiqué ci-dessous :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.9.0.0")]
55-
[assembly: AssemblyFileVersion("1.9.0.0")]
54+
[assembly: AssemblyVersion("1.10.0.0")]
55+
[assembly: AssemblyFileVersion("1.10.0.0")]

Diff for: ‎DependenciesLib/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.9.0.0")]
36-
[assembly: AssemblyFileVersion("1.9.0.0")]
35+
[assembly: AssemblyVersion("1.10.0.0")]
36+
[assembly: AssemblyFileVersion("1.10.0.0")]

Diff for: ‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dependencies - An open-source modern Dependency Walker
22
[![Build status](https://ci.appveyor.com/api/projects/status/wtr5v8ksndbkkqxg?svg=true)](https://ci.appveyor.com/project/lucasg/dependencies)
33

4-
### [Download here](https://github.com/lucasg/Dependencies/releases/download/v1.9/Dependencies_x64_Release.zip)
4+
### [Download here](https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip)
55

66
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.
77

@@ -15,6 +15,9 @@ NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/l
1515
`Dependencies` can help Windows developers troubleshooting their dll load dependencies issues.
1616

1717
## Releases
18+
* [v1.10](https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip) :
19+
* lots of bugfixes and incremental improvements
20+
* support of Windows 8.1 apisets parsing
1821
* [v1.9](https://github.com/lucasg/Dependencies/releases/download/v1.9/Dependencies_x64_Release.zip) :
1922
* Display imports and exports the way Depends.exe does.
2023
* Added user customization for search folders and working directory

0 commit comments

Comments
 (0)