Midori 0.8.0

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

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

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
       * Nuget - Find local package versions, publish packages
       * VsVars - Load Visual Studio tools into current session

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.8.0 1,299 5/23/2013
0.7.2 63 1/11/2013
0.7.1 50 11/6/2012
0.7.0 49 11/6/2012
0.6.1 49 10/19/2012
0.6.0 59 10/19/2012
0.5.0 53 10/8/2012
0.4.5 52 10/6/2012
0.4.4 51 10/3/2012
0.4.3 51 10/2/2012
0.4.2 53 10/2/2012
0.4.1 51 9/17/2012

* 0.8.0.0 - Added Get-VsVars cmdlet
       Added Set-VsVars cmdlet
       * 0.7.2.0 - Allow any of the xunit runners, not just clr4 x64
       Get-NuGetDependencyPackageVersions now scans .csproj files to ensure that
       the file referenced in the project is the same as the one in packages.config
       * 0.7.1.0 - Better handle exit codes from nuget.exe - propagate within Psake
       Properly use the OutputDirectory when packing
       * 0.7.0.0 - Added Test-NuGetDependencyPackageVersions cmdlet
       Added Get-NuGetDependencyPackageVersions cmdlet
       Added Find-NuGetPackages cmdlet
       Added Get-NuGetPackageSpecs cmdlet
       Added Publish-NuGetPackage cmdlet
       * 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!