Skip to content

Commit adb8f96

Browse files
committed
Tooling: update dependencies (FAKE 4.1, FSharp.Core, FsUnit, NUnit)
1 parent 38dcb32 commit adb8f96

File tree

62 files changed

+12001
-10972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+12001
-10972
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ out/
88
*.suo
99
*.sln.docstates
1010
*.userprefs
11-
.vagrant/
11+
.vagrant
12+
.vs
1213

1314
# Test & Analysis Results
1415
[Tt]est[Rr]esult*/
@@ -63,6 +64,7 @@ packages/*
6364
# FAKE & Paket
6465
packages/FAKE
6566
.paket/paket.exe
67+
.fake
6668

6769
# Generated Doc Files
6870
docs/content/License.md

packages/FSharp.Core/FSharp.Core.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>FSharp.Core</id>
5-
<version>3.1.2.1</version>
5+
<version>3.1.2.5</version>
66
<title>FSharp.Core for F# 3.1</title>
77
<authors>F# Software Foundation</authors>
88
<owners>F# Software Foundation</owners>
@@ -14,16 +14,16 @@
1414

1515
FSharp.Core redistributables from Visual F# 3.1.2
1616

17+
.NET 2.0
1718
.NET 4.0
18-
.NET Portable Profile 7 (portable-net45+netcore45+MonoAndroid1+MonoTouch1)
19-
.NET Portable Profile 47 (portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1)
20-
.NET Portable Profile 78 (portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1)
21-
.NET Portable Profile 259 (portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1)
19+
.NET Portable Profile 7 (portable-net45+netcore45)
20+
.NET Portable Profile 47 (portable-net45+sl5+netcore45)
21+
.NET Portable Profile 78 (portable-net45+netcore45+wp8)
22+
.NET Portable Profile 259 (portable-net45+netcore45+wpa81+wp8)
2223

2324
FSharp.Core built by F# Software Foundation
2425

25-
MonoAndroid
26-
MonoTouch</description>
26+
MonoAndroid, MonoTouch, Xamarin.iOS (portable-net45+monoandroid10+monotouch10+xamarinios10)</description>
2727
<summary>FSharp.Core for F# 3.1</summary>
2828
<tags>F#, FSharp, FSharp.Core</tags>
2929
</metadata>

packages/FSharp.Core/_rels/.rels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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="/FSharp.Core.nuspec" Id="R8e31fb239a9340c1" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/8f271f05d4f9452eb5e15fe759218645.psmdcp" Id="Re8636f393adb4eeb" /></Relationships>
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="/FSharp.Core.nuspec" Id="R515164d0c2e74e41" /><Relationship Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="/package/services/metadata/core-properties/8f892edb52054d8cbb6b676af1a01d28.psmdcp" Id="R2bdfc51ac78f4e7e" /></Relationships>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
910 KB
Binary file not shown.

0 commit comments

Comments
 (0)