GlyssenCharacters 6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GlyssenCharacters --version 6.0.1
NuGet\Install-Package GlyssenCharacters -Version 6.0.1
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="GlyssenCharacters" Version="6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GlyssenCharacters --version 6.0.1
#r "nuget: GlyssenCharacters, 6.0.1"
#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 GlyssenCharacters as a Cake Addin
#addin nuget:?package=GlyssenCharacters&version=6.0.1

// Install GlyssenCharacters as a Cake Tool
#tool nuget:?package=GlyssenCharacters&version=6.0.1

Library for working with Glyssen character data

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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on GlyssenCharacters:

Package Downloads
GlyssenEngine

Library for working with Glyssen project data, including scripts and casting

ParatextChecks

Dll for use by third party applications needing to access Paratext's checks. Compatible with SIL.Lib 12.0.x (required).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.3-beta.7 46 4/11/2024
6.1.2 248 11/6/2023
6.1.1 138 10/20/2023
6.1.1-beta.22 71 10/19/2023
6.1.1-beta.17 57 9/28/2023
6.1.1-beta.14 558 9/25/2023
6.1.1-beta.9 63 8/25/2023
6.1.1-beta.7 58 8/25/2023
6.1.0 208 5/9/2023
6.0.8-beta.8 68 5/9/2023
6.0.8-beta.3 88 3/29/2023
6.0.7 319 3/14/2023
6.0.7-beta.4 77 3/13/2023
6.0.7-beta.2 70 3/13/2023
6.0.6 337 3/7/2023
6.0.5 394 3/6/2023
6.0.5-beta.5 73 3/6/2023
6.0.4 363 2/9/2023
6.0.4-beta.4 75 2/9/2023
6.0.3 394 2/6/2023
6.0.3-beta.2 85 2/6/2023
6.0.2 429 1/25/2023
6.0.2-beta.3 85 1/25/2023
6.0.1 417 1/25/2023
6.0.1-beta.2 89 1/25/2023
6.0.0 422 1/24/2023
5.0.1-beta.14 82 1/24/2023
5.0.0 591 11/12/2022
5.0.0-beta.21 87 11/12/2022
5.0.0-beta.19 93 11/11/2022
5.0.0-beta.16 76 11/10/2022
5.0.0-beta.13 82 11/9/2022
5.0.0-beta.11 86 9/30/2022

Changes since version 5.0.0

Changed:
- GlyssenCharacters.CharacterVerse Added parameter to the constructor to set the QuotePosition.
- GlyssenCharacters.CharacterVerseData Changed several protected members to protected internal to support use by new CharacterVerseUpdater class in DevTools.
- GlyssenCharacters.ControlCharacterVerseData Changed protected ProcessLine method to protected internal to support use by new CharacterVerseUpdater class in DevTools.
- GlyssenEngine.Quote.QuoteParser constructor now takes a QuoteSystem parameter (instead of setting via static SetQuoteSystem method)
- GlyssenEngine.Quote.QuoteParser.Parse Fixed logic mistake to properly handle successive paragraphs with dialogue dashes
- GlyssenEngine.Paratext.ParatextScrTextWrapper Made QuotationMarks property virtual and UnderlyingScrText property protected
- GlyssenEngine.Quote.QuoteParser Detects places where \pi marker is used for discourse blocks that appear to be quotes (in the absence of quotation marks)

Added:
- GlyssenCharacters.QuotePosition enum.
- Optional Quote Position column to CharacterVerse.txt data
- GlyssenEngine.Script.BookScript.GetQuotePosition method
- GlyssenEngine.Paratext.ParatextScrTextWrapper Added ReportingClauseStartDelimiter and ReportingClauseEndDelimiter properties
- GlyssenCharacters.CharacterVerse.CharacterSpeakingMode Added parameter to the constructor to set the expected quote position and added ExpectedPosition property to expose this.

Removed:
- GlyssenEngine.Quote.QuoteParser.SetQuoteSystem static method
- GlyssenCharacters.CharacterVerseData.kiMinRequiredFields (now private).