diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e74c0..4448a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog +# Changelog ## 1.0.0 * Made Tababular @@ -43,5 +43,8 @@ ## 4.2.0 * Make newline character sequence configurable - thanks [antifree] +## 4.3.0 +* Add logo 🤩 + [antifree]: https://github.com/antifree [gary-palmer]: https://github.com/gary-palmer diff --git a/Tababular.Tests/Tababular.Tests.csproj b/Tababular.Tests/Tababular.Tests.csproj index 6f36ed1..e0d92e9 100644 --- a/Tababular.Tests/Tababular.Tests.csproj +++ b/Tababular.Tests/Tababular.Tests.csproj @@ -5,7 +5,7 @@ net6.0 - + diff --git a/Tababular/Tababular.csproj b/Tababular/Tababular.csproj index 8b8022e..2f08f02 100644 --- a/Tababular/Tababular.csproj +++ b/Tababular/Tababular.csproj @@ -11,7 +11,19 @@ https://github.com/rebus-org/Tabababular git MIT + tababular_logo.png + README.md + + + True + \ + + + True + \ + + diff --git a/artwork/tababular_logo.png b/artwork/tababular_logo.png new file mode 100644 index 0000000..0fbda35 Binary files /dev/null and b/artwork/tababular_logo.png differ