-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBlueCollar.nuspec
55 lines (45 loc) · 2.32 KB
/
BlueCollar.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package >
<metadata>
<id>BlueCollar</id>
<version>1.3.2</version>
<title>Blue Collar</title>
<authors>Chad Burggraf</authors>
<owners>Chad Burggraf</owners>
<licenseUrl>http://opensource.org/licenses/mit-license.php/</licenseUrl>
<projectUrl>http://bluecollardotnet.org/</projectUrl>
<iconUrl>http://bluecollardotnet.org/img/package-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Background jobs and scheduled work for .NET.</description>
<releaseNotes>
* 1.3.2 - Emergency patch fixing release of non-signed binary.
* 1.3.1 - Don't crash when logging a probing failure.
* 1.3.0 - Only invoke a single application's entry/exit points.
- Improved logging around machine startup failures.
* 1.2.0 - Eagerly (instead of lazily) invoke application entry/exit
points if the target application is a web application.
* 1.1.0 - Invoke application entry/exit points if the target application
is a web application (e.g., has a Global.asax or similar).
* 1.0.5 - Properly listen to application exited events in the service
application coordinator.
* 1.0.4 - Fix boolean form serializer for radio buttons and checkboxes.
- Enforce queue filter limits for scheduling.
- Fix pager styling.
* 1.0.3 - More YUI compressor related CSS fixes.
- Move to bin-deployed SQLite.
* 1.0.2 - Fix bootstrap responsive issues with YUI compressor.
* 1.0.1 - Upgrade to bootstrap v2.1.1.
- Add timeout to schedule locking.
- Randominze start of worker signal loop.
- Remove SQLite dependency (must manually add SQLite if using BlueCollar.SQLiteRepository).
* 1.0.0 - Initial release.
</releaseNotes>
<copyright>Copyright 2012 Chad Burggraf</copyright>
<tags>background jobs workers threading</tags>
</metadata>
<files>
<file src="Build\README.txt" target=""/>
<file src="Build\Reference Assemblies\Net35\*.*" target="lib\net35"/>
<file src="Build\Reference Assemblies\Net40\*.*" target="lib\net40-full"/>
</files>
</package>