Skip to content

Commit 9ad8813

Browse files
committed
chore: updating version to 1.4.5
1 parent 7042658 commit 9ad8813

29 files changed

+29
-29
lines changed

‎ChinookDatabase.Test/DatabaseTests/ChinookDb2Fixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: Db2
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookMySqlFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: MySql
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookOracleFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: Oracle
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookPostgreSqlFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: PostgreSql
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookSqlServerCompactFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: SqlServerCompact
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookSqlServerFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: SqlServer
55
* Author: Luis Rocha

‎ChinookDatabase.Test/DatabaseTests/ChinookSqliteFixture.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Chinook Database - Version 1.4.4
2+
* Chinook Database - Version 1.4.5
33
* Description: Test fixture for Chinook database.
44
* DB Server: Sqlite
55
* Author: Luis Rocha

‎ChinookDatabase/DataSources/ChinookDatabase.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chinook Database 1.4.4
1+
Chinook Database 1.4.5
22

33
This is the list of generated files.
44
|| Data Source || File || Description ||

‎ChinookDatabase/DataSources/Chinook_Db2.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*******************************************************************************
3-
Chinook Database - Version 1.4.4
3+
Chinook Database - Version 1.4.5
44
Script: Chinook_Db2.sql
55
Description: Creates and populates the Chinook database.
66
DB Server: Db2

‎ChinookDatabase/DataSources/Chinook_MySql.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*******************************************************************************
3-
Chinook Database - Version 1.4.4
3+
Chinook Database - Version 1.4.5
44
Script: Chinook_MySql.sql
55
Description: Creates and populates the Chinook database.
66
DB Server: MySql

0 commit comments

Comments
 (0)