ktsu.FuzzySearch 1.0.13

Prefix Reserved
dotnet add package ktsu.FuzzySearch --version 1.0.13                
NuGet\Install-Package ktsu.FuzzySearch -Version 1.0.13                
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="ktsu.FuzzySearch" Version="1.0.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ktsu.FuzzySearch --version 1.0.13                
#r "nuget: ktsu.FuzzySearch, 1.0.13"                
#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 ktsu.FuzzySearch as a Cake Addin
#addin nuget:?package=ktsu.FuzzySearch&version=1.0.13

// Install ktsu.FuzzySearch as a Cake Tool
#tool nuget:?package=ktsu.FuzzySearch&version=1.0.13                

FuzzySearch

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ktsu.FuzzySearch:

Package Downloads
ktsu.ImGuiWidgets

A library of custom widgets using ImGui.NET and utilities to enhance ImGui-based applications.

ktsu.TextFilter

A library providing methods for matching and filtering text. It supports glob patterns, regular expressions, and fuzzy matching.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.13 142 1/2/2025
1.0.13-pre.13 2 1/8/2025
1.0.13-pre.12 33 1/7/2025
1.0.13-pre.11 38 1/6/2025
1.0.13-pre.10 53 1/4/2025
1.0.13-pre.9 41 1/3/2025
1.0.13-pre.8 43 1/3/2025
1.0.13-pre.7 49 1/3/2025
1.0.13-pre.6 50 1/2/2025
1.0.13-pre.5 63 12/31/2024
1.0.13-pre.4 42 12/29/2024
1.0.13-pre.3 39 12/28/2024
1.0.13-pre.2 42 12/27/2024
1.0.13-pre.1 41 12/27/2024
1.0.12-pre.1 40 12/27/2024
1.0.11 305 12/26/2024
1.0.10 77 12/26/2024
1.0.10-pre.1 41 12/27/2024
1.0.9 75 12/26/2024
1.0.8 75 12/26/2024
1.0.7 80 12/26/2024
1.0.6 85 12/26/2024
1.0.5 84 12/26/2024
1.0.4 502 12/23/2024
1.0.3 74 12/23/2024
1.0.2 165 12/22/2024
1.0.1 142 12/22/2024
1.0.0 647 12/4/2024
1.0.0-alpha.18 189 12/2/2024
1.0.0-alpha.17 112 11/30/2024
1.0.0-alpha.16 160 11/26/2024
1.0.0-alpha.15 198 11/20/2024
1.0.0-alpha.14 218 11/13/2024
1.0.0-alpha.13 417 11/1/2024
1.0.0-alpha.12 580 10/15/2024
1.0.0-alpha.11 338 10/4/2024
1.0.0-alpha.10 441 9/19/2024
1.0.0-alpha.9 96 9/19/2024
1.0.0-alpha.8 40 9/19/2024
1.0.0-alpha.7 68 9/19/2024
1.0.0-alpha.6 63 9/18/2024
1.0.0-alpha.5 55 9/18/2024
1.0.0-alpha.4 144 9/18/2024
1.0.0-alpha.3 91 9/18/2024
1.0.0-alpha.2 264 9/14/2024
1.0.0-alpha.1 58 9/14/2024

## v1.0.13 (unknown)

Changes since v1.0.13-pre.6:

- Add automation scripts for metadata generation and project management ([@Matthew Edmondson](https://github.com/Matthew Edmondson))

## v1.0.12-pre.1 (patch)

Changes since v1.0.11:

- Renamed metadata files ([@Matthew Edmondson](https://github.com/Matthew Edmondson))

## v1.0.7 (patch)

Changes since v1.0.6:

- Replace LICENSE file with LICENSE.md and update copyright information ([@Matthew Edmondson](https://github.com/Matthew Edmondson))

## v1.0.0 (major)

Changes since 0.0.0.0:

- Add github package support ([@matt-edmondson](https://github.com/matt-edmondson))
- Initial commit ([@matt-edmondson](https://github.com/matt-edmondson))
- Migrate ktsu.io to ktsu namespace ([@Matt Edmondson](https://github.com/Matt Edmondson))
- Update build config ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.props ([@matt-edmondson](https://github.com/matt-edmondson))
- Update Directory.Build.targets ([@matt-edmondson](https://github.com/matt-edmondson))
- Update dotnet.yml ([@matt-edmondson](https://github.com/matt-edmondson))
- Update LICENSE ([@matt-edmondson](https://github.com/matt-edmondson))
- Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson))