Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdillingham committed Jul 6, 2017
1 parent f5e3d51 commit 4c19ff2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ILMergeGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: AssemblyVersion("2.0.10.0")]
[assembly: AssemblyFileVersion("2.0.10.0")]
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ILMergeGUI

Cloned from the unmaintained CodePlex project (https://ilmergegui.codeplex.com/). All credit goes to the
original authors (see screen capture below).

* Fixed a couple of broken file references
* Disabled signing of the ClickOnce installer (due to a missing .pfx)
* Minor knob twiddling to get the application to build and run
* Tweaked the code to allow it to work with .NET 4.7

The ClickOnce application wouldn't run on my system so I zipped the necessary files and created a release.

## CodePlex Site

![CodePlex](codeplex.png)
Binary file added codeplex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c19ff2

Please sign in to comment.