Skip to content

Commit

Permalink
1.1.0.4 Update
Browse files Browse the repository at this point in the history
* Explicitly define GUID in assembly
  • Loading branch information
rex706 committed Feb 26, 2021
1 parent 2d0159f commit 74f410b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Updater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("soon^tm")]
[assembly: AssemblyCulture("")]
[assembly: Guid("2FB641E5-A4D2-4B3B-B51A-575AE3246BBB")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down Expand Up @@ -49,5 +50,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("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]
[assembly: AssemblyVersion("1.1.0.4")]
[assembly: AssemblyFileVersion("1.1.0.4")]

0 comments on commit 74f410b

Please sign in to comment.