Skip to content

Commit

Permalink
Increase version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benruehl committed Dec 29, 2019
1 parent 5515312 commit aae80e1
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,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.12.1</Version>
<Version>1.13</Version>
<Description>Styles implementing AdonisUI's theme definitions to provide classic look and feel.</Description>
<Company>benruehl</Company>
<Authors>benruehl</Authors>
Expand All @@ -15,7 +15,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageTags>UI Styles Themes Templates Controls WPF XAML</PackageTags>
<PackageReleaseNotes>Update .NET Core version to 3.0 stable (from preview 5).</PackageReleaseNotes>
<PackageReleaseNotes>See release notes at https://github.com/benruehl/adonis-ui/releases </PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UseWpf>true</UseWpf>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="AdonisUI" Version="1.12.1" />
<PackageReference Include="AdonisUI" Version="1.13" />
</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,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.12.1</Version>
<Version>1.13</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 All @@ -15,7 +15,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageTags>UI Styles Themes Templates Controls WPF XAML</PackageTags>
<PackageReleaseNotes>Update .NET Core version to 3.0 stable (from preview 5).</PackageReleaseNotes>
<PackageReleaseNotes>See release notes at https://github.com/benruehl/adonis-ui/releases </PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<UseWpf>true</UseWpf>
Expand Down

0 comments on commit aae80e1

Please sign in to comment.