Skip to content

Commit 190a9c9

Browse files
committed
Package version changed
1 parent 8419248 commit 190a9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.0</Version>
7+
<Version>2.0.1</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>

MZBase.Microservices/MZBase.Microservices.csproj

Lines changed: 1 addition & 1 deletion
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.0</Version>
7+
<Version>2.0.1</Version>
88
<Authors>Mahdi Zandakbari</Authors>
99
<Description>This package intends to provide some simple helpers to the developers of microserices in .Net 8</Description>
1010
<PackageProjectUrl>https://github.com/mzand111/MZBase</PackageProjectUrl>

0 commit comments

Comments
 (0)