Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 5807af9

Browse files
committed
Upgrade to Sqlite 1.0.100.0
1 parent da84b37 commit 5807af9

File tree

13 files changed

+78411
-6
lines changed

13 files changed

+78411
-6
lines changed

NuGet/ServiceStack.OrmLite.Sqlite.Windows/servicestack.ormlite.sqlite.windows.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<language>en-US</language>
1818
<copyright>Copyright 2016 Service Stack</copyright>
1919
<dependencies>
20-
<dependency id="System.Data.SQLite.Core" version="1.0.99" />
20+
<dependency id="System.Data.SQLite.Core" version="1.0.100.0" />
2121
<dependency id="ServiceStack.OrmLite" version="4.0" />
2222
</dependencies>
2323
</metadata>

src/ServiceStack.OrmLite.Sqlite.Windows/ServiceStack.OrmLite.Sqlite.Windows.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Core" />
55-
<Reference Include="System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
56-
<HintPath>..\packages\System.Data.SQLite.Core.1.0.99.0\lib\net40\System.Data.SQLite.dll</HintPath>
55+
<Reference Include="System.Data.SQLite, Version=1.0.100.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
56+
<HintPath>..\packages\System.Data.SQLite.Core.1.0.100.0\lib\net40\System.Data.SQLite.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="System.Xml.Linq" />
@@ -107,9 +107,9 @@
107107
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
108108
</PropertyGroup>
109109
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
110-
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.99.0\build\net40\System.Data.SQLite.Core.targets'))" />
110+
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.100.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.100.0\build\net40\System.Data.SQLite.Core.targets'))" />
111111
</Target>
112-
<Import Project="..\packages\System.Data.SQLite.Core.1.0.99.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.99.0\build\net40\System.Data.SQLite.Core.targets')" />
112+
<Import Project="..\packages\System.Data.SQLite.Core.1.0.100.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.100.0\build\net40\System.Data.SQLite.Core.targets')" />
113113
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114114
Other similar extension points exist, see Microsoft.Common.targets.
115115
<Target Name="BeforeBuild">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="System.Data.SQLite.Core" version="1.0.99.0" targetFramework="net40" />
3+
<package id="System.Data.SQLite.Core" version="1.0.100.0" targetFramework="net40" />
44
</packages>
Binary file not shown.

src/packages/System.Data.SQLite.Core.1.0.100.0/lib/net20/System.Data.SQLite.xml

Lines changed: 15681 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

src/packages/System.Data.SQLite.Core.1.0.100.0/lib/net40/System.Data.SQLite.xml

Lines changed: 15681 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

src/packages/System.Data.SQLite.Core.1.0.100.0/lib/net45/System.Data.SQLite.xml

Lines changed: 15681 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)