Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from imranmomin/develop
Browse files Browse the repository at this point in the history
Nuget fix for release 1.0
  • Loading branch information
imranmomin authored Aug 7, 2017
2 parents 67e153b + 85c6380 commit a0a7cc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Hangfire.AzureDocumentDB.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Hangfire.AzureDocumentDB</id>
<version>1.0.0-beta</version>
<version>1.0.0</version>
<authors>Imran Momin</authors>
<owners>Imran Momin</owners>
<licenseUrl>https://github.com/imranmomin/Hangfire.AzureDocumentDB/blob/master/LICENSE</licenseUrl>
Expand All @@ -14,13 +14,13 @@
<language>en-US</language>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Microsoft.Azure.DocumentDB" version="1.13.2" />
<dependency id="Hangfire.Core" version="1.6.12" />
<dependency id="Microsoft.Azure.DocumentDB" version="1.15.0" />
<dependency id="Hangfire.Core" version="1.6.14" />
</group>
</dependencies>
</metadata>
<files>
<file src="Hangfire.AzureDocumentDB\bin\Release\Hangfire.AzureDocumentDB.dll" target="lib\net45\Hangfire.AzureDocumentDB.dll" />
<file src="Hangfire.AzureDocumentDB\bin\Release\Hangfire.AzureDocumentDB.XML" target="lib\net45\Hangfire.AzureDocumentDB.XML" />
<file src="Hangfire.AzureDocumentDB\bin\Release\Hangfire.Azure.DocumentDb.dll" target="lib\net45\Hangfire.Azure.DocumentDb.dll" />
<file src="Hangfire.AzureDocumentDB\bin\Release\Hangfire.Azure.DocumentDb.XML" target="lib\net45\Hangfire.Azure.DocumentDb.XML" />
</files>
</package>

0 comments on commit a0a7cc6

Please sign in to comment.