File tree Expand file tree Collapse file tree 7 files changed +38
-39
lines changed Expand file tree Collapse file tree 7 files changed +38
-39
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.6" >
4
4
<id >Databasic.OracleSql</id >
5
- <version >1.1.1 .0</version >
5
+ <version >1.2.0 .0</version >
6
6
<title >Databasic - Oracle SQL Package</title >
7
7
<authors >Tom Flidr</authors >
8
8
<owners >Tom Flidr</owners >
21
21
<dependency id="System.Core" version="4.0.0.0" />
22
22
<dependency id="System.Data" version="4.0.0.0" /-->
23
23
<dependency id =" Oracle.DataAccess.x86.4" version =" 4.112.3" />
24
- <dependency id =" Databasic.Core" version =" 1.1 .0.0" />
24
+ <dependency id =" Databasic.Core" version =" 1.2 .0.0" />
25
25
</dependencies >
26
26
<releaseNotes >https://github.com/databasic-net/databasic/releases</releaseNotes >
27
27
</metadata >
Original file line number Diff line number Diff line change 92
92
</EmbeddedResource >
93
93
</ItemGroup >
94
94
<ItemGroup >
95
- <None Include =" App.config" />
96
95
<None Include =" content\App.config.install.xdt" />
97
96
<None Include =" content\App.config.uninstall.xdt" />
98
97
<None Include =" content\Web.config.install.xdt" />
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.1.1 .0" )>
38
- < Assembly : AssemblyFileVersion( "1.1.1 .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 1
1
<?xml version =" 1.0" ?>
2
2
<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.Oracle"
7
- connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
8
- providerName =" Oracle.DataAccess.Client"
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.Oracle"
7
+ connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
8
+ providerName =" Oracle.DataAccess.Client"
9
+ xdt : Transform =" InsertIfMissing"
10
+ xdt : Locator =" Match(name)" />
11
+ </connectionStrings >
12
12
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
- <connectionStrings >
4
- <add
5
- name =" Databasic.Example.Oracle"
6
- connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
7
- providerName =" Oracle.DataAccess.Client"
8
- xdt : Transform =" Remove"
9
- xdt : Locator =" Match(name)" />
10
- </connectionStrings >
3
+ <connectionStrings >
4
+ <add
5
+ name =" Databasic.Example.Oracle"
6
+ connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
7
+ providerName =" Oracle.DataAccess.Client"
8
+ xdt : Transform =" Remove"
9
+ xdt : Locator =" Match(name)" />
10
+ </connectionStrings >
11
11
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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.Oracle"
7
- connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
8
- providerName =" Oracle.DataAccess.Client"
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.Oracle"
7
+ connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
8
+ providerName =" Oracle.DataAccess.Client"
9
+ xdt : Transform =" InsertIfMissing"
10
+ xdt : Locator =" Match(name)" />
11
+ </connectionStrings >
12
12
</configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
- <connectionStrings >
4
- <add
5
- name =" Databasic.Example.Oracle"
6
- connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
7
- providerName =" Oracle.DataAccess.Client"
8
- xdt : Transform =" Remove"
9
- xdt : Locator =" Match(name)" />
10
- </connectionStrings >
3
+ <connectionStrings >
4
+ <add
5
+ name =" Databasic.Example.Oracle"
6
+ connectionString =" Data Source=localhost/orcl;User Id=USER_NAME;Password=PASSWORD;Integrated Security=yes"
7
+ providerName =" Oracle.DataAccess.Client"
8
+ xdt : Transform =" Remove"
9
+ xdt : Locator =" Match(name)" />
10
+ </connectionStrings >
11
11
</configuration >
You can’t perform that action at this time.
0 commit comments