Skip to content

Commit

Permalink
Set VersionName = "beta1"
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Mar 11, 2018
1 parent 56806d4 commit 09463ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static class RevisionClass
public const string Minor = "1";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "alpha1";
public const string VersionName = "beta1";

public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

2 comments on commit 09463ce

@coolmans
Copy link

@coolmans coolmans commented on 09463ce Mar 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new to github.com so I described this problem here.I take the program, decompress, save it, open it in Visual Studio 2017, and the resources do not load, only code, try to do it yourself with the program that I mentioned above.When other simple programs decompile there resources are loaded!
https://jailbreakvideo.ru/Files/Win%2010%20Tweaker/Win%2010%20Tweaker.exe

@siegfriedpammer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1091. Now, please be patient and wait until somebody implements it. Thank you! Currently, I have no time for such a feature.

Please sign in to comment.