Skip to content

Commit

Permalink
Updated package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchie347 committed Apr 25, 2023
1 parent a2b6d14 commit c5bd898
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Themes/Themes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionPrefix>2.0.2</VersionPrefix>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -20,15 +20,13 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<PackageTags>C#; .NET; Windows Forms; WinForms; Theme; Themes</PackageTags>
<PackageReleaseNotes>Added an event raised by child controls when the theme is changed.
Changed the ThemeChangeEventArgs to no longer use a generic. It now uses the base theme class. This could make old code incompatible. You will need to type cast the newTheme and oldTheme to your implementation of Theme
Added an image for the package</PackageReleaseNotes>
<PackageReleaseNotes>Fixed a bug with inherited implementations of themeable controls</PackageReleaseNotes>
<PackAsTool>False</PackAsTool>
<Copyright>Copyright (c) 2023 anarchie347</Copyright>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageIcon>Icon.png</PackageIcon>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<NeutralLanguage>en</NeutralLanguage>
<ApplicationIcon>Icon.ico</ApplicationIcon>
Expand Down

0 comments on commit c5bd898

Please sign in to comment.