Skip to content

Commit

Permalink
add harmony dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Feb 29, 2020
1 parent 1e747f2 commit dc89f11
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $RECYCLE.BIN/
**/.vs/*
**/bin
**/obj
**/packages
**/.vs

# Windows Installer files
Expand Down
13 changes: 13 additions & 0 deletions About/dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"depends": [
{
"id": "brrainz.harmony",
"name": "Harmony",
"steam": 2009463077,
"url": "https://github.com/pardeike/HarmonyRimWorld/releases/latest"
}
],
"after": [
"brrainz.harmony"
]
}
4 changes: 4 additions & 0 deletions Source/Pharmacist/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lib.Harmony" version="2.0.0.7" targetFramework="net35" />
</packages>

0 comments on commit dc89f11

Please sign in to comment.