File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99...
1010
11- ## [ 2.0.4] - 2022-08-23
11+ ## [ 3.0.0] - 2022-08-29
12+
13+ ### Fixed
14+
15+ - Fixed bug with Aggregate graph in some specific versions of MySql
16+
17+ ### Changed
18+
19+ - Switched to targeting net standard 2.1 (previously of 2.0)
20+
21+ ## [ 2.0.5] - 2022-08-23
1222
1323### Fixed
1424
@@ -321,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
321331- Fixed Drop table to work correctly with Views
322332- Exists now works correctly for Views (previously it would return true if there was no view but a table with the same name)
323333
324- [ Unreleased ] : https://github.com/HicServices/FAnsiSql/compare/2.0.5...develop
334+ [ Unreleased ] : https://github.com/HicServices/FAnsiSql/compare/3.0.0...develop
335+ [ 3.0.0 ] : https://github.com/HicServices/FAnsiSql/compare/2.0.5...3.0.0
325336[ 2.0.5 ] : https://github.com/HicServices/FAnsiSql/compare/2.0.4...2.0.5
326337[ 2.0.4 ] : https://github.com/HicServices/FAnsiSql/compare/2.0.3...2.0.4
327338[ 2.0.3 ] : https://github.com/HicServices/FAnsiSql/compare/2.0.2...2.0.3
Original file line number Diff line number Diff line change 66[ assembly: AssemblyTrademark ( "" ) ]
77[ assembly: AssemblyCulture ( "" ) ]
88
9- [ assembly: AssemblyVersion ( "2 .0.5 " ) ]
10- [ assembly: AssemblyFileVersion ( "2 .0.5 " ) ]
11- [ assembly: AssemblyInformationalVersion ( "2 .0.5 " ) ]
9+ [ assembly: AssemblyVersion ( "3 .0.0 " ) ]
10+ [ assembly: AssemblyFileVersion ( "3 .0.0 " ) ]
11+ [ assembly: AssemblyInformationalVersion ( "3 .0.0 " ) ]
You can’t perform that action at this time.
0 commit comments