Skip to content

Commit

Permalink
feat: add Py.LibLocalization
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Nov 12, 2023
1 parent 7484847 commit 45923a2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
15 changes: 15 additions & 0 deletions projects/Py.LibLocalization/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"schema_version": 1,
"schema_type": "project",
"name": "Py.LibLocalization",
"description": "A simple library for adding custom localizations to Demeo.",
"contact": {
"sources": "https://github.com/JustPyrrha/Py.LibLocalization",
"issues": "https://github.com/JustPyrrha/Py.LibLocalization/issues"
},
"license": {
"name": "MIT License",
"id": "MIT",
"url": "https://github.com/JustPyrrha/Py.LibLocalization/blob/main/LICENSE"
}
}
37 changes: 37 additions & 0 deletions projects/Py.LibLocalization/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"schema_version": 1,
"schema_type": "versions",
"latest": "1.1.0",
"latest_stable": "1.1.0",
"versions": [
{
"name": "1.1.0",
"loader": "built-in",
"release_date": "2023-11-10T22:03:02Z",
"stable": true,
"changelog": "* Fix: Fixed an issue with HarmonyLoader using the wrong directory when looking for 0Harmony.dll\n* Refactor: Moved classes that don't need to be used by mod using the library to the `Py.LibLocalization.Internal` namespace.",
"demeo": {
"min": "1.32"
},
"file": {
"name": "Py.LibLocalization-v1.1.0.zip",
"url": "https://github.com/JustPyrrha/Py.LibLocalization/releases/download/v1.1.0/Py.LibLocalization-v1.1.0.zip",
"sha256": "6d6e125b9bb8ceb74c8a97fbd015b9867dfc8f7437a130b099b8288ed2e45356"
}
},
{
"name": "1.0.0",
"loader": "built-in",
"release_date": "2023-10-26T02:51:16Z",
"stable": true,
"demeo": {
"min": "1.32"
},
"file": {
"name": "Py.LibLocalization-v1.0.0.zip",
"url": "https://github.com/JustPyrrha/Py.LibLocalization/releases/download/v1.0.0/Py.LibLocalization-v1.0.0.zip",
"sha256": "2fb9b629c724409a56f95c0a6221a222ed2a2f4b3ca9c985c2e1c84a85ee0d42"
}
}
]
}
3 changes: 2 additions & 1 deletion projects/projects.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
"Py.LibNetwork"
"Py.LibNetwork",
"Py.LibLocalization"
]

0 comments on commit 45923a2

Please sign in to comment.