Skip to content

Commit

Permalink
v3.23.1 (#110)
Browse files Browse the repository at this point in the history
- *Fixed:* Updated all dependencies to latest versions (specifically _UnitTestEx_).
  • Loading branch information
chullybun authored Jul 29, 2024
1 parent 5c1d36d commit 6445e66
Show file tree
Hide file tree
Showing 7 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.

## v3.23.1
- *Fixed:* Updated all dependencies to latest versions (specifically _UnitTestEx_).

## v3.23.0
- *Enhancement:* Added `ICacheKey` and updated `RequestCache` accordingly to support, in addition to the existing `IEntityKey`, to enable additional caching key specification.
- *Enhancement:* Added `ItemKeySelector` to `EntityBaseDictionary` to enable automatic inference of the key from an item being added.
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>3.23.0</Version>
<Version>3.23.1</Version>
<LangVersion>preview</LangVersion>
<Authors>Avanade</Authors>
<Company>Avanade</Company>
Expand Down
2 changes: 1 addition & 1 deletion samples/My.Hr/My.Hr.Database/My.Hr.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DbEx.SqlServer" Version="2.5.8" />
<PackageReference Include="DbEx.SqlServer" Version="2.5.9" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Import Project="..\..\Common.targets" />

<ItemGroup>
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.0" />
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CoreEx.UnitTesting/CoreEx.UnitTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="UnitTestEx" Version="4.4.0" />
<PackageReference Include="UnitTestEx" Version="4.4.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/CoreEx.Cosmos.Test/CoreEx.Cosmos.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.0" />
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/CoreEx.Test/CoreEx.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.0" />
<PackageReference Include="UnitTestEx.NUnit" Version="4.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6445e66

Please sign in to comment.