Releases: DIPSAS/Dapper.Oracle
Releases · DIPSAS/Dapper.Oracle
Bugfix
Minor bugfix
Minor bugfix of issue #46 , which was a regression of how OracleValueConverter
behaves. Many thanks to @opejanovic for fixing this.
Dapper 2.0
- Dependency switched to Dapper 2.0.35
- Value conversion improvements (Thanks to @Havagan in PR #44 )
- Parameters collection is now available before execution (Thanks to @opejanovic in PR #37)
- Minimum full framework version set to .net 4.6.2, given that .net 4.5 is EOL.
Bulk SQL
Codesigning
- Assemblies are now digitally signed using DIPS AS code signing certificate.
- Nuget packages are also signed using same certificate
-Added Dapper.Oracle.StrongName package. This is the same package as Dapper.Oracle, except that the contents is strong-named and the nuget package depends upon Dapper.StrongName
Expressions not working for netstandard2.0
This is a hotfix for previous release.
Fixing netstandard-issue
Official 1.0-release
-Using compiled expressions instead of Reflection to set Oracle-specific properties
-Nuget package icon
-Netstandard 2.0-compliant
Nuget metadata properties fixed
No changes, just fixing build for nuget packages so that package is published on nuget.org with proper metadata.
.netstandard2.0 support
Merge pull request #6 from DIPSASA/feature/netstandard-support Adding .netstandard2.0 targets.
0.9.7: Merge pull request #5 from DIPSASA/feature/parameterStatus
Adding support for ParameterResult