diff --git a/ModAssistant/Libs/IntExtensions.cs b/ModAssistant/Libs/semver/IntExtensions.cs similarity index 97% rename from ModAssistant/Libs/IntExtensions.cs rename to ModAssistant/Libs/semver/IntExtensions.cs index dee2b9a..b715259 100644 --- a/ModAssistant/Libs/IntExtensions.cs +++ b/ModAssistant/Libs/semver/IntExtensions.cs @@ -1,7 +1,4 @@ /* -semver by Max Hauser -https://github.com/maxhauser/semver - Copyright (c) 2013 Max Hauser Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/ModAssistant/Libs/SemVersion.cs b/ModAssistant/Libs/semver/SemVersion.cs similarity index 99% rename from ModAssistant/Libs/SemVersion.cs rename to ModAssistant/Libs/semver/SemVersion.cs index a2e9f36..94a2541 100644 --- a/ModAssistant/Libs/SemVersion.cs +++ b/ModAssistant/Libs/semver/SemVersion.cs @@ -1,7 +1,4 @@ /* -semver by Max Hauser -https://github.com/maxhauser/semver - Copyright (c) 2013 Max Hauser Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/ModAssistant/ModAssistant.csproj b/ModAssistant/ModAssistant.csproj index c79dbb6..60c4b76 100644 --- a/ModAssistant/ModAssistant.csproj +++ b/ModAssistant/ModAssistant.csproj @@ -71,8 +71,8 @@ - - + + Intro.xaml @@ -252,7 +252,6 @@ - diff --git a/README.md b/README.md index 301a7c4..e12fc6a 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,6 @@ Examples: **I hit install but now my game won't launch, I can't click any buttons, I only see a black screen, etc** Please visit the [Beat Saber Modding Group](https://discord.gg/beatsabermods) `#pc-help` channels. Check the pinned messages or ask for help and see if you can work out things out. +## Credits +semver by Max Hauser +https://github.com/maxhauser/semver