diff --git a/Release Notes.md b/Release Notes.md index 54e192b..a84d8e7 100644 --- a/Release Notes.md +++ b/Release Notes.md @@ -1,6 +1,7 @@ ### New in 0.2.0 * Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`. +* Pull a version of MasterOfFoo with correct `%A` output. ### New in 0.1.0 diff --git a/paket.dependencies b/paket.dependencies index 876afab..f4fd03a 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,7 +1,7 @@ source https://api.nuget.org/v3/index.json nuget FAKE nuget FSharp.Core ~> 4 -nuget BlackFox.MasterOfFoo ~> 0.1.2 +nuget BlackFox.MasterOfFoo nuget NUnit nuget NUnit.ConsoleRunner github fsharp/FAKE modules/Octokit/Octokit.fsx diff --git a/paket.lock b/paket.lock index 1626110..37fcbcd 100644 --- a/paket.lock +++ b/paket.lock @@ -1,9 +1,11 @@ NUGET remote: http://api.nuget.org/v3/index.json - BlackFox.MasterOfFoo (0.1.2) + BlackFox.MasterOfFoo (0.2) FSharp.Core (>= 4.0 < 5.0) - FAKE (4.41.1) + FSharpLint.MSBuild + FAKE (4.41.8) FSharp.Core (4.0.0.1) + FSharpLint.MSBuild (0.4.9) Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full Microsoft.Bcl.Build (>= 1.0.14) Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full @@ -11,10 +13,10 @@ NUGET Microsoft.Bcl (>= 1.1.10) Microsoft.Bcl.Build (>= 1.0.14) NUnit (3.5) - NUnit.ConsoleRunner (3.4.1) + NUnit.ConsoleRunner (3.5) Octokit (0.23) Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full GITHUB remote: fsharp/FAKE - modules/Octokit/Octokit.fsx (37a3454a242976c83d7f1169a2fcd106271c95b9) + modules/Octokit/Octokit.fsx (4e4428bfe931a5f720e32f9d69289d25eb16d467) Octokit (>= 0.20) \ No newline at end of file diff --git a/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj b/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj index a1b29f1..70e7cb2 100644 --- a/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj +++ b/src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj @@ -144,4 +144,5 @@ + \ No newline at end of file