Midori 0.4.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Midori --version 0.4.5
NuGet\Install-Package Midori -Version 0.4.5
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="Midori" Version="0.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Midori --version 0.4.5
#r "nuget: Midori, 0.4.5"
#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 Midori as a Cake Addin
#addin nuget:?package=Midori&version=0.4.5

// Install Midori as a Cake Tool
#tool nuget:?package=Midori&version=0.4.5

Midori includes a number of helpers for common functionality needed during builds, including:
       * Sql - Create dbs with SMO, execute SQL scripts, backup / restore and copy MDBs. Ship MDBs as part of a build, or run intgration tests against a fresh DB.
       * HipChat - send notifications
       * PsGet - Install PsGet and gain access to libraries such as PsCx
       * WinRM - Run code on remote servers, by exporting local PSM1 modules to remote machines
       * Jenkins - Download assets stored in S3
       * XUnit - Runs xunit tests and merges nunit output files for build servers, can create standalone xunit project files
       * Misc helpers - Safer transcription, better error logging, create 7z/zip/tar files, and other common usage helpers
       * Source Control - Retrieve current branch name

There are no supported framework assets in this 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
0.8.0 8,196 5/23/2013
0.7.2 5,065 1/11/2013
0.7.1 4,870 11/6/2012
0.7.0 4,725 11/6/2012
0.6.1 4,551 10/19/2012
0.6.0 4,878 10/19/2012
0.5.0 4,658 10/8/2012
0.4.5 4,654 10/6/2012
0.4.4 4,815 10/3/2012
0.4.3 4,719 10/2/2012
0.4.2 4,772 10/2/2012
0.4.1 4,942 9/17/2012

* 0.4.5.0 - Added Get-SqlDatabases cmdlet for listing databases on a server
       Added Get-BranchName cmdlet to list the current branch
       * 0.4.4.0 - Bug fixes for loading SQL module in PowerShell v3
       Invoke-SqlFileSmo ate exceptions instead of rethrowing them
       New-SqlDatabase was not honoring UserAccess setting
       Remove-SqlDatabase adds -Force switch
       * 0.4.3.0 Added NoDetach parameter to Copy-SqlDatabase
       * 0.4.2.0 Invoke-SqlFileSmo gains a InstanceName parameter
       * 0.4.1.0 minor bugfixes to XUnit runner and Add-AnnotatedContent
       * 0.4.0.0 replaces DotNetZip with 7z.exe for New-ZipFile
       * 0.3.0.0 includes support for backup/restore and transfer of SQL dbs,
       minor zip tweaks
       * 0.2.0.0 includes support for XUnit project creation and test execution!