Skip to content

Commit

Permalink
build(plugins/hangfireplugin): packageReference update, 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyungent committed Jan 25, 2024
1 parent 89f399b commit 45c32b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions plugins/HangfirePlugin/HangfirePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.Plugins.HangfirePlugin</PackageId>
<Version>0.1.2</Version>
<FileVersion>0.1.2.0</FileVersion>
<Version>0.1.3</Version>
<FileVersion>0.1.3.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand All @@ -32,10 +32,10 @@
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.1">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Hangfire.Core" Version="1.8.*" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.*" />
<PackageReference Include="Hangfire.Core" Version="1.8.9" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.9" />
<!-- https://github.com/raisedapp/Hangfire.Storage.SQLite -->
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.3.4" />
<PackageReference Include="Hangfire.Storage.SQLite" Version="0.4.0" />
</ItemGroup>

<!-- 发布插件相关文件 -->
Expand Down
2 changes: 1 addition & 1 deletion plugins/HangfirePlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=PluginCore.Plugins.HangfirePlugin-v0.1.2.README" style="border:0" alt="" />
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.moeci.com/matomo.php?idsite=2&amp;rec=1&amp;action_name=PluginCore.Plugins.HangfirePlugin-v0.1.3.README" style="border:0" alt="" />
<!-- End Matomo -->


Expand Down
2 changes: 1 addition & 1 deletion plugins/HangfirePlugin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"DisplayName": "HangfirePlugin",
"Description": "HangfirePlugin",
"Author": "yiyun",
"Version": "0.1.2",
"Version": "0.1.3",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 45c32b8

Please sign in to comment.