Skip to content

Commit efe549d

Browse files
committed
Bump version to 6.0.2
1 parent f97322b commit efe549d

File tree

1 file changed

+291
-0
lines changed

1 file changed

+291
-0
lines changed

out

Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
diff --git a/paket.lock b/paket.lock
2+
index fe46f2c..603392c 100644
3+
--- a/paket.lock
4+
+++ b/paket.lock
5+
@@ -1,31 +1,31 @@
6+
NUGET
7+
remote: https://www.nuget.org/api/v2
8+
specs:
9+
- FAKE (4.1.0)
10+
- FSharp.Compiler.Service (1.4.0.1)
11+
- FSharp.Formatting (2.10.0)
12+
- FSharp.Compiler.Service (>= 0.0.87)
13+
- FSharpVSPowerTools.Core (1.8.0)
14+
- FSharpVSPowerTools.Core (1.8.0)
15+
- FSharp.Compiler.Service (>= 0.0.87)
16+
- Microsoft.Bcl (1.1.10)
17+
+ FAKE (4.29.2)
18+
+ FSharp.Compiler.Service (2.0.0.6)
19+
+ FSharp.Formatting (2.14.4)
20+
+ FSharp.Compiler.Service (2.0.0.6)
21+
+ FSharpVSPowerTools.Core (>= 2.3 < 2.4)
22+
+ FSharpVSPowerTools.Core (2.3)
23+
+ FSharp.Compiler.Service (>= 2.0.0.3)
24+
+ Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40-full
25+
Microsoft.Bcl.Build (>= 1.0.14)
26+
- Microsoft.Bcl.Build (1.0.21)
27+
- Microsoft.Net.Http (2.2.29)
28+
+ Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40-full
29+
+ Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40-full
30+
Microsoft.Bcl (>= 1.1.10)
31+
Microsoft.Bcl.Build (>= 1.0.14)
32+
NUnit (2.6.3)
33+
NUnit.Runners (2.6.3)
34+
- Octokit (0.14.0) - framework: wpv8.0
35+
- Microsoft.Net.Http
36+
- SourceLink.Fake (1.1.0)
37+
- sqlite-net-wp8 (3.8.5) - framework: wpv8.0
38+
- SQLite.Net-PCL (3.0.5)
39+
- sqlite-net-wp8 (>= 3.8.5) - framework: wpv8.0
40+
+ Octokit (0.20)
41+
+ Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40-full
42+
+ SourceLink.Fake (1.1)
43+
SQLite.Net.Platform.Generic (2.4.1)
44+
SQLite.Net-PCL
45+
+ SQLite.Net-PCL (3.0.5)
46+
+ sqlite-net-wp8 (>= 3.8.5) - framework: wpv8.0
47+
+ sqlite-net-wp8 (3.8.5) - framework: wpv8.0
48+
GITHUB
49+
remote: fsharp/FAKE
50+
specs:
51+
- modules/Octokit/Octokit.fsx (16296d960f02a6192baa9e3f9facb32aca7184bb)
52+
- Octokit
53+
\ No newline at end of file
54+
+ modules/Octokit/Octokit.fsx (c56456abac6b744c3bb95b217687db19fd19b367)
55+
+ Octokit (>= 0.20)
56+
\ No newline at end of file
57+
diff --git a/tests/service/data/DifferingOutputDir/Dir2/Test2.fsproj b/tests/service/data/DifferingOutputDir/Dir2/Test2.fsproj
58+
index ccc20f3..8498a2f 100644
59+
--- a/tests/service/data/DifferingOutputDir/Dir2/Test2.fsproj
60+
+++ b/tests/service/data/DifferingOutputDir/Dir2/Test2.fsproj
61+
@@ -1,4 +1,4 @@
62+
-<?xml version="1.0" encoding="utf-8"?>
63+
+<?xml version="1.0" encoding="utf-8"?>
64+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
65+
<PropertyGroup>
66+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
67+
@@ -74,4 +74,11 @@
68+
<Target Name="AfterBuild">
69+
</Target>
70+
-->
71+
-</Project>
72+
+ <ItemGroup>
73+
+ <Reference Include="nunit.framework">
74+
+ <HintPath>..\..\..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
75+
+ <Private>True</Private>
76+
+ <Paket>True</Paket>
77+
+ </Reference>
78+
+ </ItemGroup>
79+
+</Project>
80+
\ No newline at end of file
81+
diff --git a/tests/service/data/Space in name.fsproj b/tests/service/data/Space in name.fsproj
82+
index 9228301..513af7b 100644
83+
--- a/tests/service/data/Space in name.fsproj
84+
+++ b/tests/service/data/Space in name.fsproj
85+
@@ -74,4 +74,11 @@
86+
<Target Name="AfterBuild">
87+
</Target>
88+
-->
89+
+ <ItemGroup>
90+
+ <Reference Include="nunit.framework">
91+
+ <HintPath>..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
92+
+ <Private>True</Private>
93+
+ <Paket>True</Paket>
94+
+ </Reference>
95+
+ </ItemGroup>
96+
</Project>
97+
\ No newline at end of file
98+
diff --git a/tests/service/data/Test1.fsproj b/tests/service/data/Test1.fsproj
99+
index 352940e..a74341c 100644
100+
--- a/tests/service/data/Test1.fsproj
101+
+++ b/tests/service/data/Test1.fsproj
102+
@@ -1,4 +1,4 @@
103+
-<?xml version="1.0" encoding="utf-8"?>
104+
+<?xml version="1.0" encoding="utf-8"?>
105+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
106+
<PropertyGroup>
107+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
108+
@@ -68,4 +68,11 @@
109+
<Target Name="AfterBuild">
110+
</Target>
111+
-->
112+
-</Project>
113+
+ <ItemGroup>
114+
+ <Reference Include="nunit.framework">
115+
+ <HintPath>..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
116+
+ <Private>True</Private>
117+
+ <Paket>True</Paket>
118+
+ </Reference>
119+
+ </ItemGroup>
120+
+</Project>
121+
\ No newline at end of file
122+
diff --git a/tests/service/data/TestTP/TestTP.fsproj b/tests/service/data/TestTP/TestTP.fsproj
123+
index 1f2b216..ee521fc 100644
124+
--- a/tests/service/data/TestTP/TestTP.fsproj
125+
+++ b/tests/service/data/TestTP/TestTP.fsproj
126+
@@ -75,4 +75,11 @@
127+
<Target Name="AfterBuild">
128+
</Target>
129+
-->
130+
+ <ItemGroup>
131+
+ <Reference Include="nunit.framework">
132+
+ <HintPath>..\..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
133+
+ <Private>True</Private>
134+
+ <Paket>True</Paket>
135+
+ </Reference>
136+
+ </ItemGroup>
137+
</Project>
138+
\ No newline at end of file
139+
diff --git a/tests/service/data/ToolsVersion12.fsproj b/tests/service/data/ToolsVersion12.fsproj
140+
index 16ffbbe..824f361 100644
141+
--- a/tests/service/data/ToolsVersion12.fsproj
142+
+++ b/tests/service/data/ToolsVersion12.fsproj
143+
@@ -1,4 +1,4 @@
144+
-<?xml version="1.0" encoding="utf-8"?>
145+
+<?xml version="1.0" encoding="utf-8"?>
146+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
147+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
148+
<PropertyGroup>
149+
@@ -64,4 +64,11 @@
150+
<Target Name="AfterBuild">
151+
</Target>
152+
-->
153+
-</Project>
154+
+ <ItemGroup>
155+
+ <Reference Include="nunit.framework">
156+
+ <HintPath>..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
157+
+ <Private>True</Private>
158+
+ <Paket>True</Paket>
159+
+ </Reference>
160+
+ </ItemGroup>
161+
+</Project>
162+
\ No newline at end of file
163+
diff --git a/tests/service/data/TypeProviderConsole/TypeProviderConsole.fsproj b/tests/service/data/TypeProviderConsole/TypeProviderConsole.fsproj
164+
index 0aafd35..42e3c87 100644
165+
--- a/tests/service/data/TypeProviderConsole/TypeProviderConsole.fsproj
166+
+++ b/tests/service/data/TypeProviderConsole/TypeProviderConsole.fsproj
167+
@@ -79,4 +79,11 @@
168+
<Target Name="AfterBuild">
169+
</Target>
170+
-->
171+
+ <ItemGroup>
172+
+ <Reference Include="nunit.framework">
173+
+ <HintPath>..\..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
174+
+ <Private>True</Private>
175+
+ <Paket>True</Paket>
176+
+ </Reference>
177+
+ </ItemGroup>
178+
</Project>
179+
\ No newline at end of file
180+
diff --git a/tests/service/data/TypeProviderLibrary/TypeProviderLibrary.fsproj b/tests/service/data/TypeProviderLibrary/TypeProviderLibrary.fsproj
181+
index 72e19eb..c43667c 100644
182+
--- a/tests/service/data/TypeProviderLibrary/TypeProviderLibrary.fsproj
183+
+++ b/tests/service/data/TypeProviderLibrary/TypeProviderLibrary.fsproj
184+
@@ -68,4 +68,11 @@
185+
<Target Name="AfterBuild">
186+
</Target>
187+
-->
188+
+ <ItemGroup>
189+
+ <Reference Include="nunit.framework">
190+
+ <HintPath>..\..\..\..\packages\NUnit\lib\nunit.framework.dll</HintPath>
191+
+ <Private>True</Private>
192+
+ <Paket>True</Paket>
193+
+ </Reference>
194+
+ </ItemGroup>
195+
</Project>
196+
\ No newline at end of file
197+
diff --git a/tests/service/data/sqlite-net-spike/sqlite-net-spike.fsproj b/tests/service/data/sqlite-net-spike/sqlite-net-spike.fsproj
198+
index e549b51..489b989 100644
199+
--- a/tests/service/data/sqlite-net-spike/sqlite-net-spike.fsproj
200+
+++ b/tests/service/data/sqlite-net-spike/sqlite-net-spike.fsproj
201+
@@ -1,4 +1,4 @@
202+
-<?xml version="1.0" encoding="utf-8"?>
203+
+<?xml version="1.0" encoding="utf-8"?>
204+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
205+
<PropertyGroup>
206+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
207+
@@ -34,6 +34,15 @@
208+
<DefineConstants>
209+
</DefineConstants>
210+
</PropertyGroup>
211+
+ <Choose>
212+
+ <When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhone' And $(TargetFrameworkVersion) == 'v8.0'">
213+
+ <PropertyGroup>
214+
+ <__paket__sqlite-net-wp8_props>windowsphone8\sqlite-net-wp8</__paket__sqlite-net-wp8_props>
215+
+ <__paket__sqlite-net-wp8_targets>windowsphone8\sqlite-net-wp8</__paket__sqlite-net-wp8_targets>
216+
+ </PropertyGroup>
217+
+ </When>
218+
+ </Choose>
219+
+ <Import Project="..\..\..\..\packages\sqlite-net-wp8\build\$(__paket__sqlite-net-wp8_props).props" Condition="Exists('..\..\..\..\packages\sqlite-net-wp8\build\$(__paket__sqlite-net-wp8_props).props')" Label="Paket" />
220+
<ItemGroup>
221+
<Reference Include="mscorlib" />
222+
<Reference Include="FSharp.Core" />
223+
@@ -57,4 +66,66 @@
224+
<ItemGroup>
225+
<None Include="packages.config" />
226+
</ItemGroup>
227+
-</Project>
228+
+ <Choose>
229+
+ <When Condition="$(TargetFrameworkIdentifier) == '.NETCore'">
230+
+ <ItemGroup>
231+
+ <Reference Include="SQLite.Net.Platform.WinRT">
232+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\Windows8\SQLite.Net.Platform.WinRT.dll</HintPath>
233+
+ <Private>True</Private>
234+
+ <Paket>True</Paket>
235+
+ </Reference>
236+
+ </ItemGroup>
237+
+ </When>
238+
+ <When Condition="$(TargetFrameworkIdentifier) == 'MonoAndroid'">
239+
+ <ItemGroup>
240+
+ <Reference Include="SQLite.Net.Platform.XamarinAndroid">
241+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\MonoAndroid\SQLite.Net.Platform.XamarinAndroid.dll</HintPath>
242+
+ <Private>True</Private>
243+
+ <Paket>True</Paket>
244+
+ </Reference>
245+
+ </ItemGroup>
246+
+ </When>
247+
+ <When Condition="$(TargetFrameworkIdentifier) == 'MonoTouch'">
248+
+ <ItemGroup>
249+
+ <Reference Include="SQLite.Net.Platform.XamarinIOS">
250+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\monotouch\SQLite.Net.Platform.XamarinIOS.dll</HintPath>
251+
+ <Private>True</Private>
252+
+ <Paket>True</Paket>
253+
+ </Reference>
254+
+ </ItemGroup>
255+
+ </When>
256+
+ <When Condition="$(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')">
257+
+ <ItemGroup>
258+
+ <Reference Include="SQLite.Net.Platform.WindowsPhone8">
259+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\windowsphone8\ARM\SQLite.Net.Platform.WindowsPhone8.dll</HintPath>
260+
+ <Private>True</Private>
261+
+ <Paket>True</Paket>
262+
+ </Reference>
263+
+ <Reference Include="SQLite.Net.Platform.WindowsPhone8">
264+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\windowsphone8\x86\SQLite.Net.Platform.WindowsPhone8.dll</HintPath>
265+
+ <Private>True</Private>
266+
+ <Paket>True</Paket>
267+
+ </Reference>
268+
+ </ItemGroup>
269+
+ </When>
270+
+ <When Condition="$(TargetFrameworkIdentifier) == 'Xamarin.iOS'">
271+
+ <ItemGroup>
272+
+ <Reference Include="SQLite.Net.Platform.XamarinIOS.Unified">
273+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\Xamarin.iOS10\SQLite.Net.Platform.XamarinIOS.Unified.dll</HintPath>
274+
+ <Private>True</Private>
275+
+ <Paket>True</Paket>
276+
+ </Reference>
277+
+ </ItemGroup>
278+
+ </When>
279+
+ <When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkProfile) == 'Profile32')">
280+
+ <ItemGroup>
281+
+ <Reference Include="SQLite.Net.Platform.WinRT">
282+
+ <HintPath>..\..\..\..\packages\SQLite.Net-PCL\lib\portable-win81+wpa81\SQLite.Net.Platform.WinRT.dll</HintPath>
283+
+ <Private>True</Private>
284+
+ <Paket>True</Paket>
285+
+ </Reference>
286+
+ </ItemGroup>
287+
+ </When>
288+
+ </Choose>
289+
+ <Import Project="..\..\..\..\packages\sqlite-net-wp8\build\$(__paket__sqlite-net-wp8_targets).targets" Condition="Exists('..\..\..\..\packages\sqlite-net-wp8\build\$(__paket__sqlite-net-wp8_targets).targets')" Label="Paket" />
290+
+</Project>
291+
\ No newline at end of file

0 commit comments

Comments
 (0)