diff --git a/.vs/restore.dg b/.vs/restore.dg index cff10b0..ca909b4 100644 --- a/.vs/restore.dg +++ b/.vs/restore.dg @@ -1,2 +1,3 @@ +#:C:\Users\clark\Source\Repos\Mime-Detective4\src\Mime-Detective\Mime-Detective.xproj #:C:\Users\clark\Source\Repos\Mime-Detective4\test\Mime-Detective.Tests\Mime-Detective.Tests.xproj C:\Users\clark\Source\Repos\Mime-Detective4\test\Mime-Detective.Tests\Mime-Detective.Tests.xproj|C:\Users\clark\Source\Repos\Mime-Detective4\src\Mime-Detective\Mime-Detective.xproj diff --git a/README.md b/README.md index 955524d..24c8272 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Mime-Detective +#Mime-Detective [![Build status](https://ci.appveyor.com/api/projects/status/38ve0bl4kvme82gw?svg=true)](https://ci.appveyor.com/project/clarkis117/mime-detective) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) [![NuGet](https://img.shields.io/nuget/v/Nuget.Core.svg)](https://www.nuget.org/packages/Mime-Detective/) ============== Mime type for files. diff --git a/appveyor.yml b/appveyor.yml index 27e8636..89003c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,13 +7,13 @@ install: - ps: mkdir -Force ".\build\" | Out-Null - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1" - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli" - - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003131' + - ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" build_script: - ps: ./Build.ps1 test_script: - nuget.exe install OpenCover -ExcludeVersion - - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml + - OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Mime-Detective]*" -target:"dotnet.exe" "-targetargs:test .\test\Mime-Detective.Tests" -returntargetcode -hideskipped:All -output:coverage.xml - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "coverage.xml" diff --git a/global.json b/global.json index fdd7c1b..564162d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "projects": [ "src", "test" ], "sdk": { - "version": "1.0.0-preview2-003131" + "version": "1.0.0-preview2-003121" } } \ No newline at end of file