Skip to content

Commit

Permalink
Bumped version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quicoli committed Jan 31, 2022
1 parent 56c7853 commit 3330b4d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net452;net472;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<TargetFrameworks>net452;net472;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<Version>1.2.3.0</Version>
<Version>1.3.0.0</Version>
<PackageProjectUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</PackageProjectUrl>
<RepositoryType />
<RepositoryUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</RepositoryUrl>
Expand All @@ -13,7 +13,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<ApplicationIcon>AutoCompleteTextBox.ico</ApplicationIcon>
<PackageReleaseNotes>
Fix for issues #39, #42, #43
Fix for issue #49, #43, #37. Added suport to .NET 6.
</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 3330b4d

Please sign in to comment.