Skip to content

Commit 08c6060

Browse files
committed
Version upgrade due to the dependencies bing updated
1 parent fd7e686 commit 08c6060

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

MZBase.Domain/MZBase.Domain.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>2.0.3</Version>
6+
<Version>2.0.4</Version>
77
<Authors>Mahdi Zandakbari</Authors>
88
<Description>A simple library for base classes of common usabilities needed in enterprise software</Description>
99
<PackageProjectUrl>https://github.com/mzand111/MZBase</PackageProjectUrl>
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="MZSimpleDynamicLinq.Core" Version="1.0.4" />
16+
<PackageReference Include="MZSimpleDynamicLinq.Core" Version="1.0.5" />
1717
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
1818
</ItemGroup>
1919

MZBase.EntityFrameworkCore.Sql/MZBase.EntityFrameworkCore.Sql.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>2.0.1</Version>
7+
<Version>2.0.2</Version>
88
<Authors>Mahdi Zandakbari</Authors>
99
<Description>Contains:
1010
1- A helper to transfer description attributes of entity classes to extended properties (MS_Description) of related table/column of database for any ef core DbContext. This changes could be used by any third party tool like Redgate SqlDoc to generate Database documentation.</Description>
@@ -14,9 +14,9 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.2" />
17+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.0" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.7" />
2020
</ItemGroup>
2121

2222
</Project>

MZBase.EntityFrameworkCore/MZBase.EntityFrameworkCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>2.0.6</Version>
7+
<Version>2.0.7</Version>
88
<AssemblyVersion>1.0.1.1</AssemblyVersion>
99
<Authors>Mahdi Zandakbari</Authors>
1010
<Description>An EFCore implementation of some of the more common interfaces of MZBase.Infrustructure.
@@ -15,8 +15,8 @@ Different repository implementations are included.</Description>
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
19-
<PackageReference Include="MZSimpleDynamicLinq.EFCoreExtensions" Version="1.0.3" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
19+
<PackageReference Include="MZSimpleDynamicLinq.EFCoreExtensions" Version="1.0.4" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

MZBase.Infrastructure/MZBase.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>2.0.3</Version>
6+
<Version>2.0.4</Version>
77
<Authors>Mahdi Zandakbari</Authors>
88
<Description>A simple library for base infrastructure interfaces of common usabilities needed in enterprise software.
99
It includes interfaces for repository, unit of work and date time providers with testing and domain-technology separation in mind</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
13+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)