|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net8.0;net9.0</TargetFrameworks> |
5 | | - <Version>6.0.0</Version> |
| 5 | + <Version>6.1.0</Version> |
6 | 6 | <Authors>Calabonga</Authors> |
7 | 7 | <Company>Calabonga SOFT</Company> |
8 | | - <Copyright>Calabonga SOFT © 2001-$([System.DateTime]::Now.ToString(yyyy))</Copyright> |
| 8 | + <Copyright>Calabonga SOFT © 2001-$([System.DateTime]::Now.ToString(yyyy))</Copyright> |
9 | 9 | <Description>Unit of Work implementation for EntityFramework Core. For more information please see Calabonga.UnitOfWork package.</Description> |
10 | 10 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
11 | 11 | <PackageIcon>logo.png</PackageIcon> |
12 | 12 | <PackageTags>Calabonga EntityFrameworkCore UnitOfWork Repository Extension Helper unitofowrk ORM pagination pattern changes Tracking entites</PackageTags> |
13 | | - <PackageReleaseNotes>Obsolete methods were removed. Please use TrackingType parameter for DbContext operations: NoTraking, Tracking and NoTrackingWithIdentityResolution.</PackageReleaseNotes> |
| 13 | + <PackageReleaseNotes>FromSqlRawInterpolated implemented in IUnitOfWork from DbContext.</PackageReleaseNotes> |
14 | 14 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
15 | 15 | <PackageProjectUrl>https://www.calabonga.net</PackageProjectUrl> |
16 | 16 | <Nullable>enable</Nullable> |
17 | 17 | <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | 18 | <RepositoryUrl>https://github.com/Calabonga/UnitOfWork</RepositoryUrl> |
19 | 19 | <RepositoryType>git</RepositoryType> |
20 | | - <IncludeSymbols>true</IncludeSymbols> |
21 | | - <IncludeSource>true</IncludeSource> |
22 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
23 | | - <Deterministic>true</Deterministic> |
| 20 | + <IncludeSymbols>true</IncludeSymbols> |
| 21 | + <IncludeSource>true</IncludeSource> |
| 22 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 23 | + <Deterministic>true</Deterministic> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup> |
|
33 | 33 | <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" Condition="'$(TargetFramework)' == 'net9.0'" /> |
34 | 34 | </ItemGroup> |
35 | 35 |
|
36 | | - <ItemGroup> |
37 | | - <None Include="..\..\README.md"> |
38 | | - <Pack>True</Pack> |
39 | | - <PackagePath>\</PackagePath> |
40 | | - </None> |
41 | | - <None Include="logo.png"> |
42 | | - <Pack>True</Pack> |
43 | | - <PackagePath>\</PackagePath> |
44 | | - </None> |
45 | | - </ItemGroup> |
| 36 | + <ItemGroup> |
| 37 | + <None Include="..\..\README.md"> |
| 38 | + <Pack>True</Pack> |
| 39 | + <PackagePath>\</PackagePath> |
| 40 | + </None> |
| 41 | + <None Include="logo.png"> |
| 42 | + <Pack>True</Pack> |
| 43 | + <PackagePath>\</PackagePath> |
| 44 | + </None> |
| 45 | + </ItemGroup> |
46 | 46 |
|
47 | 47 | </Project> |
0 commit comments