From 5c3ccbe09a461213da6248c549cfc6518058326f Mon Sep 17 00:00:00 2001 From: Reece Russell Date: Wed, 1 Sep 2021 22:13:54 +0100 Subject: [PATCH] [skip ci] Updated README.md Updated packages table to include new SQL packages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af875b..832724b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ TxCommand is a simple commanding package which provides commanding interfaces th | ---------------------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | | TxCommand | ![Nuget](https://img.shields.io/nuget/v/TxCommand) | [![Nuget](https://img.shields.io/nuget/dt/TxCommand)](https://www.nuget.org/packages/TxCommand/) | | TxCommand.Abstractions | ![Nuget](https://img.shields.io/nuget/v/TxCommand.Abstractions) | [![Nuget](https://img.shields.io/nuget/dt/TxCommand.Abstractions)](https://www.nuget.org/packages/TxCommand.Abstractions/) | +| TxCommand.Sql | ![Nuget](https://img.shields.io/nuget/v/TxCommand.Sql) | [![Nuget](https://img.shields.io/nuget/dt/TxCommand.Sql)](https://www.nuget.org/packages/TxCommand.Sql/) | +| TxCommand.Sql.Abstractions | ![Nuget](https://img.shields.io/nuget/v/TxCommand.Sql.Abstractions) | [![Nuget](https://img.shields.io/nuget/dt/TxCommand.Sql.Abstractions)](https://www.nuget.org/packages/TxCommand.Sql.Abstractions/) | ## Get Started @@ -113,4 +115,4 @@ public class CarFactory ## Contributing -Not much here, but feel free to raise and issues or open a Pull Request if you think of an enhancement or spot a bug! +Not much here, but feel free to raise an issue or open a Pull Request if you think of an enhancement or spot a bug!