Skip to content

Commit 165c120

Browse files
committed
Updated with AppVeyor info
1 parent 0469700 commit 165c120

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ![](./docs/icons/tsnew48.png) Task Scheduler Managed Wrapper
2-
[![Version](https://img.shields.io/github/release/dahall/TaskScheduler.svg?style=flat-square)](https://github.com/dahall/TaskScheduler/releases) [![Downloads](https://img.shields.io/nuget/dt/TaskScheduler.svg?style=flat-square)](https://www.nuget.org/packages/TaskScheduler/)
2+
[![Version](https://img.shields.io/github/release/dahall/TaskScheduler.svg?style=flat-square)](https://github.com/dahall/TaskScheduler/releases) [![Downloads](https://img.shields.io/nuget/dt/TaskScheduler.svg?style=flat-square)](https://www.nuget.org/packages/TaskScheduler/) [![Build status](https://ci.appveyor.com/api/projects/status/entp0dead4840cwm?svg=true)](https://ci.appveyor.com/project/dahall/taskscheduler)
33

44
> Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
55
@@ -19,6 +19,8 @@ This project's assemblies are available via NuGet.
1919
|[![NuGet](https://img.shields.io/nuget/v/TaskScheduler.svg?style=flat-square)](https://www.nuget.org/packages/TaskScheduler)| TaskScheduler|Main Library|
2020
|[![NuGet](https://img.shields.io/nuget/v/TaskSchedulerEditor.svg?style=flat-square)](https://www.nuget.org/packages/TaskSchedulerEditor)|TaskSchedulerEditor|UI Library|
2121

22+
You can also find prerelease NuGet pacakges on the [project's AppVeyor NuGet feed](https://ci.appveyor.com/nuget/taskscheduler-prerelease).
23+
2224
## Project Components
2325
### Main Library
2426
Microsoft introduced version 2.0 (internally version 1.2) with a completely new object model with Windows Vista. The managed assembly closely resembles the new object model, but allows the 1.0 (internally version 1.1) COM objects to be manipulated. It will automatically choose the most recent version of the library found on the host system (up through 1.4). Core features include:

0 commit comments

Comments
 (0)