Skip to content

Commit

Permalink
Add link to repository in plugin merge info comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dassjosh committed Mar 11, 2022
1 parent 92a9c9f commit 52ee015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginMerge/Creator/BaseCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected void WriteUsings()
/// </summary>
protected void WriteNamespace()
{
Writer.WriteComment($"{_settings.Merge.PluginName} created with PluginMerge v({typeof(Program).Assembly.GetName().Version}) by MJSU");
Writer.WriteComment($"{_settings.Merge.PluginName} created with PluginMerge v({typeof(Program).Assembly.GetName().Version}) by MJSU @ https://github.com/dassjosh/Plugin.Merge");
Writer.WriteNamespace(_settings.PlatformSettings.Namespace);
Writer.WriteLine();
Writer.WriteStartBracket();
Expand Down

0 comments on commit 52ee015

Please sign in to comment.