Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update buildchain #25

Merged
merged 2 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.3",
"version": "5.20.4",
"commands": [
"fake"
]
},
"paket": {
"version": "5.249.2",
"fsharp.formatting.commandtool": {
"version": "11.0.2",
"commands": [
"paket"
"fsdocs"
]
}
}
Expand Down
8 changes: 8 additions & 0 deletions .fsdocs/cache

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,5 @@ localpackages/
paket-files
*.orig
.fake
docsrc/tools/FSharp.Formatting.svclog
docs
/temp
tmp
pkg
494 changes: 0 additions & 494 deletions .paket/Paket.Restore.targets

This file was deleted.

Binary file removed .paket/paket.exe
Binary file not shown.
36 changes: 18 additions & 18 deletions FSharp.FGL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{83F16175
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.FGL", "src\FSharp.FGL\FSharp.FGL.fsproj", "{0B4C521D-F935-4DAD-9DB8-FF19AAD882E9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.FGL.Tests.NetCore", "tests\FSharp.FGL.Tests.NetCore\FSharp.FGL.Tests.NetCore.fsproj", "{618F5887-509A-4C7A-8536-6CCA51A8F85B}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.FGL.IO", "src\FSharp.FGL.IO\FSharp.FGL.IO.fsproj", "{0E31B05F-6A03-46CB-87F8-1508A1559B5B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.FGL.IO", "src\FSharp.FGL.IO\FSharp.FGL.IO.fsproj", "{86509686-F9ED-49E7-B745-9B35BAD6DE9F}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FSharp.FGL.Tests", "tests\FSharp.FGL.Tests\FSharp.FGL.Tests.fsproj", "{AF68A6B7-83AC-4946-8F32-0CC6236B3964}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -45,22 +45,22 @@ Global
{0B4C521D-F935-4DAD-9DB8-FF19AAD882E9}.Mono|Any CPU.Build.0 = Mono|Any CPU
{0B4C521D-F935-4DAD-9DB8-FF19AAD882E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B4C521D-F935-4DAD-9DB8-FF19AAD882E9}.Release|Any CPU.Build.0 = Release|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.DotnetCore|Any CPU.ActiveCfg = DotnetCore|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.DotnetCore|Any CPU.Build.0 = DotnetCore|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Mono|Any CPU.ActiveCfg = Mono|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Mono|Any CPU.Build.0 = Mono|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{618F5887-509A-4C7A-8536-6CCA51A8F85B}.Release|Any CPU.Build.0 = Release|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.DotnetCore|Any CPU.ActiveCfg = DotnetCore|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.DotnetCore|Any CPU.Build.0 = DotnetCore|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Mono|Any CPU.ActiveCfg = Mono|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Mono|Any CPU.Build.0 = Mono|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86509686-F9ED-49E7-B745-9B35BAD6DE9F}.Release|Any CPU.Build.0 = Release|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.DotnetCore|Any CPU.ActiveCfg = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.DotnetCore|Any CPU.Build.0 = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Mono|Any CPU.ActiveCfg = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Mono|Any CPU.Build.0 = Debug|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E31B05F-6A03-46CB-87F8-1508A1559B5B}.Release|Any CPU.Build.0 = Release|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.DotnetCore|Any CPU.ActiveCfg = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.DotnetCore|Any CPU.Build.0 = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Mono|Any CPU.ActiveCfg = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Mono|Any CPU.Build.0 = Debug|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF68A6B7-83AC-4946-8F32-0CC6236B3964}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2020 CSBiology

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24 changes: 0 additions & 24 deletions LICENSE.txt

This file was deleted.

38 changes: 0 additions & 38 deletions appveyor.yml

This file was deleted.

2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotnet tool restore
dotnet fake build %*
Loading