Skip to content

Commit

Permalink
Increase version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Nov 22, 2018
1 parent 2d0198c commit b653c53
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>Error messages can now be placed at the bottom of controls. Displaying multiple error messages for a single control is now supported. Disappearing content of controls that use the ripple effect has been fixed. Error messages are no longer blurry.</releaseNotes>
<releaseNotes>Default styles for progress bars and sliders added. Introducing watermark support for text boxes, combo boxes and password boxes. Additional colors / brushes for highlighting and interaction added. Further improvements and fixes.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>UI Styles Themes Templates Controls WPF XAML</tags>
<dependencies>
<dependency id="AdonisUI" version="1.4.1" />
<dependency id="AdonisUI" version="1.5.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.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.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>Error messages can now be placed at the bottom of controls. Displaying multiple error messages for a single control is now supported. Disappearing content of controls that use the ripple effect has been fixed. Error messages are no longer blurry.</releaseNotes>
<releaseNotes>Default styles for progress bars and sliders added. Introducing watermark support for text boxes, combo boxes and password boxes. Additional colors / brushes for highlighting and interaction added. Further improvements and fixes.</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.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]

0 comments on commit b653c53

Please sign in to comment.