File tree Expand file tree Collapse file tree 6 files changed +38
-38
lines changed
Expand file tree Collapse file tree 6 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
33 <metadata minClientVersion =" 2.6" >
44 <id >Databasic.MySql</id >
5- <version >1.1 .0.0</version >
5+ <version >1.2 .0.0</version >
66 <title >Databasic - MySql/MariaDb Package</title >
77 <authors >Tom Flidr</authors >
88 <owners >Tom Flidr</owners >
2121 <dependency id="System.Core" version="4.0.0.0" />
2222 <dependency id="System.Data" version="4.0.0.0" /-->
2323 <dependency id =" MySql.Data" version =" 6.9.8.0" />
24- <dependency id =" Databasic.Core" version =" 1.1 .0.0" />
24+ <dependency id =" Databasic.Core" version =" 1.2 .0.0" />
2525 </dependencies >
2626 <releaseNotes >https://github.com/databasic-net/databasic/releases</releaseNotes >
2727 </metadata >
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ Imports System.Runtime.InteropServices
3434' by using the '*' as shown below:
3535' <Assembly: AssemblyVersion("1.0.*")>
3636
37- < Assembly : AssemblyVersion( "1.1 .0.0" )>
38- < Assembly : AssemblyFileVersion( "1.1 .0.0" )>
37+ < Assembly : AssemblyVersion( "1.2 .0.0" )>
38+ < Assembly : AssemblyFileVersion( "1.2 .0.0" )>
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3- <connectionStrings xdt : Transform =" InsertIfMissing" >
4- <clear xdt : Transform =" InsertIfMissing" />
5- <add
6- name =" Databasic.Example.MySql"
7- connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
8- providerName =" MySql.Data.MySqlClient"
9- xdt : Transform =" InsertIfMissing"
10- xdt : Locator =" Match(name)" />
11- </connectionStrings >
3+ <connectionStrings xdt : Transform =" InsertIfMissing" >
4+ <clear xdt : Transform =" InsertIfMissing" />
5+ <add
6+ name =" Databasic.Example.MySql"
7+ connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
8+ providerName =" MySql.Data.MySqlClient"
9+ xdt : Transform =" InsertIfMissing"
10+ xdt : Locator =" Match(name)" />
11+ </connectionStrings >
1212</configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3- <connectionStrings >
4- <add
5- name =" Databasic.Example.MySql"
6- connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
7- providerName =" MySql.Data.MySqlClient"
8- xdt : Transform =" Remove"
9- xdt : Locator =" Match(name)" />
10- </connectionStrings >
3+ <connectionStrings >
4+ <add
5+ name =" Databasic.Example.MySql"
6+ connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
7+ providerName =" MySql.Data.MySqlClient"
8+ xdt : Transform =" Remove"
9+ xdt : Locator =" Match(name)" />
10+ </connectionStrings >
1111</configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3- <connectionStrings xdt : Transform =" InsertIfMissing" >
4- <clear xdt : Transform =" InsertIfMissing" />
5- <add
6- name =" Databasic.Example.MySql"
7- connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
8- providerName =" MySql.Data.MySqlClient"
9- xdt : Transform =" InsertIfMissing"
10- xdt : Locator =" Match(name)" />
11- </connectionStrings >
3+ <connectionStrings xdt : Transform =" InsertIfMissing" >
4+ <clear xdt : Transform =" InsertIfMissing" />
5+ <add
6+ name =" Databasic.Example.MySql"
7+ connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
8+ providerName =" MySql.Data.MySqlClient"
9+ xdt : Transform =" InsertIfMissing"
10+ xdt : Locator =" Match(name)" />
11+ </connectionStrings >
1212</configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3- <connectionStrings >
4- <add
5- name =" Databasic.Example.MySql"
6- connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
7- providerName =" MySql.Data.MySqlClient"
8- xdt : Transform =" Remove"
9- xdt : Locator =" Match(name)" />
10- </connectionStrings >
3+ <connectionStrings >
4+ <add
5+ name =" Databasic.Example.MySql"
6+ connectionString =" server=localhost;port=3306;uid=USER_NAME;pwd=PASSWORD;database=DATABASE;"
7+ providerName =" MySql.Data.MySqlClient"
8+ xdt : Transform =" Remove"
9+ xdt : Locator =" Match(name)" />
10+ </connectionStrings >
1111</configuration >
You can’t perform that action at this time.
0 commit comments