Skip to content

Commit

Permalink
chore: fix versionize
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomvas committed Jun 28, 2024
1 parent 4ad7db5 commit b714ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="1.0.0"></a>
<a name="1.1.0"></a>
## [1.0.0](https://www.github.com/thiagomvas/SharpTables/releases/tag/v1.0.0) (2024-06-28)

### Features

* Added presetters for each cell and removed old presetting methods ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357))
* Added new FromDataSet overloads using factory pattern ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357))
* Added Row.LineIndex and Cell.Position ([d17a9c8](https://www.github.com/thiagomvas/SharpTables/commit/d17a9c81c3ab7548e9071c3bfbdfe2eb6332a357))
* New header implementation. Use SetHeader to define a header. ([25ddf7b](https://www.github.com/thiagomvas/SharpTables/commit/25ddf7b6babbef4ff9f3db96a496bce58d8a110c))
* Remove Number and Text alignment in favour of per cell alignment ([ce5c797](https://www.github.com/thiagomvas/SharpTables/commit/ce5c797fa4095e0897793ced50b73dd666faab13))

2 changes: 1 addition & 1 deletion SharpTables/SharpTables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>SharpTables</Title>
<RepositoryUrl>https://github.com/thiagomvas/SharpTables</RepositoryUrl>
Expand Down

0 comments on commit b714ab8

Please sign in to comment.