diff --git a/ModHelperData.cs b/ModHelperData.cs
index 64b1683..9ad4000 100644
--- a/ModHelperData.cs
+++ b/ModHelperData.cs
@@ -2,7 +2,8 @@ namespace MonkeyAirship
{
public static class ModHelperData
{
- public const string Version = "1.0.0";
+ public const string Version = "1.1.0";
+ public const string WorksOnVersion = "35";
public const string Name = "MonkeyAirship";
public const string Description = "This mods adds the Monkey Airship, a powerful flying tower that obliterates bloons!";
diff --git a/MonkeyAirship.csproj b/MonkeyAirship.csproj
index b75ed78..a75a952 100644
--- a/MonkeyAirship.csproj
+++ b/MonkeyAirship.csproj
@@ -1,36 +1,14 @@
-
-
- net48
- MonkeyAirship
- Debug;Release
- enable
- MonkeyAirship
- latest
-
-
-
- False
- embedded
-
-
-
- True
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ net6.0
+ MonkeyAirship
+ Debug;Release
+ enable
+ MonkeyAirship
+ latest
+ False
+ embedded
+
+
+
+
diff --git a/MonkeyAirship.sln b/MonkeyAirship.sln
index f07a728..09b993f 100644
--- a/MonkeyAirship.sln
+++ b/MonkeyAirship.sln
@@ -1,24 +1,25 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.31424.327
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonkeyAirship", "MonkeyAirship.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
- EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.4.33110.190
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonkeyAirship", "MonkeyAirship.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
+ EndGlobalSection
+EndGlobal
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
index cd645f1..7d5bb85 100644
--- a/Properties/launchSettings.json
+++ b/Properties/launchSettings.json
@@ -1,15 +1,15 @@
-{
- "profiles": {
- "BloonsTD6": {
- "commandName": "Executable",
- "executablePath": "$(BloonsTD6)/BloonsTD6.exe",
- "workingDirectory": "$(BloonsTD6)"
- },
- "BloonsTD6 (ML Debug)": {
- "commandName": "Executable",
- "executablePath": "$(BloonsTD6)/BloonsTD6.exe",
- "workingDirectory": "$(BloonsTD6)",
- "commandLineArgs": "--melonloader.debug"
- }
- }
+{
+ "profiles": {
+ "BloonsTD6": {
+ "commandName": "Executable",
+ "executablePath": "$(BloonsTD6)/BloonsTD6.exe",
+ "workingDirectory": "$(BloonsTD6)"
+ },
+ "BloonsTD6 (ML Debug)": {
+ "commandName": "Executable",
+ "executablePath": "$(BloonsTD6)/BloonsTD6.exe",
+ "workingDirectory": "$(BloonsTD6)",
+ "commandLineArgs": "--melonloader.debug"
+ }
+ }
}
\ No newline at end of file