Skip to content

Commit c7e77db

Browse files
committed
[nuget] Bump .raw to 0.7.1 and add async
1 parent c7ae363 commit c7e77db

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

nuget/SQLite-net/SQLite-net.csproj

+7-4
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,21 @@
4040
<Compile Include="..\..\src\SQLite.cs">
4141
<Link>SQLite.cs</Link>
4242
</Compile>
43+
<Compile Include="..\..\src\SQLiteAsync.cs">
44+
<Link>SQLiteAsync.cs</Link>
45+
</Compile>
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Folder Include="Properties\" />
4349
</ItemGroup>
4450
<ItemGroup>
4551
<Reference Include="SQLitePCL.raw">
46-
<HintPath>packages\SQLitePCL.raw_basic.0.3.0-alpha\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid+MonoTouch\SQLitePCL.raw.dll</HintPath>
52+
<HintPath>packages\SQLitePCL.raw_basic.0.7.1\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
4753
</Reference>
4854
</ItemGroup>
4955
<ItemGroup>
5056
<None Include="packages.config" />
5157
</ItemGroup>
52-
<ItemGroup>
53-
<Folder Include="Properties\" />
54-
</ItemGroup>
5558
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
5659
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5760
Other similar extension points exist, see Microsoft.Common.targets.

nuget/SQLite-net/packages.config

+1-1
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="SQLitePCL.raw_basic" version="0.3.0-alpha" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
3+
<package id="SQLitePCL.raw_basic" version="0.7.1" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
44
</packages>

src/SQLiteAsync.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2012 Krueger Systems, Inc.
2+
// Copyright (c) 2012-2015 Krueger Systems, Inc.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)