Skip to content

Commit e7bfd21

Browse files
committed
Merge branch 'master' of https://github.com/ericdc1/AliaSQL
2 parents 9d09beb + 296642a commit e7bfd21

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Check out the [getting started guide](https://github.com/ericdc1/AliaSQL/wiki/Ge
1111

1212
Check out the [wiki for some background information](https://github.com/ericdc1/AliaSQL/wiki/).
1313

14+
Read the blog posts [here](http://sharpcoders.org/post/Introducing-AliaSQL) and [here](http://jeffreypalermo.com/blog/aliasql-the-new-name-in-automated-database-change-management/).
15+
1416
Where can I get it?
1517
--------------------------------
1618
First, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget).

nuget/AliaSQL.Kickstarter.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<id>AliaSQL.Kickstarter</id>
55
<version>1.0.0.0</version>
66
<title>AliaSQL Kickstarter</title>
7-
<authors>Eric Coffman</authors>
8-
<owners>Eric Coffman</owners>
7+
<authors>Eric Coffman & Jeffrey Palermo</authors>
8+
<owners>Eric Coffman & Jeffrey Palermo</owners>
99
<licenseUrl>http://github.com/ericdc1/AliaSQL/license.txt</licenseUrl>
1010
<projectUrl>http://github.com/ericdc1/AliaSQL</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Visual Studio kickstarter for AliaSQL</description>
1313
<summary>Add this package to an empty console application. It is recommended to name the project the same as the target database name prefixed with the word 'Database' such as 'Database.AdventureWorks'. If your project has multiple databases create one console application per database.</summary>
14-
<tags>Database, change management</tags>
14+
<tags>Database, change management, tarantino, migration, migrations, deploy, deployer</tags>
1515
<iconUrl>https://raw.github.com/ericdc1/AliaSQL/master/images/AliaSQL-200x200.png</iconUrl>
1616
<frameworkAssemblies>
1717
<frameworkAssembly assemblyName="System.Configuration" />

nuget/AliaSQL.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<id>AliaSQL</id>
55
<version>1.0.0.0</version>
66
<title>AliaSQL</title>
7-
<authors>Eric Coffman</authors>
8-
<owners>Eric Coffman</owners>
7+
<authors>Eric Coffman & Jeffrey Palermo</authors>
8+
<owners>Eric Coffman & Jeffrey Palermo</owners>
99
<licenseUrl>http://github.com/ericdc1/AliaSQL/license.txt</licenseUrl>
1010
<projectUrl>http://github.com/ericdc1/AliaSQL</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Command line database change management tool</description>
13-
<summary></summary>
14-
<tags>Database, change management</tags>
12+
<description>Command line database change management tool. And a drop-in replacement for the Tarantino database deployer.</description>
13+
<summary>Works with SQL Server 2005-2012</summary>
14+
<tags>Database, change management, tarantino, migration, migrations, deploy, deployer</tags>
1515
<iconUrl>https://raw.github.com/ericdc1/AliaSQL/master/images/AliaSQL-200x200.png</iconUrl>
1616
<frameworkAssemblies>
1717
</frameworkAssemblies>

nuget/content/Readme.txt.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
0001-InitialSchema.sql
1010
0002-AddUserTable.sql
1111

12-
Place seed data scripts in the "Scripts/Seed" folder named with a numeric prefix in the order you want them to run.
12+
Place test data scripts in the "Scripts/TestData" folder named with a numeric prefix in the order you want them to run.
1313

1414
0001-SampleUsers.sql
1515
0002-SampleRoles.sql
1616

1717
Run this project from Visual Studio to run database migrations.
1818

19-
For more information visit http://AliaSQL.com
19+
For more information visit http://AliaSQL.com

0 commit comments

Comments
 (0)