Skip to content

v6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 00:31
· 313 commits to dev since this release

Commits

  • 050f99a: Bumped version to 6.0.1 (Christian Kadluba) #447
  • 33f0485: Set InternalsVisibleTo in csproj file (Christian Kadluba) #447
  • fdfea7d: Reorganization in tests project (Christian Kadluba) #447
  • bf60005: Use NuGet central package management (Christian Kadluba) #447
  • a55daf1: Code analysis fixes (Christian Kadluba) #447
  • a131a45: Hierarchical property name support in SqlColumn class (Christian Kadluba) #447
  • eb4f43b: Resolve hierarchical property expressions for additional columns (Christian Kadluba) #447
  • aa2c116: Added documentation of hierachical property expressions in README (Christian Kadluba) #447
  • bea1891: Added an integration test. (Christian Kadluba) #447
  • 659374a: Added a sample of hierachical property expressions in WorkerServiceDemo (Christian Kadluba) #447
  • cd2d62b: Bumped version to 6.1 (Christian Kadluba) #447
  • 191b5b3: Fixed typo after review. Thanks @jonorossi! ;) (Christian Kadluba) #447
  • cf6588e: Added PR code scanning (Christian Kadluba) #447
  • 5a30ddc: Code QL PR analysis (Christian Kadluba) #447
  • dc53566: SelfLog full exception info (Christian Kadluba) #447
  • de063b8: Enabled EnforceCodeStyleInBuild. (Christian Kadluba) #447
  • 79e4041: Rethrow general exception in SqlBulkBatchWriter. (Christian Kadluba) #447
  • 82bd5da: Made a filed read only. (Christian Kadluba) #447
  • 11ed7fb: Fixed GiHub action warning (Christian Kadluba) #447
  • 1a173c1: Updated CHANGES.md (Christian Kadluba) #447

What's Changed

  • Fixed issues #207, #435, #419#292: Resolve hierarchical property expressions for additional columns
  • Fixed issue #432: Write full exception info to SelfLog
  • Use NuGet central package management
  • Added PR code security scanning (CodeQL & DevSkim)
  • Reorganizations & small fixes