Skip to content

Commit

Permalink
Publish nuget package version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Jul 12, 2016
1 parent 28b727d commit a837395
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
@@ -1,5 +1,7 @@
JobSharp
======
[![NuGet](https://img.shields.io/nuget/v/JobSharp.svg?maxAge=2592000)](https://www.nuget.org/packages/JobSharp)
[![License](http://img.shields.io/:license-MIT-blue.svg)](https://raw.githubusercontent.com/giacomelli/JobSharp/master/LICENSE)

An easy-to-use C# jobs runner.

Expand Down Expand Up @@ -156,9 +158,3 @@ License

Licensed under the The MIT License (MIT).
In others words, you can use this library for developement any kind of software: open source, commercial, proprietary and alien.


Change Log
======
- 0.5.4 HelperSharp updated.
- 0.5.3 First version.
3 changes: 3 additions & 0 deletions src/JobSharp.FunctionalTests/JobSharp.FunctionalTests.csproj
Expand Up @@ -46,4 +46,7 @@
<Compile Include="CommandLineTest.cs" />
<Compile Include="GlobalSuppressions.cs" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion src/JobSharp.UnitTests/JobSharp.UnitTests.csproj
Expand Up @@ -65,5 +65,7 @@
<Name>JobSharp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
</Project>
33 changes: 33 additions & 0 deletions src/nuget/JobSharp.0.6.0.nuspec
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JobSharp</id>
<version>0.6.0</version>
<title>JobSharp</title>
<authors>g1acomell1</authors>
<owners>g1acomell1</owners>
<projectUrl>https://github.com/giacomelli/JobSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An easy-to-use jobs runner.

Create your Windows Service jobs runner in a few minutes.</description>
<summary>An easy-to-use jobs runner.</summary>
<releaseNotes>Use .NET 4.0 since it doesn't depend on .NET 4.5</releaseNotes>
<tags>WindowsService job background</tags>
<dependencies>
<dependency id="ncrontab" version="1.0.0" />
<dependency id="Topshelf" version="3.1.3" />
<dependency id="HelperSharp" version="0.0.4.2" />
<dependency id="Skahal.Infrastructure.Framework" version="0.6.5" />
<dependency id="Skahal.Infrastructure.Logging.Log4net" version="1.0.1" />
</dependencies>
</metadata>
<files>
<file src="..\JobSharp\bin\Debug\JobSharp.dll" target="lib\net40\JobSharp.dll" />
<file src="..\JobSharp\bin\Debug\JobSharp.pdb" target="lib\net40\JobSharp.pdb" />
<file src="..\JobSharp\bin\Debug\JobSharp.xml" target="lib\net40\JobSharp.xml" />
<file src="..\JobSharp\bin\Debug\JobSharp.dll" target="lib\net45\JobSharp.dll" />
<file src="..\JobSharp\bin\Debug\JobSharp.pdb" target="lib\net45\JobSharp.pdb" />
<file src="..\JobSharp\bin\Debug\JobSharp.xml" target="lib\net45\JobSharp.xml" />
</files>
</package>

0 comments on commit a837395

Please sign in to comment.