Randal.Core
1.3.0
dotnet add package Randal.Core --version 1.3.0
NuGet\Install-Package Randal.Core -Version 1.3.0
<PackageReference Include="Randal.Core" Version="1.3.0" />
paket add Randal.Core --version 1.3.0
#r "nuget: Randal.Core, 1.3.0"
// Install Randal.Core as a Cake Addin
#addin nuget:?package=Randal.Core&version=1.3.0
// Install Randal.Core as a Cake Tool
#tool nuget:?package=Randal.Core&version=1.3.0
Core coding support for all other libraries and Nuget packages.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Randal.Core:
Package | Downloads |
---|---|
Randal.Core.Testing
Unit test support for Given When Then test pattern. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.0
- Change: Compiling against 4.5 framework instead of 4.5.2
1.2.0
- Change: T4 enum generation from the database now accepts boolean values to mark enums as Obsolete.
1.3.0
- Add: ToFullyFormattedCode provides a full code definition when converting a result set to enumeration.
- Change: Added triple / comments support to enum code generation.