Skip to content

Commit

Permalink
Updated NuGet package to version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisnet committed Oct 15, 2014
1 parent 76f7de4 commit d410e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Portable.Data.Sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Portable.Data.Sqlite</id>
<version>1.1.0</version>
<version>1.1.1</version>
<title>Portable ADO-style SQLite with Encryption</title>
<authors>Jeremy Ellis,Matthew Leibowitz</authors>
<owners>Ellisnet</owners>
<projectUrl>https://github.com/ellisnet/Portable.Data.Sqlite</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>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.*</description>
<releaseNotes>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.
<releaseNotes>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.

Expand Down
2 changes: 1 addition & 1 deletion Samples/SampleApp.Android/Resources/Resource.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d410e57

Please sign in to comment.