Breeze.BusinessTime 2.0.0

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

// Install Breeze.BusinessTime as a Cake Tool
#tool nuget:?package=Breeze.BusinessTime&version=2.0.0

Business rules and authorization extensions for Breeze Server for Entity Framework 6

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.

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.0.0 5,691 1/15/2015
1.0.3 6,070 9/23/2014
1.0.3-alpha 935 8/6/2014
1.0.2-alpha 936 6/20/2014

2.0.0 breaks the previous behavior of Breeze.BusinessTime by rejecting all changes to entities not registered by default. The constructor of AuthorizedDbContextProvider was modified to accept a permissive flag if you'd like to retain the previous behavior.