We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b376 commit 938eaf0Copy full SHA for 938eaf0
2 files changed
src/FlowPack/FlowPack.csproj
@@ -14,7 +14,7 @@
14
</PropertyGroup>
15
16
<ItemGroup>
17
- <PackageReference Include="FlowSynx.PluginCore" Version="1.2.7" />
+ <PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
18
</ItemGroup>
19
20
</Project>
src/FlowPack/PluginReflector.cs
@@ -50,7 +50,7 @@ private static PluginMetadata CreatePluginMetadata(IPlugin plugin)
50
ReadMe = plugin.Metadata.ReadMe,
51
Authors = plugin.Metadata.Authors ?? new(),
52
Tags = plugin.Metadata.Tags ?? new(),
53
- CategoryId = plugin.Metadata.Category.Id
+ CategoryId = plugin.Metadata.Category.ToString()
54
};
55
}
56
0 commit comments