Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\SdlCommunity.snk</AssemblyOriginatorKeyFile>
<Title>Rws.MultiSelectLanguageComboBox</Title>
<Description>WPF custom control with multiple language selection capabilities (shown by flags), customizable item grouping, sorting and filtering for the collection.</Description>
<Copyright>Copyright © Sdl Community 2023</Copyright>
<Copyright>Copyright © Sdl Community 2026</Copyright>
<PackageTags>WPF MultiselectLanguageCombo</PackageTags>
<RepositoryUrl>https://github.com/sdl/Multiselect-Language-ComboBox</RepositoryUrl>
<IsPackable>true</IsPackable>
Expand All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sdl.MultiSelectComboBox" Version="1.0.77" />
<PackageReference Include="Sdl.MultiSelectComboBox" Version="1.0.103" />
</ItemGroup>

</Project>
Loading