NSchemer 2.0.9-beta

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

// Install NSchemer as a Cake Tool
#tool nuget:?package=NSchemer&version=2.0.9-beta&prerelease

The base package providing schema versioning for any .NET project targeting Standard 2.0 or higher (.NET Core 2+, .NET Framework 4.6.1+, Mono 5.4+, etc). You will also need one of the protocol providers, e.g. NSchemer.SqlServer

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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NSchemer:

Package Downloads
NSchemer.SqlServer

Allows easy, code-based database schema management for any .NET project targeting Standard 2.0 or higher (.NET Core 2+, .NET Framework 4.6.1+, Mono 5.4+, etc).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.9-beta 373 4/19/2020
1.0.22 1,479 12/11/2016
1.0.21 1,090 12/11/2016
1.0.20 1,080 12/11/2016
1.0.19 1,078 12/11/2016
1.0.18 1,094 12/11/2016
1.0.17 1,084 12/11/2016
1.0.15 1,111 12/11/2016
1.0.14 1,099 12/11/2016
1.0.13 1,080 12/11/2016
1.0.11 1,069 12/11/2016
1.0.10 1,061 12/11/2016
1.0.9 1,071 12/11/2016
1.0.8 1,058 12/11/2016
0.1.6083.37886 1,297 8/27/2016
0.1.5882.37363 1,359 2/8/2016
0.1.5676.19730 1,630 7/17/2015
0.1.5676.18504 1,406 7/17/2015
0.1.5660.32475 2,272 7/1/2015
0.1.5654.19060 1,395 6/25/2015
0.1.5652.23402 1,369 6/23/2015
0.1.5632.27399 1,390 6/3/2015
0.1.5632.27064 1,379 6/3/2015
0.1.5632.26251 1,408 6/3/2015
0.1.5632.25620 1,389 6/3/2015
0.1.5632.25456 1,397 6/3/2015
0.1.5632.24865 1,381 6/3/2015
0.1.5632.24604 1,369 6/3/2015
0.1.5631.18758 1,384 6/2/2015
0.1.5625.25187 1,384 5/27/2015
0.1.5625.24907 1,366 5/27/2015
0.1.5623.31699 1,379 5/25/2015
0.1.5623.30491 1,401 5/25/2015
0.1.5623.16485 1,370 5/24/2015

NSchemer 2.0 is a breaking release, providing support for .NET Standard 2.0+ projects and splitting the Microsoft SQL Server-specific code into a separate package. If you have been using NSchemer prior to 2.x you will need to run:
install-package NSchemer.SqlServer