Skip to content

Commit

Permalink
feat(plugins/itodaysplus/itodaysplus.csproj): packageId update
Browse files Browse the repository at this point in the history
PluginCore.ITodaysPlus -> PluginCore.Plugins.ITodaysPlus
  • Loading branch information
yiyungent committed Jan 3, 2024
1 parent 4dc4ade commit 67d54fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ITodaysPlus/ITodaysPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>PluginCore.ITodaysPlus</PackageId>
<PackageId>PluginCore.Plugins.ITodaysPlus</PackageId>
<Version>0.1.2</Version>
<FileVersion>0.1.2.0</FileVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
Expand All @@ -18,7 +18,7 @@
<Copyright>Copyright (c) 2023-present yiyun</Copyright>
<RepositoryUrl>https://github.com/yiyungent/KnifeHub</RepositoryUrl>
<PackageLicenseUrl>https://github.com/yiyungent/KnifeHub/blob/main/LICENSE</PackageLicenseUrl>
<PackageTags>PluginCore PluginCore.IPlugins</PackageTags>
<PackageTags>PluginCore PluginCore.Plugins</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down

0 comments on commit 67d54fb

Please sign in to comment.