Skip to content

Commit 938eaf0

Browse files
committed
Update FlowSynx PluginCore and fix the code to adapt new changes
#10
1 parent 1b5b376 commit 938eaf0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FlowPack/FlowPack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="FlowSynx.PluginCore" Version="1.2.7" />
17+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
1818
</ItemGroup>
1919

2020
</Project>

src/FlowPack/PluginReflector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private static PluginMetadata CreatePluginMetadata(IPlugin plugin)
5050
ReadMe = plugin.Metadata.ReadMe,
5151
Authors = plugin.Metadata.Authors ?? new(),
5252
Tags = plugin.Metadata.Tags ?? new(),
53-
CategoryId = plugin.Metadata.Category.Id
53+
CategoryId = plugin.Metadata.Category.ToString()
5454
};
5555
}
5656

0 commit comments

Comments
 (0)