Skip to content

Commit

Permalink
Bump versions to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasg committed Apr 29, 2018
1 parent 8b69e22 commit 60e3305
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
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.6.0.0"
version="1.7.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 @@ -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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.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.0.0" />
<Identity Name="7b5e7c03-beb1-4a1c-a6bf-52c7d7333bd6" Publisher="CN=lucas" Version="1.7.0.0" />
<Properties>
<DisplayName>Dependencies</DisplayName>
<PublisherDisplayName>lucasg</PublisherDisplayName>
Expand Down
4 changes: 2 additions & 2 deletions DependenciesGui/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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
`Dependencies` can help Windows developers troubleshooting their dll load dependencies issues.

## Releases
* [v1.7](https://github.com/lucasg/Dependencies/releases/download/v1.7/Dependencies.zip) :
* Add CLI tool "dependencies.exe"
* [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) :
Expand Down

0 comments on commit 60e3305

Please sign in to comment.