Skip to content

Commit

Permalink
upgraded JK.Common.Abstractions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyknight-me committed Nov 14, 2024
1 parent ecd2a8b commit 48119d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/JK.Common.Data.Sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Unless otherwise noted, all changes made by [@jeremyknight-me](https://github.co
### Changed

- Upgraded `Microsoft.Data.SqlClient` to v5.2.0
- Upgraded `JK.Common.Abstractions` to v2.0.0

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/JK.Common.Data.Sql/JK.Common.Data.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JK.Common.Abstractions" Version="1.1.0" />
<PackageReference Include="JK.Common.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions src/JK.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Unless otherwise noted, all changes made by [@jeremyknight-me](https://github.co

- `IsNullable` to `IsNullableT` int `TypeHelper`.
- Moved `ServiceLocator` folder to `Patterns` folder.
- Upgraded `JK.Common.Abstractions` to v2.0.0

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/JK.Common/JK.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JK.Common.Abstractions" Version="1.1.0" />
<PackageReference Include="JK.Common.Abstractions" Version="2.0.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 48119d8

Please sign in to comment.