Releases: stevehansen/sql-inliner
Releases · stevehansen/sql-inliner
v1.0.0
0.4.0-alpha
Added target frameworks net472 and netcoreapp3.1 - Added missing comments - Fixed compile error on netstandard2.0
0.3.0-alpha
Added unit tests - fixed issue with table references not being stripped if no views were referenced - expose InlinerResult - made all classes sealed - generate xml documentation - removed Program for ReleaseLibrary
v0.1-alpha
The first alpha release of SQL inliner, can be used to fetch the definition of a view on SQL server and inline usages of nested views.