Skip to content

Commit

Permalink
Merge pull request #128 from XanatosX/main
Browse files Browse the repository at this point in the history
Resync branches
  • Loading branch information
XanatosX authored Jan 3, 2024
2 parents 2c60eb9 + 1f964d6 commit e2965e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/developer/my-first-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ How to write your first plugin for the modular tool manager? This guide will pro

First of all let's create a new project to do so use the following commands. The plugin will be called `MyFirstPlugin` but you can name it as you want.

>:information_source: Does require the [unlisted nuget package][nuget-package] `ModularToolManagerPlugin` which is also part of this repository.
```
mkdir MyFirstPlugin
cd MyFirstPlugin
Expand Down Expand Up @@ -195,6 +197,7 @@ Use the [injectable services][injectable-services] to get some translation start
Define settings for your plugin to allow the user some customization. There is no manual for this right now!

[vscode]: https://code.visualstudio.com/
[nuget-package]: https://www.nuget.org/packages/ModularToolManagerPlugin/
[injectable-services]: ./injectable-services.md
[complete-class]: https://gist.github.com/XanatosX/34ac6a3e60c96250396f5565e7bab1d0
[custom-plugin]: https://i.imgur.com/9duZk1O.png
Expand Down
2 changes: 1 addition & 1 deletion src/ModularToolManager/ModularToolManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="ModularToolManagerPlugin" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ModularToolManagerModel\ModularToolManagerModel.csproj" />
<ProjectReference Include="..\ModularToolManagerPlugin\ModularToolManagerPlugin.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Properties.Designer.cs">
Expand Down

0 comments on commit e2965e5

Please sign in to comment.