Skip to content

Commit

Permalink
1.1.4.1 (#93)
Browse files Browse the repository at this point in the history
* 1.1.4.1
  • Loading branch information
Mochengvia authored Sep 8, 2022
1 parent 5130b68 commit c74149b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]
[assembly: AssemblyVersion("1.1.4.1")]
[assembly: AssemblyFileVersion("1.1.4.1")]

0 comments on commit c74149b

Please sign in to comment.