From a4b4f0c6a1eadb96ed978259490927b2d549e029 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 30 Jul 2025 17:45:10 +0200 Subject: [PATCH] Incremented assembly version to 1.3.2 without changes but to reflect the NuGet package which needs to receive a version incrase to depend on Nuclex.Avalonia 1.3.2 --- Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a88aa7a..bea9830 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -45,4 +45,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyVersion("1.3.2")]