From c74149bfb99aa3a7df5a295178f349588231e4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=AB=E5=9F=8Evia?= Date: Thu, 8 Sep 2022 23:45:36 +0800 Subject: [PATCH] 1.1.4.1 (#93) * 1.1.4.1 --- .../SharedResources/Panuon.WPF.UI/Helpers/SliderHelper.cs | 2 +- .../SharedResources/Panuon.WPF.UI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SourceCode/SharedResources/Panuon.WPF.UI/Helpers/SliderHelper.cs b/SourceCode/SharedResources/Panuon.WPF.UI/Helpers/SliderHelper.cs index 68319571..dbf0215f 100644 --- a/SourceCode/SharedResources/Panuon.WPF.UI/Helpers/SliderHelper.cs +++ b/SourceCode/SharedResources/Panuon.WPF.UI/Helpers/SliderHelper.cs @@ -242,7 +242,7 @@ public static void SetTextStringFormat(Slider slider, string value) } public static readonly DependencyProperty TextStringFormatProperty = - DependencyProperty.RegisterAttached("TextStringFormat", typeof(string), typeof(SliderHelper), new PropertyMetadata("{0:N2}", OnTextStringFormatChanged)); + DependencyProperty.RegisterAttached("TextStringFormat", typeof(string), typeof(SliderHelper), new PropertyMetadata("N2", OnTextStringFormatChanged)); #endregion diff --git a/SourceCode/SharedResources/Panuon.WPF.UI/Properties/AssemblyInfo.cs b/SourceCode/SharedResources/Panuon.WPF.UI/Properties/AssemblyInfo.cs index 154a6413..111be831 100644 --- a/SourceCode/SharedResources/Panuon.WPF.UI/Properties/AssemblyInfo.cs +++ b/SourceCode/SharedResources/Panuon.WPF.UI/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.4")] -[assembly: AssemblyFileVersion("1.1.4")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.4.1")] +[assembly: AssemblyFileVersion("1.1.4.1")] \ No newline at end of file