Index: Doc/Extra/version.html ================================================================== --- Doc/Extra/version.html +++ Doc/Extra/version.html @@ -44,10 +44,12 @@

Version History

1.0.90.0 - January XX, 2014 (release scheduled)

@@ -196,10 +200,16 @@ The "SQLite.NET.2012.sln" file is the top-level solution primarily designed for use with Visual Studio 2012 in the IDE; however, it may also be used from the command line with MSBuild 4.0. +
  • + The "SQLite.NET.2013.sln" file is the top-level solution + primarily designed for use with Visual Studio 2013 in the IDE; however, + it may also be used from the command line with MSBuild 4.0. +
  • +
  • The "SQLite.NET.2005.MSBuild.sln" file is the top-level solution primarily designed for use with MSBuild 2.0 on the command line; however, it may also be used from the Visual Studio 2005 IDE.
  • @@ -219,10 +229,16 @@
  • The "SQLite.NET.2012.MSBuild.sln" file is the top-level solution primarily designed for use with MSBuild 4.0 on the command line; however, it may also be used from the Visual Studio 2012 IDE.
  • + +
  • + The "SQLite.NET.2013.MSBuild.sln" file is the top-level + solution primarily designed for use with MSBuild 4.0 on the command + line; however, it may also be used from the Visual Studio 2013 IDE. +
  • Select the desired solution configuration (e.g. ReleaseNativeOnly) and and Index: www/faq.wiki ================================================================== --- www/faq.wiki +++ www/faq.wiki @@ -198,13 +198,13 @@

    (4) What versions of Visual Studio are supported?

    - Currently, Visual Studio 2005, 2008, 2010, and 2012 are supported, including - the "Express" editions; however, in order to build the entire - solution, including the necessary native code, the "Professional" + Currently, Visual Studio 2005, 2008, 2010, 2012, and 2013 are supported, + including the "Express" editions; however, in order to build the + entire solution, including the necessary native code, the "Professional" edition (or higher) is required. It may be possible to install both Visual C# Express and Visual C++ Express and then build the corresponding sub-projects via their respective integrated development environments (IDE); however, this configuration has not been tested. The design-time components are no longer supported for the Express editions due to licensing Index: www/features.wiki ================================================================== --- www/features.wiki +++ www/features.wiki @@ -32,11 +32,11 @@ support both binary and cleartext password types.

  • Visual Studio design-time Support, works with all versions of Visual Studio - 2005/2008/2010/2012. You can add a SQLite database to the Servers list, + 2005/2008/2010/2012/2013. You can add a SQLite database to the Servers list, design queries with the Query Designer, drag-and-drop tables onto a Typed DataSet, etc.
    Due to Visual Studio licensing restrictions, the Express Editions can no Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -5,10 +5,12 @@

    1.0.90.0 - January XX, 2014 (release scheduled)

    • Updated to [http://www.sqlite.org/src/info/trunk|SQLite 3.8.2].
    • +
    • Add Visual Studio 2013 support to all the applicable solution/project files, their associated supporting files, and the test suite.
    • +
    • Add Visual Studio 2013 support to the redesigned designer support installer.
    • Add support for Windows Embedded Compact 2013.
    • Add experimental support for the native regexp extension.
    • Never create a new connection wrapper in the SQLiteConnection.Shutdown method. ** Potentially Incompatible Change **
    • Add experimental GetMemoryStatistics, ReleaseMemory, and Shutdown methods to the SQLiteConnection class.
    • Add memory leak detection to the test project for the .NET Compact Framework.