|
1 | 1 | /* |
2 | | - Copyright 2014-2018 Zumero, LLC |
| 2 | + Copyright 2014-2019 Zumero, LLC |
3 | 3 |
|
4 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | you may not use this file except in compliance with the License. |
@@ -2599,7 +2599,7 @@ private static void write_cppinterop_with_targets_file(XmlWriter f, List<config_ |
2599 | 2599 | (int) ((DateTime.Now - new DateTime(2018,1,1)).TotalDays) |
2600 | 2600 | ); |
2601 | 2601 |
|
2602 | | - private const string NUSPEC_RELEASE_NOTES = "1.1.13: fix problems with unofficial sqlcipher builds for android and iOS. 1.1.12: update e_sqlite3 builds to 3.26.0. bug fix for bundle_zetetic on iOS. 1.1.11: put a copy of alpine-x64/e_sqlite3 into linux-musl-x64, for .NET Core 2.1. 1.1.10: improve bundle_zetetic. update e_sqlite3 to 3.22.0 and turn on FTS5. fix bundled sqlcipher build for UWP. AssemblyVersion now being updated properly. attempt fix crash involving CLR finalizer. add e_sqlite3 builds for linux-arm64 and alpine-x64. change generic Windows builds to use win-foo instead of win7-foo. add support for SQLITE_DETERMINISTIC. added sqlite3_blob_open overload to support higher perf in certain cases. fix problem with Mac-but-not-Xamarin and targets file. 1.1.9: bug fixes for Xamarin.Mac. add a sqlcipher build for UWP. 1.1.8: SQLite builds for .NET Core ARM, linux and Windows IoT. Finalizers. Fix Xam.Mac issue with bundle_green. Fix edge case in one of the sqlite3_column_blob() overloads. New 'bundle_zetetic' for use with official SQLCipher builds from Zetetic. 1.1.7: Drop SQLite down to 3.18.2. 1.1.6: AssetTargetFallback fixes. update sqlite builds to 3.19.3. 1.1.5: bug fix path in lib.foo.linux targets file. 1.1.4: tweak use of nuget .targets files for compat with .NET Core. 1.1.3: add SQLITE_CHECKPOINT_TRUNCATE symbol definition. add new blob overloads to enable better performance in certain cases. chg winsqlite3 to use StdCall. fix targets files for better compat with VS 2017 nuget pack. add 32-bit linux build for e_sqlite3. update to latest libcrypto builds from couchbase folks. 1.1.2: ability to FreezeProvider(). update e_sqlite3 builds to 3.16.1. 1.1.1: add support for config_log. update e_sqlite3 builds to 3.15.2. fix possible memory corruption when using prepare_v2() with multiple statements. better errmsg from ugly.step(). add win8 dep groups in bundles. fix batteries_v2.Init() to be 'last call wins' like the v1 version is. chg raw.SetProvider() to avoid calling sqlite3_initialize() so that sqlite3_config() can be used. better support for Xamarin.Mac. 1.1.0: fix problem with winsqlite3 on UWP. remove iOS Classic support. add sqlite3_enable_load_extension. add sqlite3_config/initialize/shutdown. add Batteries_V2.Init(). 1.0.1: fix problem with bundle_e_sqlite3 on iOS. fix issues with .NET Core. add bundle_sqlcipher. 1.0.0 release: Contains minor breaking changes since 0.9.x. All package names now begin with SQLitePCLRaw. Now supports netstandard. Fixes for UWP and Android N. Change all unit tests to xunit. Support for winsqlite3.dll and custom SQLite builds."; |
| 2602 | + private const string NUSPEC_RELEASE_NOTES = "1.1.13: fix problems with unofficial sqlcipher builds for Android and iOS. use new license tag for nuspecs. 1.1.12: update e_sqlite3 builds to 3.26.0. bug fix for bundle_zetetic on iOS. 1.1.11: put a copy of alpine-x64/e_sqlite3 into linux-musl-x64, for .NET Core 2.1. 1.1.10: improve bundle_zetetic. update e_sqlite3 to 3.22.0 and turn on FTS5. fix bundled sqlcipher build for UWP. AssemblyVersion now being updated properly. attempt fix crash involving CLR finalizer. add e_sqlite3 builds for linux-arm64 and alpine-x64. change generic Windows builds to use win-foo instead of win7-foo. add support for SQLITE_DETERMINISTIC. added sqlite3_blob_open overload to support higher perf in certain cases. fix problem with Mac-but-not-Xamarin and targets file. 1.1.9: bug fixes for Xamarin.Mac. add a sqlcipher build for UWP. 1.1.8: SQLite builds for .NET Core ARM, linux and Windows IoT. Finalizers. Fix Xam.Mac issue with bundle_green. Fix edge case in one of the sqlite3_column_blob() overloads. New 'bundle_zetetic' for use with official SQLCipher builds from Zetetic. 1.1.7: Drop SQLite down to 3.18.2. 1.1.6: AssetTargetFallback fixes. update sqlite builds to 3.19.3. 1.1.5: bug fix path in lib.foo.linux targets file. 1.1.4: tweak use of nuget .targets files for compat with .NET Core. 1.1.3: add SQLITE_CHECKPOINT_TRUNCATE symbol definition. add new blob overloads to enable better performance in certain cases. chg winsqlite3 to use StdCall. fix targets files for better compat with VS 2017 nuget pack. add 32-bit linux build for e_sqlite3. update to latest libcrypto builds from couchbase folks. 1.1.2: ability to FreezeProvider(). update e_sqlite3 builds to 3.16.1. 1.1.1: add support for config_log. update e_sqlite3 builds to 3.15.2. fix possible memory corruption when using prepare_v2() with multiple statements. better errmsg from ugly.step(). add win8 dep groups in bundles. fix batteries_v2.Init() to be 'last call wins' like the v1 version is. chg raw.SetProvider() to avoid calling sqlite3_initialize() so that sqlite3_config() can be used. better support for Xamarin.Mac. 1.1.0: fix problem with winsqlite3 on UWP. remove iOS Classic support. add sqlite3_enable_load_extension. add sqlite3_config/initialize/shutdown. add Batteries_V2.Init(). 1.0.1: fix problem with bundle_e_sqlite3 on iOS. fix issues with .NET Core. add bundle_sqlcipher. 1.0.0 release: Contains minor breaking changes since 0.9.x. All package names now begin with SQLitePCLRaw. Now supports netstandard. Fixes for UWP and Android N. Change all unit tests to xunit. Support for winsqlite3.dll and custom SQLite builds."; |
2603 | 2603 |
|
2604 | 2604 | private static void add_dep_core(XmlWriter f) |
2605 | 2605 | { |
@@ -2656,7 +2656,7 @@ private static void gen_nuspec_core(string top, string root) |
2656 | 2656 | f.WriteElementString("description", "SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*."); |
2657 | 2657 | f.WriteElementString("authors", "Eric Sink, et al"); |
2658 | 2658 | f.WriteElementString("owners", "Eric Sink"); |
2659 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 2659 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
2660 | 2660 | f.WriteElementString("requireLicenseAcceptance", "false"); |
2661 | 2661 | write_license(f); |
2662 | 2662 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -2731,7 +2731,7 @@ private static void gen_nuspec_esqlite3(string top, string cb_bin, config_esqlit |
2731 | 2731 | f.WriteElementString("description", "This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*."); |
2732 | 2732 | f.WriteElementString("authors", "Eric Sink, D. Richard Hipp, et al"); |
2733 | 2733 | f.WriteElementString("owners", "Eric Sink"); |
2734 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 2734 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
2735 | 2735 | f.WriteElementString("requireLicenseAcceptance", "false"); |
2736 | 2736 | write_license(f); |
2737 | 2737 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -2845,7 +2845,7 @@ private static void gen_nuspec_embedded(string top, config_csproj cfg) |
2845 | 2845 | f.WriteElementString("description", "This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*."); |
2846 | 2846 | f.WriteElementString("authors", "Eric Sink, D. Richard Hipp, et al"); |
2847 | 2847 | f.WriteElementString("owners", "Eric Sink"); |
2848 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 2848 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
2849 | 2849 | f.WriteElementString("requireLicenseAcceptance", "false"); |
2850 | 2850 | write_license(f); |
2851 | 2851 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -2895,7 +2895,7 @@ private static void gen_nuspec_provider_wp80(string top, string root, string wha |
2895 | 2895 | f.WriteElementString("description", desc); |
2896 | 2896 | f.WriteElementString("authors", "Eric Sink, et al"); |
2897 | 2897 | f.WriteElementString("owners", "Eric Sink"); |
2898 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 2898 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
2899 | 2899 | f.WriteElementString("requireLicenseAcceptance", "false"); |
2900 | 2900 | write_license(f); |
2901 | 2901 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -2950,7 +2950,7 @@ private static void gen_nuspec_provider(string top, string root, config_csproj c |
2950 | 2950 | f.WriteElementString("description", desc); |
2951 | 2951 | f.WriteElementString("authors", "Eric Sink, et al"); |
2952 | 2952 | f.WriteElementString("owners", "Eric Sink"); |
2953 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 2953 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
2954 | 2954 | f.WriteElementString("requireLicenseAcceptance", "false"); |
2955 | 2955 | write_license(f); |
2956 | 2956 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3004,7 +3004,7 @@ private static void gen_nuspec_e_sqlite3(string top, string cb_bin, string plat) |
3004 | 3004 | f.WriteElementString("description", "This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*."); |
3005 | 3005 | f.WriteElementString("authors", "Eric Sink, D. Richard Hipp, et al"); |
3006 | 3006 | f.WriteElementString("owners", "Eric Sink"); |
3007 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3007 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3008 | 3008 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3009 | 3009 | write_license(f); |
3010 | 3010 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3120,7 +3120,7 @@ private static void gen_nuspec_sqlcipher(string top, string cb_bin, string plat) |
3120 | 3120 | f.WriteElementString("description", "This package contains a platform-specific native code build of SQLCipher (see sqlcipher/sqlcipher on GitHub) for use with SQLitePCL.raw. The build of SQLCipher packaged here is built and maintained by Couchbase (see couchbaselabs/couchbase-lite-libsqlcipher on GitHub). To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.sqlcipher.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*."); |
3121 | 3121 | f.WriteElementString("authors", "Couchbase, SQLite, Zetetic"); |
3122 | 3122 | f.WriteElementString("owners", "Eric Sink"); |
3123 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3123 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3124 | 3124 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3125 | 3125 | write_license(f); |
3126 | 3126 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3255,7 +3255,7 @@ private static void gen_nuspec_tests(string top) |
3255 | 3255 | f.WriteElementString("description", "tests"); |
3256 | 3256 | f.WriteElementString("authors", "Eric Sink"); |
3257 | 3257 | f.WriteElementString("owners", "Eric Sink"); |
3258 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3258 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3259 | 3259 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3260 | 3260 | write_license(f); |
3261 | 3261 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3331,7 +3331,7 @@ private static void gen_nuspec_ugly(string top) |
3331 | 3331 | f.WriteElementString("description", "These extension methods for SQLitePCL.raw provide a more usable API while remaining stylistically similar to the sqlite3 C API, which most C# developers would consider 'ugly'. This package exists for people who (1) really like the sqlite3 C API, and (2) really like C#. So far, evidence suggests that 100% of the people matching both criteria are named Eric Sink, but this package is available just in case he is not the only one of his kind."); |
3332 | 3332 | f.WriteElementString("authors", "Eric Sink"); |
3333 | 3333 | f.WriteElementString("owners", "Eric Sink"); |
3334 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3334 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3335 | 3335 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3336 | 3336 | write_license(f); |
3337 | 3337 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3407,7 +3407,7 @@ private static void gen_nuspec_bundle_winsqlite3(string top) |
3407 | 3407 | f.WriteElementString("description", "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: .no SQLite library included, uses winsqlite3.dll"); |
3408 | 3408 | f.WriteElementString("authors", "Eric Sink"); |
3409 | 3409 | f.WriteElementString("owners", "Eric Sink"); |
3410 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3410 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3411 | 3411 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3412 | 3412 | write_license(f); |
3413 | 3413 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3692,7 +3692,7 @@ private static void gen_nuspec_bundle_sqlcipher(string top, SQLCipherBundleKind |
3692 | 3692 | } |
3693 | 3693 | f.WriteElementString("authors", "Eric Sink"); |
3694 | 3694 | f.WriteElementString("owners", "Eric Sink"); |
3695 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3695 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3696 | 3696 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3697 | 3697 | write_license(f); |
3698 | 3698 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3783,7 +3783,7 @@ private static void gen_nuspec_bundle_e_sqlite3(string top) |
3783 | 3783 | f.WriteElementString("description", "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"); |
3784 | 3784 | f.WriteElementString("authors", "Eric Sink"); |
3785 | 3785 | f.WriteElementString("owners", "Eric Sink"); |
3786 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3786 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3787 | 3787 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3788 | 3788 | write_license(f); |
3789 | 3789 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
@@ -3866,7 +3866,7 @@ private static void gen_nuspec_bundle_green(string top) |
3866 | 3866 | f.WriteElementString("description", "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: iOS=system SQLite, others=e_sqlite3 included"); |
3867 | 3867 | f.WriteElementString("authors", "Eric Sink"); |
3868 | 3868 | f.WriteElementString("owners", "Eric Sink"); |
3869 | | - f.WriteElementString("copyright", "Copyright 2014-2018 Zumero, LLC"); |
| 3869 | + f.WriteElementString("copyright", "Copyright 2014-2019 Zumero, LLC"); |
3870 | 3870 | f.WriteElementString("requireLicenseAcceptance", "false"); |
3871 | 3871 | write_license(f); |
3872 | 3872 | f.WriteElementString("projectUrl", "https://github.com/ericsink/SQLitePCL.raw"); |
|
0 commit comments