fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Can't pull FsReveal from NuGet #34

Closed panesofglass closed 9 years ago

panesofglass commented 9 years ago

I tried pulling 0.2.0 and 0.2.1 from NuGet, and the install fails while trying to resolve FSharp.Formatting >= 2.5.0.

@tpetricek, is this a known issue with FSharp.Formatting, by chance? When I tried adding FSharp.Formatting directly, I received a similar issue that FSharp.Compiler.Service >= 0.0.81 could not be resolved.

forki commented 9 years ago

what is your dependencies file?

panesofglass commented 9 years ago

I ran the following from the command line yesterday:

.nuget\NuGet.exe install FsReveal -Version 0.2.0 -OutputDirectory packages -ExcludeVersion
forki commented 9 years ago

I fixed some things today. Maybe it's gone