fsprojects / FSharp.UMX

F# units of measure for primitive non-numeric types
MIT License
154 stars 10 forks source link

Added DateOnly & TimeOnly #26

Closed stefan-schweiger closed 1 year ago

stefan-schweiger commented 1 year ago

DateOnly and TimeOnly were added in .NET 6. Adding support in the code was pretty straight forward.

Where I'm not sure is if there are any additional steps for Fable/publishing to Nuget which need to be done or if this would work out of the box. Happy if anyone of the maintainers has any input on this.

eiriktsarpalis commented 1 year ago

This should also update the sdk version in the github actions configuration file.

stefan-schweiger commented 1 year ago

Updated flags to NET6_0_OR_GREATER and changed .net version in github actions config

eiriktsarpalis commented 1 year ago

Thanks!

stefan-schweiger commented 1 year ago

Sorry forgot to update the changelog, are you going to do this upon release?

stefan-schweiger commented 1 year ago

@eiriktsarpalis I don't want to bother you, but when do you think this will be published to nuget? I just want to know if we should create our own type extensions for the time being