11 changed files with 18 additions and 17 deletions
@ -1 +0,0 @@ |
|||
NUnit.Runners |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/FsUnit.nuspec" Id="Rde9e5daac11b4f4c" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/a03b4c9d123e4d91afa72c533ede808d.psmdcp" Id="R3beebf7bbd8a4f4b" /></Relationships> |
|||
<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.microsoft.com/packaging/2010/07/manifest" Target="/FsUnit.nuspec" Id="R5e6398fe7d054dd5" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/5098e083868e4aeeb8d86ca10388fffa.psmdcp" Id="Rcfae57d904724bcb" /></Relationships> |
|||
@ -1 +1 @@ |
|||
<?xml version="1.0" encoding="utf-8"?><coreProperties xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"><dc:creator>Ray Vernagus and Daniel Mohl</dc:creator><dc:description>FsUnit is a set of extensions that add special testing syntax to NUnit.</dc:description><dc:identifier>FsUnit</dc:identifier><version>1.2.1.0</version><dc:language>en-US</dc:language><keywords>F# fsharp NUnit FsUnit</keywords></coreProperties> |
|||
<?xml version="1.0" encoding="utf-8"?><coreProperties xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"><dc:creator>Ray Vernagus and Daniel Mohl</dc:creator><dc:description>FsUnit is a set of extensions that add special testing syntax to NUnit.</dc:description><dc:identifier>FsUnit</dc:identifier><version>1.3.0.1</version><dc:language>en-US</dc:language><keywords>F# fsharp NUnit FsUnit</keywords></coreProperties> |
|||
@ -1,3 +1,3 @@ |
|||
param($rootPath, $toolsPath, $package, $project) |
|||
|
|||
param($rootPath, $toolsPath, $package, $project) |
|||
|
|||
Add-BindingRedirect $project.Name |
|||
@ -1,13 +1,14 @@ |
|||
source http://nuget.org/api/v2 |
|||
|
|||
nuget NUnit.Runners 2.6.3 |
|||
nuget FSharp.Formatting 2.4.4 |
|||
nuget Microsoft.AspNet.Razor 2.0.30506.0 |
|||
nuget RazorEngine 3.3.0 |
|||
nuget FSharp.Compiler.Service 0.0.44 |
|||
nuget MathNet.Numerics 3.0.0 |
|||
nuget NUnit 2.6.3 |
|||
nuget FsUnit 1.2.1.0 |
|||
nuget TaskParallelLibrary 1.0.2856.0 |
|||
|
|||
nuget FAKE ~> 3.5 |
|||
nuget NUnit.Runners ~> 2.6 |
|||
nuget FSharp.Formatting != 2.4.4 |
|||
nuget NUnit ~> 2.6 |
|||
nuget FsUnit ~> 1.3 |
|||
|
|||
nuget MathNet.Numerics 3.0.0 |
|||
|
|||
nuget BenchShark 1.0.0 |
|||
nuget ConsoleDump 0.6.0.1 |
|||
|
|||
Loading…
Reference in new issue