sethreno / schemazen

Script and create SQL Server objects quickly
MIT License
333 stars 140 forks source link

Refactored Hex String conversion with support for net48 #205

Closed aboy021 closed 2 years ago

aboy021 commented 2 years ago

All calls to Convert.ToHexString and Convert.ToHexString have been pointed at StringUtil. A preprocessor directive switches code between the two framework range options. net48 has been added to Library.csproj <TargetFrameworks>. Earlier versions may be compatible but have not been tested.

rhumborl commented 2 years ago

Nice. Looks good to me

sethreno commented 2 years ago

Thanks for this. Merged and published as v2.2.0.