Midori 0.6.1

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

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

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
       * Network - Read time from a network time server
       * INI - Read / write INI files

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 7,734 5/23/2013
0.7.2 4,580 1/11/2013
0.7.1 4,409 11/6/2012
0.7.0 4,258 11/6/2012
0.6.1 4,138 10/19/2012
0.6.0 4,398 10/19/2012
0.5.0 4,189 10/8/2012
0.4.5 4,203 10/6/2012
0.4.4 4,395 10/3/2012
0.4.3 4,306 10/2/2012
0.4.2 4,348 10/2/2012
0.4.1 4,503 9/17/2012

* 0.6.1.0 - Added Restart-SqlServer cmdlet
       * 0.6.0.0 - Added INI read/write functionality with Get-IniContent and
       Out-IniFile
       Added Get-SqlServer to inspect SQL server instances
       * 0.5.0.0 - Added Get-NetworkTime cmdlet to help with network time syncing
       Get-JenkinsS3Build now uses Get-NetworkTime to avoid issues on client machines
       Get-JenkinsS3Build fixes issues when a user provides the wrongly cased job
       names and gets S3 403 errors
       Jenkins cmdlets now require Powershell v3
       Fixed Nuget 2.1 compatibility issue in 'bootstrap' scripts
       * 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!