Skip to content

Commit dbef895

Browse files
author
David Hall
committed
Fixed problems in nuspec files and rebuilt help.
1 parent f9bfffb commit dbef895

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,8 @@ paket-files/
258258

259259
# Python Tools for Visual Studio (PTVS)
260260
__pycache__/
261-
*.pyc
261+
*.pyc
262+
263+
# Local build files
264+
*.cmd
265+
*.zip

TaskEditor/TaskEditor.nuspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<authors>David Hall</authors>
88
<description>Provides localizable UI elements for editing classes in the TaskScheduler library.</description>
99
<language>en-US</language>
10-
<licenseUrl>http://taskscheduler.codeplex.com/license</licenseUrl>
11-
<projectUrl>http://taskscheduler.codeplex.com/</projectUrl>
10+
<licenseUrl>https://github.com/dahall/TaskScheduler/blob/master/license.md</licenseUrl>
11+
<projectUrl>https://github.com/dahall/taskscheduler</projectUrl>
1212
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=taskscheduler&amp;DownloadId=885310</iconUrl>
1313
<tags>task interop taskscheduler UI editor</tags>
1414
<dependencies>
@@ -19,19 +19,15 @@
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="bin\Release\v2.0\CubicOrange.Windows.Forms.ActiveDirectory.dll" target="lib\net20" />
2322
<file src="bin\Release\v2.0\Microsoft.Win32.TaskSchedulerEditor.dll" target="lib\net20" />
2423
<file src="bin\Release\v2.0\Microsoft.Win32.TaskSchedulerEditor.xml" target="lib\net20" />
2524
<file src="bin\Release\v2.0\**\Microsoft.Win32.TaskSchedulerEditor.resources.dll" target="lib\net20" />
26-
<file src="bin\Release\v3.5\CubicOrange.Windows.Forms.ActiveDirectory.dll" target="lib\net35" />
2725
<file src="bin\Release\v3.5\Microsoft.Win32.TaskSchedulerEditor.dll" target="lib\net35" />
2826
<file src="bin\Release\v3.5\Microsoft.Win32.TaskSchedulerEditor.xml" target="lib\net35" />
2927
<file src="bin\Release\v3.5\**\Microsoft.Win32.TaskSchedulerEditor.resources.dll" target="lib\net35" />
30-
<file src="bin\Release\v4.0\CubicOrange.Windows.Forms.ActiveDirectory.dll" target="lib\net40" />
3128
<file src="bin\Release\v4.0\Microsoft.Win32.TaskSchedulerEditor.dll" target="lib\net40" />
3229
<file src="bin\Release\v4.0\Microsoft.Win32.TaskSchedulerEditor.xml" target="lib\net40" />
3330
<file src="bin\Release\v4.0\**\Microsoft.Win32.TaskSchedulerEditor.resources.dll" target="lib\net40" />
34-
<file src="bin\Release\v4.5.2\CubicOrange.Windows.Forms.ActiveDirectory.dll" target="lib\net452" />
3531
<file src="bin\Release\v4.5.2\Microsoft.Win32.TaskSchedulerEditor.dll" target="lib\net452" />
3632
<file src="bin\Release\v4.5.2\Microsoft.Win32.TaskSchedulerEditor.xml" target="lib\net452" />
3733
<file src="bin\Release\v4.5.2\**\Microsoft.Win32.TaskSchedulerEditor.resources.dll" target="lib\net452" />
Binary file not shown.
-1.06 KB
Binary file not shown.

TaskService/TaskService.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<authors>David Hall</authors>
88
<description>Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.</description>
99
<language>en-US</language>
10-
<licenseUrl>http://taskscheduler.codeplex.com/license</licenseUrl>
11-
<projectUrl>http://taskscheduler.codeplex.com/</projectUrl>
10+
<licenseUrl>https://github.com/dahall/TaskScheduler/blob/master/license.md</licenseUrl>
11+
<projectUrl>https://github.com/dahall/taskscheduler</projectUrl>
1212
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=taskscheduler&amp;DownloadId=885310</iconUrl>
1313
<tags>task interop taskscheduler</tags>
1414
</metadata>

0 commit comments

Comments
 (0)