mirror of https://github.com/icsharpcode/ILSpy.git
4 changed files with 11 additions and 11 deletions
@ -0,0 +1,9 @@ |
|||||||
|
using System; |
||||||
|
|
||||||
|
namespace ILSpy.Installer |
||||||
|
{ |
||||||
|
internal static class AppPackage |
||||||
|
{ |
||||||
|
public static Version Version = new Version(DecompilerVersionInfo.Major + "." + DecompilerVersionInfo.Minor + "." + DecompilerVersionInfo.Build + "." + DecompilerVersionInfo.Revision); |
||||||
|
} |
||||||
|
} |
@ -1,9 +0,0 @@ |
|||||||
using System; |
|
||||||
|
|
||||||
namespace ILSpy.Installer |
|
||||||
{ |
|
||||||
internal static class AppPackage |
|
||||||
{ |
|
||||||
public static Version Version = new Version("$INSERTVERSION$"); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue