GlyssenCharacters 6.0.7
See the version list below for details.
dotnet add package GlyssenCharacters --version 6.0.7
NuGet\Install-Package GlyssenCharacters -Version 6.0.7
<PackageReference Include="GlyssenCharacters" Version="6.0.7" />
paket add GlyssenCharacters --version 6.0.7
#r "nuget: GlyssenCharacters, 6.0.7"
// Install GlyssenCharacters as a Cake Addin
#addin nuget:?package=GlyssenCharacters&version=6.0.7
// Install GlyssenCharacters as a Cake Tool
#tool nuget:?package=GlyssenCharacters&version=6.0.7
Library for working with Glyssen character data
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- FuzzySharp (>= 2.0.2)
- GlyssenShared (>= 6.0.7)
- SIL.Scripture (>= 12.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GlyssenCharacters:
Package | Downloads |
---|---|
GlyssenEngine
Library for working with Glyssen project data, including scripts and casting |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.8-beta.3 | 36 | 3/29/2023 |
6.0.7 | 105 | 3/14/2023 |
6.0.7-beta.4 | 39 | 3/13/2023 |
6.0.7-beta.2 | 36 | 3/13/2023 |
6.0.6 | 127 | 3/7/2023 |
6.0.5 | 148 | 3/6/2023 |
6.0.5-beta.5 | 42 | 3/6/2023 |
6.0.4 | 189 | 2/9/2023 |
6.0.4-beta.4 | 47 | 2/9/2023 |
6.0.3 | 184 | 2/6/2023 |
6.0.3-beta.2 | 44 | 2/6/2023 |
6.0.2 | 232 | 1/25/2023 |
6.0.2-beta.3 | 51 | 1/25/2023 |
6.0.1 | 214 | 1/25/2023 |
6.0.1-beta.2 | 52 | 1/25/2023 |
6.0.0 | 221 | 1/24/2023 |
5.0.1-beta.14 | 54 | 1/24/2023 |
5.0.0 | 368 | 11/12/2022 |
5.0.0-beta.21 | 59 | 11/12/2022 |
5.0.0-beta.19 | 58 | 11/11/2022 |
5.0.0-beta.16 | 55 | 11/10/2022 |
5.0.0-beta.13 | 56 | 11/9/2022 |
5.0.0-beta.11 | 62 | 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).