1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-13 17:34:08 +02:00

Update version to 1.2

This commit is contained in:
chylex 2016-04-26 18:51:45 +02:00
parent 4142206b65
commit 15a39de939
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@ static class Program{
public const string Website = "http://tweetdick.chylex.com";
#endif
public const string VersionTag = "1.1.1";
public const string VersionTag = "1.2";
public const string VersionFull = "1.2.0.0";
public static readonly string StoragePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),BrandName);
private static readonly LockManager LockManager = new LockManager(Path.Combine(StoragePath,".lock"));

View File

@ -33,7 +33,7 @@
// 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("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion(Program.VersionFull)]
[assembly: AssemblyFileVersion(Program.VersionFull)]
[assembly: NeutralResourcesLanguageAttribute("en")]