System.Data.SQLite

Check-in [663d44f6b5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Prevent NuGet from automatically including files residing within sub-directories of the 'NuGet' directory in the source tree.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | preRelease
Files: files | file ages | folders
SHA1: 663d44f6b56161ad14658736148fef13a3f22385
User & Date: mistachkin 2014-03-20 03:06:22.472
Context
2014-03-20
03:15
Update the downloads page. Closed-Leaf check-in: ecbb02e752 user: mistachkin tags: preRelease
03:06
Prevent NuGet from automatically including files residing within sub-directories of the 'NuGet' directory in the source tree. check-in: 663d44f6b5 user: mistachkin tags: preRelease
02:42
Fix minor doc typo. check-in: bee9eaf183 user: mistachkin tags: preRelease
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to NuGet/SQLite.Beta.nuspec.
52
53
54
55
56
57
58

59
52
53
54
55
56
57
58
59
60







+

        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
    </dependencies>
  </metadata>
  <files />
</package>
Changes to NuGet/SQLite.Test.nuspec.
52
53
54
55
56
57
58

59
52
53
54
55
56
57
58
59
60







+

        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
    </dependencies>
  </metadata>
  <files />
</package>
Changes to NuGet/SQLite.nuspec.
52
53
54
55
56
57
58

59
52
53
54
55
56
57
58
59
60







+

        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
      <group targetFramework="net451">
        <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" />
      </group>
    </dependencies>
  </metadata>
  <files />
</package>