diff --git a/Portable.Data.Sqlite.nuspec b/Portable.Data.Sqlite.nuspec index 41a4882..46ed9e4 100644 --- a/Portable.Data.Sqlite.nuspec +++ b/Portable.Data.Sqlite.nuspec @@ -2,14 +2,16 @@ Portable.Data.Sqlite - 1.1.0 + 1.1.1 Portable ADO-style SQLite with Encryption Jeremy Ellis,Matthew Leibowitz Ellisnet https://github.com/ellisnet/Portable.Data.Sqlite false Portable cross-platform ADO-style SQLite library enabling table-record-level and table-column-level encryption. *Please see the project site for details about what this library does, and how to use it.* - v1.1.0 - Tweaked for use with Xamarin.Forms. Added IDatabasePath interface, and added parameterless constructor for IObjectCryptEngine (as required by Xamarin.Forms). Breaking change from v1.0.0: Implementations of IObjectCryptEngine must implement the Initialize() method, in order to provide a way to pass in settings when using the parameterless constructor. + v1.1.1 - No breaking changes. New constructor for EncryptedTable that allows CryptEngine to be "inherited" from database connection; new ability to set case sensitivity and trimming on all TableSearch match items by "forced" properties. + +v1.1.0 - Tweaked for use with Xamarin.Forms. Added IDatabasePath interface, and added parameterless constructor for IObjectCryptEngine (as required by Xamarin.Forms). Breaking change from v1.0.0: Implementations of IObjectCryptEngine must implement the Initialize() method, in order to provide a way to pass in settings when using the parameterless constructor. v1.0.0 - First official release, with several tweaks and bug-fixes. New Execute methods added to SqliteCommand. Breaking changes from v0.9.2: (a) TableSearchType enum members renamed from And/Or to MatchAll/MatchAny. (b) suppressExceptions parameter removed from SqliteDataReader.GetDecrypted methods in favor of DbNullHandling enum, for greater flexibility. diff --git a/Samples/SampleApp.Android/Resources/Resource.Designer.cs b/Samples/SampleApp.Android/Resources/Resource.Designer.cs index 6990112..525c79b 100644 --- a/Samples/SampleApp.Android/Resources/Resource.Designer.cs +++ b/Samples/SampleApp.Android/Resources/Resource.Designer.cs @@ -2,7 +2,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34014 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.