-
Notifications
You must be signed in to change notification settings - Fork 44
/
Hangfire.MemoryStorage.nuspec
24 lines (24 loc) · 1.12 KB
/
Hangfire.MemoryStorage.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Hangfire.MemoryStorage</id>
<version>1.8.1.0</version>
<title>Hangfire.MemoryStorage</title>
<authors>PERRICHOT Florian</authors>
<owners>PERRICHOT Florian</owners>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/perrich/Hangfire.MemoryStorage</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A memory storage for Hangfire</description>
<releaseNotes>Second release.</releaseNotes>
<copyright>Copyright 2015-2023</copyright>
<tags>Hangfire Storage</tags>
<dependencies>
<dependency id="Hangfire.Core" version="1.7.35" />
</dependencies>
</metadata>
<files>
<file src="src\Hangfire.MemoryStorage\bin\Release\net45\Hangfire.MemoryStorage.dll" target="lib\net40\Hangfire.MemoryStorage.dll" />
<file src="src\Hangfire.MemoryStorage\bin\Release\netstandard1.3\Hangfire.MemoryStorage.dll" target="lib\netstandard1.3\Hangfire.MemoryStorage.dll" />
</files>
</package>