Skip to content

Commit

Permalink
Increase version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Feb 10, 2019
1 parent 1b993ac commit be5e135
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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>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>
<releaseNotes>Default styles for Calendar, DatePicker, GridSplitter and Menu have been added. MenuItems now support SubMenus and IsChecked. The progress animation of ProgressBars can be disabled. Hovering over ToolbarButtons on layer 2 in dark theme has better visible contrast.</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>UI Styles Themes Templates Controls WPF XAML</tags>
<dependencies>
<dependency id="AdonisUI" version="1.6.0" />
<dependency id="AdonisUI" version="1.7.0" />
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions AdonisUI.ClassicTheme/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("benruehl")]
[assembly: AssemblyProduct("AdonisUI.ClassicTheme")]
[assembly: AssemblyCopyright("Copyright © 2018 Benjamin Rühl")]
[assembly: AssemblyCopyright("Copyright © 2019 Benjamin Rühl")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down 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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
2 changes: 1 addition & 1 deletion AdonisUI.Demo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AdonisUI.Demo")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
4 changes: 2 additions & 2 deletions AdonisUI/AdonisUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<iconUrl>https://github.com/benruehl/adonis-ui/blob/master/Resources/Img/favicon-256x256.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<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>
<releaseNotes>Default styles for Calendar, DatePicker, GridSplitter and Menu have been added. MenuItems now support SubMenus and IsChecked. The progress animation of ProgressBars can be disabled. Hovering over ToolbarButtons on layer 2 in dark theme has better visible contrast.</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>UI Styles Themes Templates Controls WPF XAML</tags>
</metadata>
</package>
6 changes: 3 additions & 3 deletions AdonisUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("benruehl")]
[assembly: AssemblyProduct("AdonisUI")]
[assembly: AssemblyCopyright("Copyright © 2018 Benjamin Rühl")]
[assembly: AssemblyCopyright("Copyright © 2019 Benjamin Rühl")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down 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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]

0 comments on commit be5e135

Please sign in to comment.