Skip to content

Commit

Permalink
v2.3.6 (#40)
Browse files Browse the repository at this point in the history
- *Enhancement:* Updated `CoreEx` to version `3.3.0`.
  • Loading branch information
chullybun committed Aug 8, 2023
1 parent 9a21a02 commit 3a45b9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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.

## v2.3.6
- *Enhancement:* Updated `CoreEx` to version `3.3.0`.

## v2.3.5
- *Enhancement:* Updated `CoreEx` to version `3.0.0`.
- *Enhancement:* Updated all dependent packages to latest versions.
Expand Down
2 changes: 1 addition & 1 deletion Common.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.3.5</Version>
<Version>2.3.6</Version>
<LangVersion>preview</LangVersion>
<Authors>Avanade</Authors>
<Company>Avanade</Company>
Expand Down
2 changes: 1 addition & 1 deletion src/DbEx.MySql/DbEx.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database.MySql" Version="3.0.0" />
<PackageReference Include="CoreEx.Database.MySql" Version="3.3.0" />
<PackageReference Include="dbup-mysql" Version="5.0.10" />
<PackageReference Include="OnRamp" Version="1.0.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DbEx.SqlServer/DbEx.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database.SqlServer" Version="3.0.0" />
<PackageReference Include="CoreEx.Database.SqlServer" Version="3.3.0" />
<PackageReference Include="dbup-sqlserver" Version="5.0.8" />
<PackageReference Include="OnRamp" Version="1.0.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DbEx/DbEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CoreEx.Database" Version="3.0.0" />
<PackageReference Include="CoreEx.Database" Version="3.3.0" />
<PackageReference Include="dbup-sqlserver" Version="5.0.8" />
<PackageReference Include="OnRamp" Version="1.0.7" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/DbEx.Test/DbEx.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -11,7 +11,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down

0 comments on commit 3a45b9e

Please sign in to comment.