|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> |
8 | 8 | <PackageTags>nuext;extensions;database;ado.net;async</PackageTags> |
9 | | - <Description>Provides various extensions for data classes. |
10 | | - |
11 | | -Commonly Used Types: |
12 | | -System.Data.DalBase |
13 | | -System.Data.DataReaderExtensions |
14 | | -System.Data.DataRowExtensions |
15 | | -System.Data.DataTableExtensions |
16 | | -System.Data.DalBase |
17 | | -System.Data.DbConverter<TDbConnection> |
18 | | -System.Data.IDbContext</Description> |
19 | | - <Version>0.7.0</Version> |
| 9 | + <Description>1High‑level data access utilities for .NET, providing extensions for DataReader, DataRow, and DataTable, plus lightweight DAL helpers, DbConverter, and IDbContext abstractions. Designed to simplify common database operations and improve consistency across data access layers.</Description> |
| 10 | + <Version>0.7.1</Version> |
20 | 11 | <RootNamespace /> |
21 | 12 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
22 | 13 | <NoWarn>$(NoWarn);1591;NETSDK1233</NoWarn> |
23 | 14 | <PackageReadmeFile>README.md</PackageReadmeFile> |
24 | | - <PackageIcon>logo128.png</PackageIcon> |
25 | | - <PackageProjectUrl>https://github.com/IvanGit/NuExt.System.Data</PackageProjectUrl> |
| 15 | + <PackageIcon>logo.png</PackageIcon> |
| 16 | + <PackageProjectUrl>https://github.com/nu-ext/NuExt.System.Data</PackageProjectUrl> |
26 | 17 | </PropertyGroup> |
27 | 18 |
|
28 | 19 | <ItemGroup Condition="'$(UseNuExtPackages)' == 'true'"> |
29 | | - <PackageReference Include="NuExt.System" Version="0.7.0" /> |
| 20 | + <PackageReference Include="NuExt.System" Version="0.7.2" /> |
30 | 21 | </ItemGroup> |
31 | 22 |
|
32 | 23 | <ItemGroup Condition="'$(UseNuExtPackages)' == 'false'"> |
33 | 24 | <ProjectReference Include="..\..\NuExt.System\src\NuExt.System.csproj" /> |
34 | 25 | </ItemGroup> |
35 | 26 |
|
36 | 27 | <ItemGroup> |
37 | | - <None Include="..\logo128.png" Pack="true" PackagePath="\" /> |
38 | | - <None Include=".\..\README.md" Pack="true" PackagePath="\" /> |
| 28 | + <None Include="..\logo.png" Pack="true" PackagePath="\" /> |
| 29 | + <None Include="..\README.md" Pack="true" PackagePath="\" /> |
39 | 30 | </ItemGroup> |
40 | 31 |
|
41 | 32 | </Project> |
0 commit comments