ryanheath / RavenDB-NodaTime

Noda Time support for RavenDB
Other
20 stars 14 forks source link

NodaTimeField class is only available in .net 4.0-client version of binaries on NuGet #3

Closed chester89 closed 9 years ago

chester89 commented 10 years ago

I downloaded RavenDb.Client.NodaTime NuGet package (v.2.5.7) and ReSharper wasn't able to pick up extension methods from NodaTimeField class (AsZonedDateTime() and friends). So I checked - only binaries in .net40-client folder of a package have that class. I guess it's also true for later versions, but I didn't check

mattjohnsonpint commented 9 years ago

The current version is 2.5.9. Is there a reason that doesn't work in your project?

See also the release notes, where I made some changes in 2.5.8. There is now only one set of assemblies in the release and in the nuget package.

chester89 commented 9 years ago

I'll check, thanks

mattjohnsonpint commented 9 years ago

Closing. Let me know if it's still an issue and I'll reopen.