DapperLib / Dapper

Dapper - a simple object mapper for .Net
https://www.learndapper.com/
Other
17.49k stars 3.67k forks source link

implement DateOnly/TimeOnly #2051

Closed mgravell closed 6 months ago

mgravell commented 6 months ago

fix #1715 adds net6 TFM

sander1095 commented 5 months ago

Hi @mgravell . Shouldn't this have been a MINOR release instead of a PATCH?

Also, should people now delete their own SqlMapper.TypeHandler<DateOnly> implementations in favor of this one?

mgravell commented 5 months ago

I'll try to be more mindful of versioning

sander1095 commented 5 months ago

Hi @mgravell ! I just want to say that I didn't mean to be rude or give critique :) I appreciate your work and meant it more as a question/suggestion.