Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Oct 23, 2016
1 parent 62d0bf6 commit d84615f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
@@ -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
10 changes: 6 additions & 4 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
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
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
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)
1 change: 1 addition & 0 deletions src/BlackFox.ColoredPrintf/BlackFox.ColoredPrintf.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\FSharpLint.MSBuild\build\FSharpLint.MSBuild.targets" Condition="Exists('..\..\packages\FSharpLint.MSBuild\build\FSharpLint.MSBuild.targets')" Label="Paket" />
</Project>

0 comments on commit d84615f

Please sign in to comment.