Skip to content

Commit 6e40a27

Browse files
committed
[project] fixing version number in dependencies
1 parent dd97d1a commit 6e40a27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DependenciesGui/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.10.0.0")]
55-
[assembly: AssemblyFileVersion("1.10.0.0")]
54+
[assembly: AssemblyVersion("1.11.1.0")]
55+
[assembly: AssemblyFileVersion("1.11.1.0")]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/l
1717
`Dependencies` can help Windows developers troubleshooting their dll load dependencies issues.
1818

1919
## Releases
20-
* [v1.11](https://github.com/lucasg/Dependencies/releases/download/v1.11/Dependencies_x64_Release.zip) :
20+
* [v1.11](https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip) :
2121
* lots of bugfixes and incremental improvements
2222
* covid pandemic
2323
* [v1.10](https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip) :

0 commit comments

Comments
 (0)