File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.6" >
4
4
<id >Databasic.MsSql</id >
5
- <version >1.2.4 .0</version >
6
- <title >Databasic - Microsoft SQL Package </title >
5
+ <version >1.2.5 .0</version >
6
+ <title >Databasic - Microsoft SQL Server </title >
7
7
<authors >Tom Flidr</authors >
8
8
<owners >Tom Flidr</owners >
9
9
<licenseUrl >https://opensource.org/licenses/BSD-3-Clause</licenseUrl >
17
17
<copyright >Copyright © 2017</copyright >
18
18
<tags >microsoft sql mssql tsql database query command select insert update delete pure sql dml tool utility library</tags >
19
19
<dependencies >
20
- <!-- dependency id="System" version="4.0.0.0" />
21
- <dependency id="System.Core" version="4.0.0.0" />
22
- <dependency id="System.Data" version="4.0.0.0" /-->
23
20
<dependency id =" Databasic.Core" version =" 1.2.4.0" />
24
21
</dependencies >
22
+ <frameworkAssemblies >
23
+ <frameworkAssembly assemblyName =" System.Core" />
24
+ <frameworkAssembly assemblyName =" System.Data" />
25
+ </frameworkAssemblies >
25
26
<releaseNotes >https://github.com/Databasic-NET/Databasic/releases</releaseNotes >
26
27
</metadata >
27
28
<files >
Original file line number Diff line number Diff line change 44
44
</PropertyGroup >
45
45
<ItemGroup >
46
46
<Reference Include =" System" />
47
- <Reference Include =" System.Data" />
48
47
<Reference Include =" System.Core" />
48
+ <Reference Include =" System.Data" />
49
49
</ItemGroup >
50
50
<ItemGroup >
51
51
<Import Include =" Microsoft.VisualBasic" />
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ Imports System.Runtime.InteropServices
34
34
' by using the '*' as shown below:
35
35
' <Assembly: AssemblyVersion("1.0.*")>
36
36
37
- < Assembly : AssemblyVersion( "1.2.4 .0" )>
38
- < Assembly : AssemblyFileVersion( "1.2.4 .0" )>
37
+ < Assembly : AssemblyVersion( "1.2.5 .0" )>
38
+ < Assembly : AssemblyFileVersion( "1.2.5 .0" )>
You can’t perform that action at this time.
0 commit comments