Skip to content

Commit da1de72

Browse files
committed
Update nuspec files to fix problem with & character
1 parent e7bfd21 commit da1de72

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

build_and_package.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& { Import-Module '.\lib\psakev4\psake.psm1'; Invoke-psake ci -parameters @{%*}; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 } }"
2+
pause

lib/AliaSQL/AliaSQL.exe

0 Bytes
Binary file not shown.

nuget/AliaSQL.Kickstarter.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>AliaSQL.Kickstarter</id>
55
<version>1.0.0.0</version>
66
<title>AliaSQL Kickstarter</title>
7-
<authors>Eric Coffman & Jeffrey Palermo</authors>
8-
<owners>Eric Coffman & Jeffrey Palermo</owners>
7+
<authors>Eric Coffman &amp; Jeffrey Palermo</authors>
8+
<owners>Eric Coffman &amp; 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>

nuget/AliaSQL.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<id>AliaSQL</id>
55
<version>1.0.0.0</version>
66
<title>AliaSQL</title>
7-
<authors>Eric Coffman & Jeffrey Palermo</authors>
8-
<owners>Eric Coffman & Jeffrey Palermo</owners>
7+
<authors>Eric Coffman &amp; Jeffrey Palermo</authors>
8+
<owners>Eric Coffman &amp; 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>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>
13+
<summary>Command line database change management tool that is a drop in replacement for Tarantino. Works with SQL Server 2005-2012</summary>
1414
<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>

nuget/content/scripts/AliaSQL.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)