Organize libs and give credit

This commit is contained in:
Megalon 2020-05-01 19:38:48 -07:00
parent 8d9efc1577
commit 6ad4d0f984
4 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -71,8 +71,8 @@
<Compile Include="Classes\Diagnostics.cs" />
<Compile Include="Classes\Themes.cs" />
<Compile Include="Classes\Updater.cs" />
<Compile Include="Libs\SemVersion.cs" />
<Compile Include="Libs\IntExtensions.cs" />
<Compile Include="Libs\semver\SemVersion.cs" />
<Compile Include="Libs\semver\IntExtensions.cs" />
<Compile Include="Pages\Intro.xaml.cs">
<DependentUpon>Intro.xaml</DependentUpon>
</Compile>
@ -252,7 +252,6 @@
<ItemGroup>
<Resource Include="Resources\icon.ico" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<EmbeddedResource Include="Themes\BSMG\Sidebar.png" />
</ItemGroup>

View file

@ -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