Skip to content

Commit

Permalink
Bump to 1.2.1 for symbol package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jan 29, 2024
1 parent afb3000 commit 637ee67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2024-01-29

- Version bump to resolve symbol package issue on Nuget.org

## [1.2.0] - 2024-01-29

- Target .Net 8.0
Expand Down Expand Up @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial port of content from [FAnsiSql](https://github.com/HicServices/FAnsiSql)

[Unreleased]: https://github.com/HicServices/TypeGuesser/compare/1.2.0...main
[Unreleased]: https://github.com/HicServices/TypeGuesser/compare/1.2.1...main
[1.2.1]: https://github.com/HicServices/TypeGuesser/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/HicServices/TypeGuesser/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/HicServices/TypeGuesser/compare/1.0.3...1.1.0
[1.0.3]: https://github.com/HicServices/TypeGuesser/compare/1.0.2...1.0.3
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyInformationalVersion("1.2.1")]

0 comments on commit 637ee67

Please sign in to comment.