Skip to content

Commit 597d999

Browse files
author
Xavier Jefferson
committed
Update nuspec
1 parent a1f7345 commit 597d999

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Hangfire.FluentNHibernateStorage/Hangfire.FluentNHibernateStorage.csproj

+4-7
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,17 @@
4848
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4949
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
52-
<SpecificVersion>False</SpecificVersion>
51+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5352
<HintPath>..\packages\Newtonsoft.Json.5.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5453
</Reference>
5554
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
5655
<HintPath>..\packages\NHibernate.4.0.0.4000\lib\net40\NHibernate.dll</HintPath>
5756
</Reference>
58-
<Reference Include="Owin">
57+
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
5958
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
6059
</Reference>
6160
<Reference Include="Snork.FluentNHibernateTools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Snork.FluentNHibernateTools.1.1.6600\lib\net40\Snork.FluentNHibernateTools.dll</HintPath>
61+
<HintPath>..\packages\Snork.FluentNHibernateTools.1.1.8650\lib\net40\Snork.FluentNHibernateTools.dll</HintPath>
6362
</Reference>
6463
<Reference Include="System" />
6564
<Reference Include="System.Configuration" />
@@ -141,9 +140,7 @@
141140
</ItemGroup>
142141
<ItemGroup>
143142
<None Include="app.config" />
144-
<None Include="packages.config">
145-
<SubType>Designer</SubType>
146-
</None>
143+
<None Include="packages.config" />
147144
</ItemGroup>
148145
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149146
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

nuspecs/Hangfire.FluentNHibernateStorage.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>Hangfire.FluentNHibernateStorage</id>
6-
<version>1.1.2394</version>
6+
<version>1.1.2400</version>
77
<authors>Xavier Jefferson</authors>
88
<owners>XavierJefferson</owners>
99
<licenseUrl>https://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>A Hangfire storage provider for SQL Server, MySQL, Oracle, DB/2, PostgreSQL, and Firebird</description>
1414
<releaseNotes>
15-
Minor update. No code changes. This code is mature so it's being switched to a release build that won't throw exceptions from background threads while you're debugging.
15+
Incorporate monitoring changes from Mateusz Bogusz
1616
</releaseNotes>
1717
<copyright>Copyright © 2019 Xavier Jefferson</copyright>
1818
<tags>hangfire storage provider mssql mysql oracle postgresql firebird db2</tags>

0 commit comments

Comments
 (0)