Rename to SpookTubeEX

This commit is contained in:
RedBigz 2024-06-04 19:53:14 +10:00
parent ce654b31ce
commit f7727f5ac7
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ using UnityEngine.UI;
using TMPro; using TMPro;
using Photon.Pun; using Photon.Pun;
namespace SpookedTube; namespace SpookTubeEX;
[BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)] [BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)]
[BepInIncompatibility("me.loaforc.Flashcard")] // No flashcard support [BepInIncompatibility("me.loaforc.Flashcard")] // No flashcard support

View File

@ -2,8 +2,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net472</TargetFramework> <TargetFramework>net472</TargetFramework>
<AssemblyName>com.redbigz.SpookedTube</AssemblyName> <AssemblyName>com.redbigz.SpookTubeEX</AssemblyName>
<Product>SpookedTube</Product> <Product>SpookTubeEX</Product>
<Description>Upload your videos to a website and watch others' videos!</Description> <Description>Upload your videos to a website and watch others' videos!</Description>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -13,7 +13,7 @@
https://nuget.bepinex.dev/v3/index.json; https://nuget.bepinex.dev/v3/index.json;
https://nuget.samboy.dev/v3/index.json https://nuget.samboy.dev/v3/index.json
</RestoreAdditionalProjectSources> </RestoreAdditionalProjectSources>
<RootNamespace>SpookedTube</RootNamespace> <RootNamespace>SpookTubeEX</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -10,7 +10,7 @@ using UnityEngine.UIElements;
using UnityEngine.UIElements.Collections; using UnityEngine.UIElements.Collections;
using WebSocketSharp; using WebSocketSharp;
namespace SpookedTube; namespace SpookTubeEX;
class SpookedUploader class SpookedUploader

View File

@ -1,6 +1,6 @@
using UnityEngine; using UnityEngine;
namespace SpookedTube; namespace SpookTubeEX;
static class Util static class Util
{ {