diff --git a/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec
index b68b324..18fb6c5 100644
--- a/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec
+++ b/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec
@@ -11,11 +11,11 @@
https://github.com/benruehl/adonis-ui/blob/master/Resources/Img/favicon-256x256.png?raw=true
false
$description$
- Border colors of light color scheme have been tweaked and the colors of disabled combo boxes have been fixed.
+ Default styles for ListView, TreeView and TabControl have been added. Corner radius can be set on individual controls to override the global setting. Fixed ProgressBar animation being applied even when the ProgressBar is disabled.
Copyright 2018
UI Styles Themes Templates Controls WPF XAML
-
+
\ No newline at end of file
diff --git a/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs b/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs
index 1432fb7..1b2b3d4 100644
--- a/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs
+++ b/AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs
@@ -51,5 +51,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.5.1.0")]
-[assembly: AssemblyFileVersion("1.5.1.0")]
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")]
diff --git a/AdonisUI/AdonisUI.nuspec b/AdonisUI/AdonisUI.nuspec
index 01fe1e1..d89c496 100644
--- a/AdonisUI/AdonisUI.nuspec
+++ b/AdonisUI/AdonisUI.nuspec
@@ -11,7 +11,7 @@
https://github.com/benruehl/adonis-ui/blob/master/Resources/Img/favicon-256x256.png?raw=true
false
$description$
- Border colors of light color scheme have been tweaked and the colors of disabled combo boxes have been fixed.
+ Default styles for ListView, TreeView and TabControl have been added. Corner radius can be set on individual controls to override the global setting. Fixed ProgressBar animation being applied even when the ProgressBar is disabled.
Copyright 2018
UI Styles Themes Templates Controls WPF XAML
diff --git a/AdonisUI/Properties/AssemblyInfo.cs b/AdonisUI/Properties/AssemblyInfo.cs
index 3acd95f..f0598ac 100644
--- a/AdonisUI/Properties/AssemblyInfo.cs
+++ b/AdonisUI/Properties/AssemblyInfo.cs
@@ -51,5 +51,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.5.1.0")]
-[assembly: AssemblyFileVersion("1.5.1.0")]
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")]