Rename assembly names

This commit is contained in:
2024-08-22 20:07:27 +02:00
parent b4eb299415
commit 00a9ad69bb
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ using BepInEx.Configuration;
using HarmonyLib;
using HarmonyLib.Tools;
namespace CykaMod {
namespace DavesPhatStore {
[BepInPlugin(pluginGuid, pluginName, pluginVersion)]
public class Main : BaseUnityPlugin {
private const string pluginGuid = "SupermarketTogether";

View File

@@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
// 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("Regiments")]
[assembly: AssemblyTitle("DavesPhatStore")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Regiments")]
[assembly: AssemblyProduct("DavesPhatStore")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@@ -10,8 +10,8 @@
<ProjectGuid>{DA9D274E-486F-4F82-84FF-CD9388CB0B09}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SupermarketTogether</RootNamespace>
<AssemblyName>SupermarketTogether</AssemblyName>
<RootNamespace>DavesPhatStore</RootNamespace>
<AssemblyName>DavesPhatStore</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>