Skip to content

Commit 49e77df

Browse files
committed
1.4.7
1 parent 4222202 commit 49e77df

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

dg.Sql.Connector.MsSql/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.4.6.0")]
38-
[assembly: AssemblyFileVersion("1.4.6.0")]
37+
[assembly: AssemblyVersion("1.4.7.0")]
38+
[assembly: AssemblyFileVersion("1.4.7.0")]

dg.Sql.Connector.MySql/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.4.6.0")]
38-
[assembly: AssemblyFileVersion("1.4.6.0")]
37+
[assembly: AssemblyVersion("1.4.7.0")]
38+
[assembly: AssemblyFileVersion("1.4.7.0")]

dg.Sql.Connector.OleDb/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.4.6.0")]
38-
[assembly: AssemblyFileVersion("1.4.6.0")]
37+
[assembly: AssemblyVersion("1.4.7.0")]
38+
[assembly: AssemblyFileVersion("1.4.7.0")]

dg.Sql.Connector.PostgreSQL/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.4.6.0")]
38-
[assembly: AssemblyFileVersion("1.4.6.0")]
37+
[assembly: AssemblyVersion("1.4.7.0")]
38+
[assembly: AssemblyFileVersion("1.4.7.0")]

dg.Sql.SchemeGenerator.VSIX/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
3131

32-
[assembly: AssemblyVersion("1.4.6.0")]
33-
[assembly: AssemblyFileVersion("1.4.6.0")]
32+
[assembly: AssemblyVersion("1.4.7.0")]
33+
[assembly: AssemblyFileVersion("1.4.7.0")]
3434

3535

3636

dg.Sql/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.4.6.0")]
40-
[assembly: AssemblyFileVersion("1.4.6.0")]
39+
[assembly: AssemblyVersion("1.4.7.0")]
40+
[assembly: AssemblyFileVersion("1.4.7.0")]

0 commit comments

Comments
 (0)