Skip to content

Commit

Permalink
Fork CollabUtils2 into SpringCollab2020
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade committed Jan 7, 2020
1 parent 05e2391 commit 65807e7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CelesteCollabUtils2
"If CollabUtils is so good, why isn't there CollabUtils2?" -- no one, ever
Code mod to be used for the 2020 Celeste Spring Community Collab.

### Setup instructions:

Expand Down
4 changes: 2 additions & 2 deletions CollabUtils2.csproj → SpringCollab2020.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<AssemblyName>CollabUtils2</AssemblyName>
<RootNamespace>Celeste.Mod.CollabUtils2</RootNamespace>
<AssemblyName>SpringCollab2020</AssemblyName>
<RootNamespace>Celeste.Mod.SpringCollab2020</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions CollabUtils2.sln → SpringCollab2020.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CollabUtils2", "CollabUtils2.csproj", "{B0958992-ED19-4CD7-9B82-99F90ECC84C1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpringCollab2020", "SpringCollab2020.csproj", "{98994314-0F00-4A64-A35C-0790CC3FEE9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0958992-ED19-4CD7-9B82-99F90ECC84C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0958992-ED19-4CD7-9B82-99F90ECC84C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0958992-ED19-4CD7-9B82-99F90ECC84C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0958992-ED19-4CD7-9B82-99F90ECC84C1}.Release|Any CPU.Build.0 = Release|Any CPU
{98994314-0F00-4A64-A35C-0790CC3FEE9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98994314-0F00-4A64-A35C-0790CC3FEE9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98994314-0F00-4A64-A35C-0790CC3FEE9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98994314-0F00-4A64-A35C-0790CC3FEE9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A48B7D1-431F-497F-A1C2-A004DEDD4A40}
SolutionGuid = {8FD7157F-BD18-4C18-AEFB-1E512EF0EA4F}
EndGlobalSection
EndGlobal
8 changes: 4 additions & 4 deletions CollabModule.cs → SpringCollab2020Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
using System.Text;
using System.Threading.Tasks;

namespace Celeste.Mod.CollabUtils2 {
public class CollabModule : EverestModule {
namespace Celeste.Mod.SpringCollab2020 {
public class SpringCollab2020Module : EverestModule {

public static CollabModule Instance;
public static SpringCollab2020Module Instance;

public CollabModule() {
public SpringCollab2020Module() {
Instance = this;
}

Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- Name: CollabUtils2
Version: 1.0.0
DLL: bin/Debug/net45/CollabUtils2.dll
DLL: bin/Debug/net45/SpringCollab2020.dll
Dependencies:
- Name: Everest
Version: 1.1311.0

0 comments on commit 65807e7

Please sign in to comment.