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

Nuget package uses different namespace #3

Closed mariozski closed 9 years ago

mariozski commented 9 years ago

Hi,

I was trying to get this working after installing through nuget but got error that such namespace FSharp.Dynamic does not exist. Checked through decompiler and indeed, version in nuget uses EkonBenefits.FSharp.Dynamic. Please if possible update version in nuget to include naming change.

jbtule commented 9 years ago

duplicate with issue #2