Skip to content

Commit

Permalink
Increase version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Jan 3, 2019
1 parent cb38977 commit f7be4ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<iconUrl>https://github.com/benruehl/adonis-ui/blob/master/Resources/Img/favicon-256x256.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Border colors of light color scheme have been tweaked and the colors of disabled combo boxes have been fixed.</releaseNotes>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>UI Styles Themes Templates Controls WPF XAML</tags>
<dependencies>
<dependency id="AdonisUI" version="1.5.1" />
<dependency id="AdonisUI" version="1.6.0" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion AdonisUI/AdonisUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://github.com/benruehl/adonis-ui/blob/master/Resources/Img/favicon-256x256.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Border colors of light color scheme have been tweaked and the colors of disabled combo boxes have been fixed.</releaseNotes>
<releaseNotes>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.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>UI Styles Themes Templates Controls WPF XAML</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions AdonisUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit f7be4ad

Please sign in to comment.