Skip to content

Commit

Permalink
Update key dependencies. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Sep 28, 2022
1 parent 4485f22 commit e3b501a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Represents the **NuGet** versions.

## v1.0.17
- *Fixed:* Updated to `CoreEx` version `1.0.9` and `OnRamp` version `1.0.6`.

## v1.0.16
- *Fixed:* SQL using batch, i.e. `GO` statement, were not being split and executed (indepently) correctly.
- *Fixed:* Standard pattern of `CancellationToken` added to all `Async` methods.
Expand Down
6 changes: 3 additions & 3 deletions src/DbEx/DbEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>DbEx</RootNamespace>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>DbEx Developers</Authors>
<Company>Avanade</Company>
Expand Down Expand Up @@ -85,8 +85,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database" Version="1.0.7" />
<PackageReference Include="OnRamp" Version="1.0.5" />
<PackageReference Include="CoreEx.Database" Version="1.0.9" />
<PackageReference Include="OnRamp" Version="1.0.6" />
</ItemGroup>

</Project>

0 comments on commit e3b501a

Please sign in to comment.