|
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild> |
8 | 8 | <PackageTags>nuext;sqlite;database;ado.net;provider;interop;async</PackageTags> |
9 | | - <Description>Provides SQLite database engine extensions. |
10 | | - |
11 | | -Commonly Used Types: |
12 | | -System.Data.SQLite.SQLiteDalBase |
13 | | -System.Data.SQLite.SQLiteDbConnection |
14 | | -System.Data.SQLite.SQLiteDbContext |
15 | | -System.Data.SQLite.SQLiteDbConverter |
16 | | -System.Data.SQLite.SQLiteDbTransaction</Description> |
17 | | - <Version>0.7.0</Version> |
| 9 | + <Description>High‑performance SQLite data access utilities for .NET, providing thread‑safe connection handling, reliable transaction management, and a consistent DAL foundation. Includes context and converter abstractions to simplify schema updates, coordinate concurrent operations, and ensure predictable behavior across SQLite’s locking model.</Description> |
| 10 | + <Version>0.7.1</Version> |
18 | 11 | <RootNamespace /> |
19 | 12 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
20 | 13 | <NoWarn>$(NoWarn);1591;NETSDK1233</NoWarn> |
21 | 14 | <PackageReadmeFile>README.md</PackageReadmeFile> |
22 | | - <PackageIcon>logo128.png</PackageIcon> |
23 | | - <PackageProjectUrl>https://github.com/IvanGit/NuExt.System.Data.SQLite</PackageProjectUrl> |
| 15 | + <PackageIcon>logo.png</PackageIcon> |
| 16 | + <PackageProjectUrl>https://github.com/nu-ext/NuExt.System.Data.SQLite</PackageProjectUrl> |
24 | 17 | </PropertyGroup> |
25 | 18 |
|
26 | 19 | <ItemGroup> |
27 | 20 | <PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" /> |
28 | 21 | </ItemGroup> |
29 | 22 |
|
30 | 23 | <ItemGroup Condition="'$(UseNuExtPackages)' == 'true'"> |
31 | | - <PackageReference Include="NuExt.System.Data" Version="0.7.0" /> |
| 24 | + <PackageReference Include="NuExt.System.Data" Version="0.7.1" /> |
32 | 25 | </ItemGroup> |
33 | 26 |
|
34 | 27 | <ItemGroup Condition="'$(UseNuExtPackages)' == 'false'"> |
35 | 28 | <ProjectReference Include="..\..\NuExt.System.Data\src\NuExt.System.Data.csproj" /> |
36 | 29 | </ItemGroup> |
37 | 30 |
|
38 | 31 | <ItemGroup> |
39 | | - <None Include="..\logo128.png" Pack="true" PackagePath="\" /> |
40 | | - <None Include=".\..\README.md" Pack="true" PackagePath="\" /> |
| 32 | + <None Include="..\logo.png" Pack="true" PackagePath="\" /> |
| 33 | + <None Include="..\README.md" Pack="true" PackagePath="\" /> |
41 | 34 | </ItemGroup> |
42 | 35 |
|
43 | 36 | </Project> |
0 commit comments