fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
806 stars 288 forks source link

FSharp.Data.Runtime.Utilities is not published #1480

Closed nojaf closed 1 year ago

nojaf commented 1 year ago

Hello,

I just tried out #r "nuget: FSharp.Data, 6.1.0-beta" and got:

error FS3217: C:\Users\nojaf\.packagemanagement\nuget\Projects\46024--892394da-a30a-4bb7-a9a0-8195f56156df\Project.fsproj : error NU1101: Unable to find package FSharp.Data.Runtime.Utilities. No packages exist with this id in source(s): C:\Program Fi
les\dotnet\sdk\8.0.100-preview.2.23157.25\FSharp\library-packs, Microsoft Visual Studio Offline Packages, nuget.org

I think https://www.nuget.org/packages/FSharp.Data.Runtime.Utilities/ is not yet published.

cartermp commented 1 year ago

Looks like a whoopsie

Published new versions, confirmed this works for me:

#r "nuget: FSharp.Data, 6.1.1-beta";;

Let me know if there's any trouble.

nojaf commented 1 year ago

Yup, that works, thanks Phillip!