File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 88
99## Версии
1010
11+ ### 6.2.0 2025-11-21
12+
13+ * ` ServiceLifetime ` for ` IUnitOfWork ` added as a parameter during DI-container registration.
14+
1115### 6.1.0 2025-10-13
1216
1317* ` FromSqlRawInterpolated ` implemented in ` IUnitOfWork ` from ` DbContext ` .
14- * * New release ` 6.1.0 ` published on the nuget.org.
1518
1619### 6.0.0 2025-03-05
1720
1821* Deprecated methods were removed. Please use ` TrackingType ` parameter instead of ` disableTracking ` .
19- * New release ` 6.0.0 ` published.
2022
2123### 5.0.0 2024-11-25
2224
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
5- <Version >6.2.0-beta.1 </Version >
5+ <Version >6.2.0</Version >
66 <Authors >Calabonga</Authors >
77 <Company >Calabonga SOFT</Company >
88 <Copyright >Calabonga SOFT © 2001-$([System.DateTime]::Now.ToString(yyyy))</Copyright >
99 <Description >Unit of Work implementation for EntityFramework Core. For more information please see Calabonga.UnitOfWork package.</Description >
1010 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1111 <PackageIcon >logo.png</PackageIcon >
1212 <PackageTags >Calabonga EntityFrameworkCore UnitOfWork Repository Extension Helper unitofowrk ORM pagination pattern changes Tracking entites</PackageTags >
13- <PackageReleaseNotes >FromSqlRawInterpolated implemented in IUnitOfWork from DbContext .</PackageReleaseNotes >
13+ <PackageReleaseNotes >ServiceLifetime IUnitOfWork added as a parameter during DI-container registration .</PackageReleaseNotes >
1414 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1515 <PackageProjectUrl >https://www.calabonga.net</PackageProjectUrl >
1616 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments