From 25862aefc84e9b59907d9cc7479b9946c9cc74bc Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 22 Feb 2024 22:38:39 +0100 Subject: [PATCH] Version set --- CHANGELOG.md | 2 +- PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab4556..5918102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# X.X.X.X (XX.XX.XXXX) +# 1.7.0.11 (22.02.2024) - PlantUML version updated to 1.2024.3 - Set generation working directory to current file to allow relative includes - SVG.NET library updated to 3.4.7, dependent ExCSS library updated to 4.2.3 to fix SVG export namespace prefix not set accordingly diff --git a/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs b/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs index b56aab4..d80be00 100644 --- a/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs +++ b/PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs @@ -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.6.0.10")] -[assembly: AssemblyFileVersion("1.6.0.10")] +[assembly: AssemblyVersion("1.7.0.11")] +[assembly: AssemblyFileVersion("1.7.0.11")]