HighlightMarker 4.0.5-pre

.NET Standard 1.0 .NET Framework 4.8
This is a prerelease version of HighlightMarker.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HighlightMarker --version 4.0.5-pre
NuGet\Install-Package HighlightMarker -Version 4.0.5-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HighlightMarker" Version="4.0.5-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HighlightMarker --version 4.0.5-pre
#r "nuget: HighlightMarker, 4.0.5-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HighlightMarker as a Cake Addin
#addin nuget:?package=HighlightMarker&version=4.0.5-pre&prerelease

// Install HighlightMarker as a Cake Tool
#tool nuget:?package=HighlightMarker&version=4.0.5-pre&prerelease

HighlightMarker is a library which supports you in highlighting an input string in a given text. Essentially, it tells you from/to which character of a given text you need to start/stop highlighting the user's search input.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.15 46 3/28/2023
4.0.5-pre 62 12/31/2022
3.0.14 152 1/31/2023
3.0.12-pre 58 12/31/2022
3.0.11 9,026 11/13/2021
3.0.9-pre 188 11/13/2021
3.0.7-pre 132 11/12/2021
3.0.6-pre 135 11/12/2021
2.0.19310.21-pre 490 11/6/2019
2.0.19310.20-pre 347 11/6/2019
2.0.19310.19-pre 343 11/6/2019
2.0.19310.18-pre 337 11/6/2019
2.0.19310.17-pre 330 11/6/2019
2.0.19310.16-pre 337 11/6/2019
2.0.19310.15-pre 335 11/6/2019
2.0.19310.14-pre 354 11/6/2019
2.0.19310.13-pre 368 11/6/2019
2.0.19310.12-pre 346 11/6/2019
2.0.19310.11-pre 353 11/6/2019
1.1.0 28,552 11/30/2016
1.1.0-pre6 946 11/28/2016
1.1.0-pre3 974 10/3/2016
1.1.0-pre2 967 10/3/2016
1.1.0-pre1 970 10/3/2016
1.0.3 1,225 2/10/2016
1.0.3-pre2 988 2/9/2016
1.0.3-pre1 986 2/9/2016
1.0.2 1,563 1/17/2016
1.0.2-pre2 1,072 1/17/2016
1.0.2-pre1 1,051 12/19/2015
1.0.1 1,086 12/18/2015
1.0.1-pre1 941 12/18/2015
1.0.0 1,068 12/11/2015
1.0.0-alpha2 1,037 12/11/2015
1.0.0-alpha1 923 12/11/2015

4.0.x
- Add support for .NET MAUI

3.0.x
- Cleanup, new builds with updated target platforms

2.0.x
- Add support for .NET Standard

1.1.0
- Added highlightable Background property to TextBlockHighlighting
- Refactored to baid-and-switch pattern
- Added support for Universal Windows Platform (UWP)

1.0.3
- Extended HighlightMarker to accept IHighlightProcessor instances which enables fulltext highlighting interception
- Added HighlightProcessor property to TextBlockHighlighting (Windows-based platforms)

1.0.2
- Added TextBlockHighlighting for Windows Store Apps
- Rename SearchTextHighlighting to TextBlockHighlighting in Windows Phone 8 library

1.0.0
- Initial release