Skip to content

Commit aec555c

Browse files
committed
fix the package description for config.e_sqlite3
1 parent f2949f4 commit aec555c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLitePCLRaw.config.e_sqlite3/SQLitePCLRaw.config.e_sqlite3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>SQLitePCLRaw.batteries_v2</AssemblyName>
88
<AssemblyOriginatorKeyFile>..\..\sn\SQLitePCLRaw.batteries_v2.snk</AssemblyOriginatorKeyFile>
99
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
10-
<PackageDescription>This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included</PackageDescription>
10+
<PackageDescription>This package sets the configuration for using e_sqlite3 but does not bring in that native library itself. It's like bundle_e_sqlite3, except it's hollow.</PackageDescription>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)