Browse Source

Updated ModList to use embedded description

pull/11/head
Anairkoen Schno 5 years ago
parent
commit
6c8a184e9e
3 changed files with 26 additions and 3 deletions
  1. +1
    -1
      BSIPA-ModList/BSIPA-ModList.csproj
  2. +24
    -2
      BSIPA-ModList/README.md
  3. +1
    -0
      BSIPA-ModList/manifest.json

+ 1
- 1
BSIPA-ModList/BSIPA-ModList.csproj View File

@ -120,7 +120,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Bundles\consolas" /> <EmbeddedResource Include="Bundles\consolas" />
<None Include="README.md" />
<EmbeddedResource Include="README.md" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild"> <Target Name="AfterBuild">


+ 24
- 2
BSIPA-ModList/README.md View File

@ -1,4 +1,26 @@
# BSIPA Mod List
BSIPA Mod List
==============
Mod List is just an in-game viewer for the mods you have installed. It also lets you have more control over the updating already present in BSIPA. Mod List is just an in-game viewer for the mods you have installed. It also lets you have more control over the updating already present in BSIPA.
Find all builds in [AppVeyor](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded-9smsb/build/artifacts).
Find all builds in [AppVeyor](https://ci.appveyor.com/project/nike4613/beatsaber-ipa-reloaded-9smsb/build/artifacts).
***
### This test header contains a `code` block
1. And here is a
list
2. Test
- 1
- 2
- 3
>This is a block quote
>
>This will be supported soon....
```
This is a code block...
This will be supported soon....
```

+ 1
- 0
BSIPA-ModList/manifest.json View File

@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json", "$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
"author": "DaNike", "author": "DaNike",
"description": [ "description": [
"#![BSIPA_ModList.README.md]",
"Mod List", "Mod List",
"========", "========",
"", "",


Loading…
Cancel
Save