CSBible 2.1.0

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

// Install CSBible as a Cake Tool
#tool nuget:?package=CSBible&version=2.1.0

-- General improvements and code consolidation

-- Bible class is now static

-- Added the following methods:

  • CSBible.Bible.Find(string query, Book book, int chapter)
  • CSBible.Bible.Search(string query, Book book, int chapter)
  • CSBible.VerseLocation.ToString()
  • CSBible.ChapterLocation.ToString()
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
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
2.1.0 470 5/15/2021
2.0.0 490 1/23/2020
1.1.0 495 11/13/2019
1.0.0 472 11/10/2019

Consolidated code and added a few more methods.