mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Unit tests for SearchHistory added.
This commit is contained in:
parent
b52710859c
commit
5422350afd
12 changed files with 304 additions and 10 deletions
5
packages/DataTables.Mvc.0.1.0.68/tools/install.ps1
vendored
Normal file
5
packages/DataTables.Mvc.0.1.0.68/tools/install.ps1
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$path = [System.IO.Path]
|
||||
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\DataTablesMvc.cs")
|
||||
$DTE.ItemOperations.OpenFile($appstart)
|
Loading…
Add table
Add a link
Reference in a new issue