Skip to content

Commit d84615f

Browse files
committed
Update dependencies
1 parent 62d0bf6 commit d84615f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Release Notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### New in 0.2.0
22

33
* Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`.
4+
* Pull a version of MasterOfFoo with correct `%A` output.
45

56
### New in 0.1.0
67

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source https://api.nuget.org/v3/index.json
22
nuget FAKE
33
nuget FSharp.Core ~> 4
4-
nuget BlackFox.MasterOfFoo ~> 0.1.2
4+
nuget BlackFox.MasterOfFoo
55
nuget NUnit
66
nuget NUnit.ConsoleRunner
77
github fsharp/FAKE modules/Octokit/Octokit.fsx

paket.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
NUGET
22
remote: http://api.nuget.org/v3/index.json
3-
BlackFox.MasterOfFoo (0.1.2)
3+
BlackFox.MasterOfFoo (0.2)
44
FSharp.Core (>= 4.0 < 5.0)
5-
FAKE (4.41.1)
5+
FSharpLint.MSBuild
6+
FAKE (4.41.8)
67
FSharp.Core (4.0.0.1)
8+
FSharpLint.MSBuild (0.4.9)
79
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
810
Microsoft.Bcl.Build (>= 1.0.14)
911
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
1012
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
1113
Microsoft.Bcl (>= 1.1.10)
1214
Microsoft.Bcl.Build (>= 1.0.14)
1315
NUnit (3.5)
14-
NUnit.ConsoleRunner (3.4.1)
16+
NUnit.ConsoleRunner (3.5)
1517
Octokit (0.23)
1618
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
1719
GITHUB
1820
remote: fsharp/FAKE
19-
modules/Octokit/Octokit.fsx (37a3454a242976c83d7f1169a2fcd106271c95b9)
21+
modules/Octokit/Octokit.fsx (4e4428bfe931a5f720e32f9d69289d25eb16d467)
2022
Octokit (>= 0.20)

src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@
144144
</ItemGroup>
145145
</When>
146146
</Choose>
147+
<Import Project="..\..\packages\FSharpLint.MSBuild\build\FSharpLint.MSBuild.targets" Condition="Exists('..\..\packages\FSharpLint.MSBuild\build\FSharpLint.MSBuild.targets')" Label="Paket" />
147148
</Project>

0 commit comments

Comments
 (0)