Releases: lemalcs/DTSXReader
Releases · lemalcs/DTSXReader
v0.3.1
What's Changed
- Bump Microsoft.Data.SqlClient from 5.0.1 to 5.1.4 to fix the CVE-2024-0056 vulnerability.
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.3.0...v0.3.1
DTSXReader v0.3.0
This release comes with a WPF Desktop application for Windows, just unzip the DTSXExplorer.zip attached to this release and execute the DTSXExplorer.exe file; otherwise you can compile the solution of this repository to get this application by yourself.
New
- DTSXDumper library available as nuget package which targets .Net (Core). A library for .Net Framework is also available.
- Now you can stop the exporting operation of DTSX files at will.
Improvements
- Now you can scroll throughout the results panel and copy its text as needed.
- Results panel show more details about errors.
DTSXReader 0.2.0-beta
New
- Now you can export the DTSX files to a SQL Server database.
- Support added for .NET 3.1, .NET 5 and later.
Improvement
- DTSX files are read roughly 5 times faster, thus reducing the exporting time to the destination target.
DTSXReader 0.1.1
Fix
- Don't create a script file when there aren't DTSX file in current directory.
- Fixed issue that created duplicate values for
field_id
column.
DTSX Reader
This is the first pre-release of DTSX Explorer, an application which helps to query the content of DTSX files (SQL Server Integration Services) at scale.