Skip to content

Commit 9be9171

Browse files
committed
Package PDB files
1 parent 1b809da commit 9be9171

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

SQLite.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
77
ProjectSection(SolutionItems) = preProject
88
sqlite-net-pcl.nuspec = sqlite-net-pcl.nuspec
99
sqlite-net.nuspec = sqlite-net.nuspec
10+
Makefile = Makefile
1011
EndProjectSection
1112
EndProject
1213
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite-net", "nuget\SQLite-net\SQLite-net.csproj", "{7F946494-8EE0-432B-8A87-98961143D5C1}"

sqlite-net-pcl.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.3.3</version>
4+
<version>1.3.4</version>
55
<authors>Frank A. Krueger</authors>
66
<owners>Frank A. Krueger</owners>
77
<licenseUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md</licenseUrl>
@@ -15,7 +15,7 @@
1515
<tags>sqlite pcl database orm mobile</tags>
1616
<releaseNotes>
1717
<![CDATA[
18-
v1.3.3: Improvements to reflection code to use IReflectableType
18+
v1.3.4: Fix reading and writing nullable enums
1919
]]>
2020
</releaseNotes>
2121
<dependencies>
@@ -30,10 +30,10 @@
3030
</metadata>
3131
<files>
3232
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
33-
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
33+
<file src="nuget/SQLite-net/bin/Release/SQLite-net.pdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
3434
<file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
3535
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/netstandard1.1" />
36-
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/netstandard1.1" />
36+
<file src="nuget/SQLite-net/bin/Release/SQLite-net.pdb" target="lib/netstandard1.1" />
3737
<file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/netstandard1.1" />
3838
</files>
3939
</package>

sqlite-net.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.2.1</version>
4+
<version>1.3.4</version>
55
<authors>Frank Krueger</authors>
66
<owners>Frank Krueger,Tim Heuer</owners>
77
<licenseUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md</licenseUrl>

0 commit comments

Comments
 (0)