Skip to content

Commit

Permalink
Updated AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyTauOverTwo committed Apr 14, 2021
1 parent 087f33d commit 431fb36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions DSPSeedSearch/DSPSeedSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class DSPSeedSearch : BaseUnityPlugin
{
public const string pluginGuid = "org.picamula.plugins.dspseedsearch";
public const string pluginName = "DSPSeedSearch";
public const string pluginDescription = "Dyson Sphere Program mod for searching through seeds";
public const string pluginVersion = "1.2.1.0";

public static BepInEx.Logging.ManualLogSource PublicLogger;
Expand Down
14 changes: 7 additions & 7 deletions DSPSeedSearch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DSPSeedSearch")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle(DSPSeedSearch.DSPSeedSearch.pluginName)]
[assembly: AssemblyDescription(DSPSeedSearch.DSPSeedSearch.pluginDescription)]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DSPSeedSearch")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyCompany(DSPSeedSearch.DSPSeedSearch.pluginGuid)]
[assembly: AssemblyProduct(DSPSeedSearch.DSPSeedSearch.pluginName)]
[assembly: AssemblyCopyright("Copyright © PicaMula 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion(DSPSeedSearch.DSPSeedSearch.pluginVersion)]
[assembly: AssemblyFileVersion(DSPSeedSearch.DSPSeedSearch.pluginVersion)]

0 comments on commit 431fb36

Please sign in to comment.