Skip to content

Commit 46e8cf6

Browse files
author
tznind
committed
3.0.0
1 parent f4a8c37 commit 46e8cf6

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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")]

0 commit comments

Comments
 (0)