Skip to content

Commit aedfb75

Browse files
General code cleanup. Added documentation to the SQLiteConnection. Fixed bug where read-only properties would be used as columns.
git-svn-id: http://sqlite-net.googlecode.com/svn/trunk@43 fb26c452-ae10-11de-9734-99f05f10ca21
1 parent bdb3c21 commit aedfb75

File tree

3 files changed

+246
-92
lines changed

3 files changed

+246
-92
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dist:
2020
rm -Rf $(DIST).zip
2121
mkdir $(DIST)
2222
cp -Rf src/SQLite.cs $(DIST)/
23+
cp -Rf src/SQLite.MonoTouchAdmin.cs $(DIST)/
2324
cp -Rf readme.txt $(DIST)/
2425
rm -Rf $(DIST)/src/.svn
2526
cp -Rf examples $(DIST)/

0 commit comments

Comments
 (0)