Skip to content

Releases: JocysCom/SqlPropagate

1.1.6

05 Apr 20:43
0e5a22d

Choose a tag to compare

2026-04-05 - Version 1.1.6

  • Migrate from .NET Framework 4.8 to .NET 8.0 SDK-style project
  • Replace SMO-based SQL execution with direct Microsoft.Data.SqlClient (GO batch splitting, row count reporting)
  • Switch from System.Data.SqlClient to Microsoft.Data.SqlClient throughout
  • Replace .NET Framework Microsoft.Data.ConnectionUI dialog with .NET 8 Microsoft.SqlServer.Management.ConnectionUI
  • Convert NuGet packages to Central Package Management (Directory.Packages.props)
  • Add cancellation support for script execution (Execute/Stop toggle)
  • Add embedded default config, demo scripts, and first-run extraction
  • Add LogControl for log output with refresh button
  • Add test project (SqlPropagate.Tests) with 12 unit tests
  • Add automated screenshot script (Take_Screenshot.ps1)
  • Update shared JocysCom library classes

1.0.10.0

15 Sep 19:38

Choose a tag to compare

Version 1.0.10 (2022-04-01)

  • New: Command line arguments or automation.
  • New: Help panel.
  • Updated: Shared classes.

Version 1.0.8 (2021-09-16)

  • Initial release.