Skip to content

Commit d589498

Browse files
committed
Update referenced urls in nuget packages
1 parent 4f3a4e0 commit d589498

14 files changed

Lines changed: 36 additions & 36 deletions

docs/Package.png

-4.2 KB
Binary file not shown.

docs/PackageLib.png

-3.67 KB
Binary file not shown.

src/ZipX/Packages/Core.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script#</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/Package.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/Package.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Script# lets you author your HTML5 apps in C# and compile them into JavaScript.</summary>
1313
<description>
1414
This package contains the Script# compiler and the associated mscorlib.dll assembly that all Script# projects reference.

src/ZipX/Packages/FxCop.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# FxCop Rules</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/Package.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/Package.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>FxCop rules specific to scripting scenarios for use with Script# code.</summary>
1313
<description>
1414
This package provides additional rules specifically implemented for Script# code and scripting scenarios.

src/ZipX/Packages/Lib.BingMaps.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# Bing Maps Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference and use Bing Maps control and APIs in Script# projects.</summary>
1313
<description>
1414
This package contains contains the Script.Microsoft.BingMaps assembly that allows you to reference and program against Bing Maps control and mapping APIs when creating HTML5/browser-based applications with Script#.

src/ZipX/Packages/Lib.HTML.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# HTML5 Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference HTML DOM and related APIs to create browser-based Script# applications.</summary>
1313
<description>
1414
This package contains contains the Script.Web assembly that allows you to reference and program against DOM and related APIs when creating HTML5/browser-based applications with Script#.

src/ZipX/Packages/Lib.Knockout.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# Knockout Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference and use Knockout in Script# projects.</summary>
1313
<description>
1414
This package contains contains the Script.Knockout assembly that allows you to reference and program against the Knockout APIs when creating MVVM-style HTML5/browser-based applications with Script#.

src/ZipX/Packages/Lib.jQuery.History.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# jQuery History (BBQ plugin) Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference and use the jQuery History BBQ plugin in Script# projects.</summary>
1313
<description>
1414
This package contains contains the Script.jQuery.History assembly that allows you to reference and program against the jQuery History (BBQ) plugin when creating HTML5/browser-based applications with Script#.

src/ZipX/Packages/Lib.jQuery.Templating.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# jQuery Templating Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference and use the jQuery Templating plugin in Script# projects.</summary>
1313
<description>
1414
This package contains contains the Script.jQuery.Templating assembly that allows you to reference and program against the jQuery Templating plugin when creating HTML5/browser-based applications with Script#.

src/ZipX/Packages/Lib.jQuery.UI.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>Script# jQueryUI Reference Assembly</title>
77
<authors>Nikhil Kothari</authors>
88
<copyright>Copyright (c) 2012, Nikhil Kothari</copyright>
9-
<iconUrl>https://github.com/nikhilk/scriptsharp/raw/master/docs/PackageLib.png</iconUrl>
10-
<projectUrl>http://www.scriptsharp.com</projectUrl>
11-
<licenseUrl>https://raw.github.com/nikhilk/scriptsharp/master/License.txt</licenseUrl>
9+
<projectUrl>http://scriptsharp.com</projectUrl>
10+
<iconUrl>http://scriptsharp.com/nuget/PackageLib.png</iconUrl>
11+
<licenseUrl>http://scriptsharp.com/nuget/License.txt</licenseUrl>
1212
<summary>Allows you to reference and use jQueryUI in Script# projects.</summary>
1313
<description>
1414
This package contains contains the Script.jQuery.UI assembly that allows you to reference and program against the jQueryUI APIs and widgets when creating HTML5/browser-based applications with Script#.

0 commit comments

Comments
 (0)