Skip to content

Commit

Permalink
Increase version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Jan 10, 2021
1 parent 97eb430 commit 5320287
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The same works also for thicknesses like margin and padding:

There is a WPF demo application on board that shows most features of Adonis UI in action. Please don't hesitate to give it a try.

[Download here](https://github.com/benruehl/adonis-ui/releases/download/1.16/AdonisUI.Demo.zip)
[Download here](https://github.com/benruehl/adonis-ui/releases/download/1.17/AdonisUI.Demo.zip)

## License

Expand Down
4 changes: 2 additions & 2 deletions src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.16</Version>
<Version>1.17</Version>
<Description>Styles implementing AdonisUI's theme definitions to provide classic look and feel.</Description>
<Company>benruehl</Company>
<Authors>benruehl</Authors>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="AdonisUI" Version="1.16" />
<PackageReference Include="AdonisUI" Version="1.17" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down
2 changes: 1 addition & 1 deletion src/AdonisUI.Demo/AdonisUI.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<RootNamespace>AdonisUI.Demo</RootNamespace>
<StartupObject>AdonisUI.Demo.App</StartupObject>
<Version>1.16</Version>
<Version>1.17</Version>
<Description>Demo application demonstrating AdonisUI's look and feel.</Description>
<Company>benruehl</Company>
<Authors>benruehl</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/AdonisUI/AdonisUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.16</Version>
<Version>1.17</Version>
<Description>Core theme definitions for AdonisUI - a lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals</Description>
<Company>benruehl</Company>
<Authors>benruehl</Authors>
Expand Down

0 comments on commit 5320287

Please sign in to comment.