Skip to content

Commit

Permalink
release 1.2.5 - nuspec framework references
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Oct 23, 2017
1 parent 266b191 commit 2a11e58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 6 additions & 5 deletions Databasic.SQLite.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Databasic.SQLite</id>
<version>1.2.4.0</version>
<version>1.2.5.0</version>
<title>Databasic - SQLite</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
Expand All @@ -17,12 +17,13 @@
<copyright>Copyright © 2017</copyright>
<tags>sql sqlite database query command select insert update delete pure sql dml tool utility library</tags>
<dependencies>
<!--dependency id="System" version="4.0.0.0" />
<dependency id="System.Core" version="4.0.0.0" />
<dependency id="System.Data" version="4.0.0.0" /-->
<dependency id="System.Data.SQLite.Core" version="1.0.105.2" />
<dependency id="Databasic.Core" version="1.2.4.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="System.Data" />
</frameworkAssemblies>
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
</metadata>
<files>
Expand Down
1 change: 0 additions & 1 deletion Databasic.SQLite.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
Expand Down
4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.2.4.0")>
<Assembly: AssemblyFileVersion("1.2.4.0")>
<Assembly: AssemblyVersion("1.2.5.0")>
<Assembly: AssemblyFileVersion("1.2.5.0")>

0 comments on commit 2a11e58

Please sign in to comment.