Keyoti.RapidSpell.NETCore 6.3.24.828

dotnet add package Keyoti.RapidSpell.NETCore --version 6.3.24.828
                    
NuGet\Install-Package Keyoti.RapidSpell.NETCore -Version 6.3.24.828
                    
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="Keyoti.RapidSpell.NETCore" Version="6.3.24.828" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keyoti.RapidSpell.NETCore" Version="6.3.24.828" />
                    
Directory.Packages.props
<PackageReference Include="Keyoti.RapidSpell.NETCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Keyoti.RapidSpell.NETCore --version 6.3.24.828
                    
#r "nuget: Keyoti.RapidSpell.NETCore, 6.3.24.828"
                    
#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.
#addin nuget:?package=Keyoti.RapidSpell.NETCore&version=6.3.24.828
                    
Install Keyoti.RapidSpell.NETCore as a Cake Addin
#tool nuget:?package=Keyoti.RapidSpell.NETCore&version=6.3.24.828
                    
Install Keyoti.RapidSpell.NETCore as a Cake Tool

RapidSpell Desktop for .NET Core and .NET 5+

Please consult the documentation and quick-start here: https://keyoti.com/products/rapidspell/dotNet/HelpHTMLv6/

Licensing is available here https://keyoti.com/products/rapidspell/dotNet/spell-checker.html

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.3.24.828 144 8/30/2024
6.2.21.412 18,068 4/14/2021

6.3.0

Backwards Compatibility
   Please see v6.0.0 notes.

Improvements
   Allow sentence capitalization errors to be ignore all'ed by the user
   Update dictionaries



6.2.0
Backwards Compatibility

   Please see v6.0.0 notes.

Improvements

   Fix .NET Core 3 support bug
   Updated English dictionaries
   Add new TX support DLLs

6.1.0
Backwards Compatibility

   Please see v6.0.0 notes.

Improvements

   Added .NET Core 3 support - reference Keyoti.RapidSpell.NETCore.dll in your .NET Core 3+ projects and license by calling Keyoti.RapidSpell.CoreLicensing.SetLicenseKey("<license key>");
   ComboBox support added, please use the new AYTComboBox control for as you type spell checking in a ComboBox, you will need to add it to RapidSpellAsYouType the same way you do other textboxes (AddTextComponent method)
   Updated English dictionaries