fsprojects / FSharp.Interop.Dynamic

DLR interop for F# -- works like dynamic keyword in C#
https://fsprojects.github.io/FSharp.Interop.Dynamic/
Apache License 2.0
95 stars 14 forks source link

Readme is incorrect? #2

Closed beyond-code-github closed 9 years ago

beyond-code-github commented 9 years ago

In the readme.md it states that we should use

open FSharp.Dynamic

After installing the latest version from nuget it seems we now need to use the following instead?

open EkonBenefits.FSharp.Dynamic
jbtule commented 9 years ago

Yes, when this module moved to FSProjects, I removed 'EkonBenefits" from the name space in source, but haven't put a new build out on nuget. The fsharp foundation wants me to change the namespace to FSharp.Interop.Dynamic, So that's what it will end up being, So v2 is FSharp.Dynamic, and will probably only exist in source at this point and v3 will be FSharp.Interop.Dynamic, I'll try and put it in nuget soonish.

jbtule commented 9 years ago

Sorry, it sat so long. nuget updated.

beyond-code-github commented 9 years ago

:+1: