Skip to content

Commit

Permalink
Increase version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed May 8, 2020
1 parent c2163fe commit 9154462
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.14</Version>
<Version>1.15</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.14" />
<PackageReference Include="AdonisUI" Version="1.15" />
</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.13</Version>
<Version>1.15</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.14</Version>
<Version>1.15</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 9154462

Please sign in to comment.