From 6ad4d0f984330c5e30d6e262e78e0c5c6ebb0bb9 Mon Sep 17 00:00:00 2001 From: Megalon Date: Fri, 1 May 2020 19:38:48 -0700 Subject: [PATCH] Organize libs and give credit --- ModAssistant/Libs/{ => semver}/IntExtensions.cs | 3 --- ModAssistant/Libs/{ => semver}/SemVersion.cs | 3 --- ModAssistant/ModAssistant.csproj | 5 ++--- README.md | 3 +++ 4 files changed, 5 insertions(+), 9 deletions(-) rename ModAssistant/Libs/{ => semver}/IntExtensions.cs (97%) rename ModAssistant/Libs/{ => semver}/SemVersion.cs (99%) 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