Skip to content

Commit

Permalink
Merge pull request #267 from CaptnCodr/build-instructions
Browse files Browse the repository at this point in the history
Add build instructions etc.
  • Loading branch information
CaptnCodr committed Mar 6, 2024
2 parents a1dcb80 + 2e0a138 commit 7c72cbc
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fsdocs-tool": {
"version": "19.1.1",
"version": "20.0.0",
"commands": [
"fsdocs"
]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ A few things to keep in mind:
* Since the unit tests for FsUnit are written with FsUnit, failing tests are just as important as passing tests.

## Build Instructions

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fsprojects/FsUnit)

- Find and run either `./build.sh` or `build.cmd` (depending on your platform).

## Maintainer(s)

Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Target.create "ReleaseDocs" (fun _ ->
Repository.fullclean tempDocsDir
Shell.copyRecursive "output" tempDocsDir true |> Trace.tracefn "%A"
Staging.stageAll tempDocsDir
Commit.exec tempDocsDir (sprintf "Update generated documentation for version %s" release.NugetVersion)
Commit.exec tempDocsDir (sprintf "Update generated documentation for version %s" version)
Branches.push tempDocsDir)

// --------------------------------------------------------------------------------------
Expand Down
23 changes: 10 additions & 13 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@ RESTRICTION: || (== net6.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
FSharp.Core (5.0.2)
Microsoft.CodeCoverage (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.NET.Test.Sdk (17.8)
Microsoft.CodeCoverage (>= 17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.TestPlatform.TestHost (>= 17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.CodeCoverage (17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.NET.Test.Sdk (17.9)
Microsoft.CodeCoverage (>= 17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.TestPlatform.TestHost (>= 17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.NETCore.Platforms (7.0.4)
Microsoft.NETCore.Targets (5.0)
Microsoft.TestPlatform.ObjectModel (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
NuGet.Frameworks (>= 6.5)
Microsoft.TestPlatform.ObjectModel (17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.TestPlatform.ObjectModel (>= 17.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.TestPlatform.TestHost (17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Microsoft.TestPlatform.ObjectModel (>= 17.9) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
Newtonsoft.Json (>= 13.0.1) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
MSTest.TestAdapter (3.0.4)
MSTest.TestFramework (3.0.4)
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (13.0.3) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
NHamcrest (3.4)
NuGet.Frameworks (6.8) - restriction: || (== net6.0) (&& (== netstandard2.0) (>= netcoreapp3.1))
NUnit (4.0.1)
NUnit3TestAdapter (4.5)
System.Buffers (4.5.1) - restriction: || (&& (== net6.0) (>= net462)) (== netstandard2.0)
Expand Down Expand Up @@ -95,9 +93,8 @@ NUGET
xunit.assert (>= 2.5.3)
xunit.core (2.5.3)
xunit.abstractions (2.0.3)
xunit.analyzers (1.7)
xunit.assert (2.6.3)
NETStandard.Library (>= 1.6.1) - restriction: == netstandard2.0
xunit.analyzers (1.11)
xunit.assert (2.7)
xunit.core (2.5.3)
xunit.extensibility.core (2.5.3)
xunit.extensibility.execution (2.5.3)
Expand All @@ -107,4 +104,4 @@ NUGET
xunit.extensibility.execution (2.5.3)
NETStandard.Library (>= 1.6.1)
xunit.extensibility.core (2.5.3)
xunit.runner.visualstudio (2.5.5)
xunit.runner.visualstudio (2.5.7)
2 changes: 1 addition & 1 deletion src/FsUnit.MsTestUnit/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/license.txt
requireLicenseAcceptance
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.MsTestUnit/sample.paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://github.com/fsprojects/FsUnit/blob/master/license.txt
requireLicenseAcceptance
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.NUnit/FsUnit.NUnit.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="($(DesignTimeBuild) == true)">
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
<DisableImplicitFrameworkReferences>false</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.NUnit/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/license.txt
requireLicenseAcceptance
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.NUnit/sample.paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://github.com/fsprojects/FsUnit/blob/master/license.txt
requireLicenseAcceptance
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.Xunit/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/license.txt
requireLicenseAcceptance
Expand Down
2 changes: 1 addition & 1 deletion src/FsUnit.Xunit/sample.paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ projectUrl
iconUrl
https://raw.githubusercontent.com/fsprojects/FsUnit/master/docs/img/logo.png
licenseExpression
MIT
https://licenses.nuget.org/MIT
licenseUrl
https://github.com/fsprojects/FsUnit/blob/master/license.txt
requireLicenseAcceptance
Expand Down

0 comments on commit 7c72cbc

Please sign in to comment.