Skip to content

Commit

Permalink
Increase version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Mar 8, 2020
1 parent 8e50586 commit 8352138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.13</Version>
<Version>1.14</Version>
<Description>Styles implementing AdonisUI's theme definitions to provide classic look and feel.</Description>
<Company>benruehl</Company>
<Authors>benruehl</Authors>
<PackageId>AdonisUI.ClassicTheme</PackageId>
<Copyright>Copyright © 2019 Benjamin Rühl</Copyright>
<Copyright>Copyright © 2020 Benjamin Rühl</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/benruehl/adonis-ui</PackageProjectUrl>
<RepositoryUrl>https://github.com/benruehl/adonis-ui.git</RepositoryUrl>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

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

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down
4 changes: 2 additions & 2 deletions AdonisUI/AdonisUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.13</Version>
<Version>1.14</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>
<PackageId>AdonisUI</PackageId>
<Copyright>Copyright © 2019 Benjamin Rühl</Copyright>
<Copyright>Copyright © 2020 Benjamin Rühl</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/benruehl/adonis-ui</PackageProjectUrl>
<RepositoryUrl>https://github.com/benruehl/adonis-ui.git</RepositoryUrl>
Expand Down

0 comments on commit 8352138

Please sign in to comment.