Skip to content

Commit 2187dab

Browse files
committed
fix internal identifier platform names to be like identifiers, ie, to not contain a dot. cleans up messy names of packages. this affected only netstandard1.0, netstandard 1.1, and uap10.0.
1 parent e218d25 commit 2187dab

File tree

2 files changed

+63
-62
lines changed

2 files changed

+63
-62
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ And call this function:
1414

1515
SQLitePCL.Batteries.Init()
1616

17-
# Supported platforms
17+
# Compatibility
1818

1919
SQLitePCL.raw should work just about anywhere you want
2020
it to, including:
@@ -32,7 +32,10 @@ it to, including:
3232
- Windows Phone 8 (with limitations)
3333
- Windows Phone 8.1 Silverlight (with limitations)
3434

35-
(WatchOS is on the way, but not there yet.)
35+
(I have received a pull request for WatchOS support, but it's not merged yet.)
36+
37+
These packages should be fully compatible with NuGet 2.x or 3.x, either
38+
packages.config or project.json.
3639

3740
# New package names for release 1.0
3841

@@ -46,13 +49,15 @@ The main package is SQLitePCLRaw.core, previously called SQLitePCL.raw
4649
Before 1.0, the package ids were
4750

4851
- SQLitePCL.raw
52+
- SQLitePCL.raw\_basic
53+
- SQLitePCL.ugly
4954
- SQLitePCL.plugin.\*
5055
- SQLitePCL.native.\*
5156
- SQLitePCL.bundle\*
5257

5358
All of these packages are being deprecated.
5459

55-
Once a package (like sqlite-net-pcl, for example) has migrated to the 1.0 release,
60+
Note: Once a package (like sqlite-net-pcl, for example) has migrated to the 1.0 release,
5661
developers using
5762
that package may need to explicitly remove these old packages
5863
from their build.

0 commit comments

Comments
 (0)