Skip to content

Commit 74eeb01

Browse files
committed
release 1.2.0
1 parent ad1c7a7 commit 74eeb01

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

Databasic.MsSql.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.6">
44
<id>Databasic.MsSql</id>
5-
<version>1.1.0.0</version>
5+
<version>1.2.0.0</version>
66
<title>Databasic - Microsoft SQL Package</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>
@@ -20,7 +20,7 @@
2020
<!--dependency id="System" version="4.0.0.0" />
2121
<dependency id="System.Core" version="4.0.0.0" />
2222
<dependency id="System.Data" version="4.0.0.0" /-->
23-
<dependency id="Databasic.Core" version="1.1.0.0" />
23+
<dependency id="Databasic.Core" version="1.2.0.0" />
2424
</dependencies>
2525
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
2626
</metadata>

My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")>

content/App.config.install.xdt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.MsSql"
7-
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
8-
providerName="System.Data.SqlClient"
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.MsSql"
7+
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
8+
providerName="System.Data.SqlClient"
9+
xdt:Transform="InsertIfMissing"
10+
xdt:Locator="Match(name)" />
11+
</connectionStrings>
1212
</configuration>

content/App.config.uninstall.xdt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
3-
<connectionStrings>
4-
<add
5-
name="Databasic.Example.MsSql"
6-
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
7-
providerName="System.Data.SqlClient"
8-
xdt:Transform="Remove"
9-
xdt:Locator="Match(name)" />
10-
</connectionStrings>
3+
<connectionStrings>
4+
<add
5+
name="Databasic.Example.MsSql"
6+
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
7+
providerName="System.Data.SqlClient"
8+
xdt:Transform="Remove"
9+
xdt:Locator="Match(name)" />
10+
</connectionStrings>
1111
</configuration>

content/Web.config.install.xdt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.MsSql"
7-
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
8-
providerName="System.Data.SqlClient"
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.MsSql"
7+
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
8+
providerName="System.Data.SqlClient"
9+
xdt:Transform="InsertIfMissing"
10+
xdt:Locator="Match(name)" />
11+
</connectionStrings>
1212
</configuration>

content/Web.config.uninstall.xdt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0"?>
22
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
3-
<connectionStrings>
4-
<add
5-
name="Databasic.Example.MsSql"
6-
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
7-
providerName="System.Data.SqlClient"
8-
xdt:Transform="Remove"
9-
xdt:Locator="Match(name)" />
10-
</connectionStrings>
3+
<connectionStrings>
4+
<add
5+
name="Databasic.Example.MsSql"
6+
connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=DATABASE;User ID=USER_NAME;Password=PASSWORD;Persist Security Info=True;"
7+
providerName="System.Data.SqlClient"
8+
xdt:Transform="Remove"
9+
xdt:Locator="Match(name)" />
10+
</connectionStrings>
1111
</configuration>

0 commit comments

Comments
 (0)