From a1eecc249cc56b293923184ae9a2fbdfbc97cdcf Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 10 Jan 2023 17:02:32 +0100 Subject: [PATCH] Version set --- CHANGELOG.md | 2 +- PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3b2b6..9d4fb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# X.X.X.X (X.X.X.X) +# 1.5.0.9 (10.01.2023) - PlantUML version updated to 1.2023.0 - Added fluent and dark style icons - Updated to common zoom and scroll behaviour Ctrl + mouse wheel to zoom and (Shift +) mouse wheel to scroll vertically and horizontally diff --git a/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs b/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs index e755b34..0e4d754 100644 --- a/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs +++ b/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Schmidt")] [assembly: AssemblyProduct("PlantUML Viewer by Philipp Schmidt")] -[assembly: AssemblyCopyright("Copyright © 2022, all rights reserved")] +[assembly: AssemblyCopyright("Copyright © 2022 - 2023, all rights reserved")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,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.4.0.8")] -[assembly: AssemblyFileVersion("1.4.0.8")] +[assembly: AssemblyVersion("1.5.0.9")] +[assembly: AssemblyFileVersion("1.5.0.9")]