Skip to content

Commit

Permalink
Added link to Github Repo to descrition
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Waldfried authored and Pierre Waldfried committed Apr 20, 2022
1 parent ef91eef commit 8967937
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GCA5FantasyGroundsExporter/GCA5FantasyGroundsExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class GCA5FantasyGroundsExporter : GCA5.Interfaces.IExportSheet
{
public event IExportSheet.RequestRunSpecificOptionsEventHandler RequestRunSpecificOptions;

private const string PLUGINVERSION = "1.1.0.0";
private const string PLUGINVERSION = "1.3.0.0";
private SheetOptionsManager myOptions;

public string PluginName()
Expand All @@ -35,7 +35,7 @@ public string PluginName()

public string PluginDescription()
{
return "Export Character as PC to Fantasy Grounds";
return "Export Character as PC to Fantasy Grounds for more information see https://github.com/WoodmanX/GCA5FantasyGroundsExporter";
}

public string PluginVersion()
Expand Down
4 changes: 2 additions & 2 deletions GCA5FantasyGroundsExporterNPC/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

[assembly: ComVisible(false)]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class GCA5FantasyGroundsExporterNPC : GCA5.Interfaces.IExportSheet
{
public event IExportSheet.RequestRunSpecificOptionsEventHandler RequestRunSpecificOptions;

private const string PLUGINVERSION = "1.0.0.1";
private const string PLUGINVERSION = "1.1.0.0";
private SheetOptionsManager myOptions;

public string PluginName()
Expand All @@ -32,7 +32,7 @@ public string PluginName()

public string PluginDescription()
{
return "Export Character as NPC to Fantasy Grounds";
return "Export Character as NPC to Fantasy Grounds for more information see https://github.com/WoodmanX/GCA5FantasyGroundsExporter";
}

public string PluginVersion()
Expand Down

0 comments on commit 8967937

Please sign in to comment.