Skip to content

Commit

Permalink
build(plugins/hangfireplugin): 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
PackageReference: PluginCore.IPlugins.AspNetCore: 0.1.0 -> 0.1.1
  • Loading branch information
yiyungent committed Dec 30, 2023
1 parent 171d65c commit 11eaad0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.HangfirePlugin</PackageId>
<Version>0.1.0</Version>
<FileVersion>0.1.0.0</FileVersion>
<Version>0.1.1</Version>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Company>yiyun</Company>
<Authors>yiyun</Authors>
Expand All @@ -29,7 +29,7 @@
<FrameworkReference Include="Microsoft.AspNetCore.App">
<ExcludeAssets>runtime</ExcludeAssets>
</FrameworkReference>
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.0">
<PackageReference Include="PluginCore.IPlugins.AspNetCore" Version="0.1.1">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Hangfire.Core" Version="1.8.*" />
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=Plugins.HangfirePlugin-v0.1.0.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=Plugins.HangfirePlugin-v0.1.1.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.0",
"Version": "0.1.1",
"SupportedVersions": [ "0.0.1" ]
}

0 comments on commit 11eaad0

Please sign in to comment.