Skip to content

Releases: SoftStoneDevelop/Gedaq.SqlClient

v10.0.0.1

01 May 20:20

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/10.0.0.1

What's Changed

  • Update Gedaq.Common

Full Changelog: v10.0.0.0...v10.0.0.1

v10.0.0.0

27 Apr 12:28

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/10.0.0.0

What's Changed

Full Changelog: v9.0.0.1...v10.0.0.0

v9.1.0.0-beta

07 Apr 08:34

Choose a tag to compare

v9.1.0.0-beta Pre-release
Pre-release

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/9.1.0.0-beta

What's Changed

feat: + Attribute for dynamic query mapping

Full Changelog: v9.0.0.1...v9.1.0.0-beta

v9.0.0.1

17 Jan 17:25
64dfe84

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/9.0.0.1

What's Changed

Full Changelog: v9.0.0.0...v9.0.0.1

v9.0.0.0

22 Dec 02:00
dd4e21f

Choose a tag to compare

v0.2.6.0

08 Oct 14:22

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/0.2.6.0

  • Add ReturnType parameter

SoftStoneDevelop/Gedaq#53

v0.2.5.0

30 Sep 17:21

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/0.2.5.0

Feat:

  • Add new parameter 'AsPartInterface'

SoftStoneDevelop/Gedaq#50

v0.2.4.0

13 Jun 12:40

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/0.2.4.0

Support ValueTask for Async methods

v0.2.3.0

28 May 20:12

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/0.2.3.0

Added a new optional parameter "methodParametrName" for ParametrAttribute

v0.2.2.0

20 May 23:53

Choose a tag to compare

Binaries are available on NuGet:
https://www.nuget.org/packages/Gedaq.SqlClient/0.2.2.0

Complementary attributes (such as "Parameter", "BatchPart", etc.) should now be grouped with the primary one (such as "Query", "BatchQuery", etc.). That allowed to remove the binding to the name.