Skip to content

Commit

Permalink
Bump version to 1.1, update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
chausner committed Feb 2, 2022
1 parent d1373fc commit d4473b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions X9AEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("X9A Editor")]
[assembly: AssemblyCopyright("Copyright © Christoph Hausner 2020")]
[assembly: AssemblyCopyright("Copyright © Christoph Hausner 2020, 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion X9AEditor/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private void ExecuteAboutCommand()
taskDialog.MainInstruction = "X9A Editor";
taskDialog.Content =
"Version " + Assembly.GetExecutingAssembly().GetName().Version + "\r\n" +
"Copyright © Christoph Hausner 2020\r\n" +
"Copyright © Christoph Hausner 2020, 2022\r\n" +
"<a href=\"https:/chausner/X9AEditor\">https:/chausner/X9AEditor</a>\r\n\r\n" +
"Uses parts of the <a href=\"http://www.famfamfam.com/lab/icons/silk/\">Silk icon set</a>.";
taskDialog.EnableHyperlinks = true;
Expand Down

0 comments on commit d4473b2

Please sign in to comment.