Index: SQLite.Interop/src/win/interop.h ================================================================== --- SQLite.Interop/src/win/interop.h +++ SQLite.Interop/src/win/interop.h @@ -8,11 +8,11 @@ #ifndef INTEROP_VERSION #define INTEROP_VERSION "1.0.100.0" #endif #ifndef INTEROP_SOURCE_ID -#define INTEROP_SOURCE_ID "3f3dcb7a07fb94faf53b52abfd6638d31823fa3b" +#define INTEROP_SOURCE_ID "0000000000000000000000000000000000000000" #endif #ifndef INTEROP_SOURCE_TIMESTAMP -#define INTEROP_SOURCE_TIMESTAMP "2016-02-16 08:08:56 UTC" +#define INTEROP_SOURCE_TIMESTAMP "0000-00-00 00:00:00 UTC" #endif Index: System.Data.SQLite/SQLitePatchLevel.cs ================================================================== --- System.Data.SQLite/SQLitePatchLevel.cs +++ System.Data.SQLite/SQLitePatchLevel.cs @@ -7,10 +7,10 @@ using System.Data.SQLite; /////////////////////////////////////////////////////////////////////////////// -[assembly: AssemblySourceId("3f3dcb7a07fb94faf53b52abfd6638d31823fa3b")] +[assembly: AssemblySourceId(null)] /////////////////////////////////////////////////////////////////////////////// -[assembly: AssemblySourceTimeStamp("2016-02-16 08:08:56 UTC")] +[assembly: AssemblySourceTimeStamp(null)]