Skip to content

Commit ac3e79e

Browse files
committed
Added: Missing Update Information for Packages
1 parent c3ea911 commit ac3e79e

File tree

9 files changed

+80
-5
lines changed

9 files changed

+80
-5
lines changed

.idea/.idea.FileEmulationFramework/.idea/.gitignore

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.FileEmulationFramework/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.FileEmulationFramework/.idea/discord.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.FileEmulationFramework/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.FileEmulationFramework/.idea/indexLayout.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.FileEmulationFramework/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Emulator/AFS.Stream.Emulator/ModConfig.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.afs",
33
"ModName": "AFS Emulator for File Emulation Framework",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.1.0",
5+
"ModVersion": "1.1.1",
66
"ModDescription": "Simulates CRIWARE AFS files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "AFS.Stream.Emulator.dll",
88
"ModIcon": "Preview.png",
@@ -25,6 +25,18 @@
2525
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
2626
}
2727
}
28+
},
29+
"NuGet": {
30+
"AllowUpdateFromAnyRepository": false,
31+
"DefaultRepositoryUrls": [
32+
"http://packages.sewer56.moe:5000/v3/index.json"
33+
]
34+
},
35+
"GitHubRelease": {
36+
"UserName": "Sewer56",
37+
"RepositoryName": "FileEmulationFramework",
38+
"UseReleaseTag": true,
39+
"AssetFileName": "Mod.zip"
2840
}
2941
},
3042
"IsUniversalMod": true,

Emulator/ONE.Heroes.Stream.Emulator/ModConfig.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.heroes.one",
33
"ModName": "Heroes ONE Emulator for File Emulation Framework",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.0.1",
5+
"ModVersion": "1.0.2",
66
"ModDescription": "Simulates Sonic Heroes\u0027 ONE files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "ONE.Heroes.Stream.Emulator.dll",
88
"ModIcon": "Preview.png",
@@ -25,17 +25,29 @@
2525
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
2626
}
2727
}
28+
},
29+
"NuGet": {
30+
"AllowUpdateFromAnyRepository": false,
31+
"DefaultRepositoryUrls": [
32+
"http://packages.sewer56.moe:5000/v3/index.json"
33+
]
34+
},
35+
"GitHubRelease": {
36+
"UserName": "Sewer56",
37+
"RepositoryName": "FileEmulationFramework",
38+
"UseReleaseTag": true,
39+
"AssetFileName": "Mod.zip"
2840
}
2941
},
3042
"IsUniversalMod": false,
3143
"ModDependencies": [
32-
"reloaded.sharedlib.hooks",
3344
"reloaded.sharedlib.csharp.prs",
45+
"reloaded.sharedlib.hooks",
3446
"reloaded.universal.fileemulationframework"
3547
],
3648
"OptionalDependencies": [],
3749
"SupportedAppId": [
3850
"tsonic_win.exe"
3951
],
4052
"ProjectUrl": "https://github.com/Sewer56/FileEmulationFramework"
41-
}
53+
}

FileEmulationFramework/ModConfig.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework",
33
"ModName": "File Emulation Framework: Base Mod",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.1.0",
5+
"ModVersion": "1.1.1",
66
"ModDescription": "Base mod for the file emulation framework; a framework for modifying applications\u0027 perceptions of files loaded by hooking the Windows API.",
77
"ModDll": "FileEmulationFramework.dll",
88
"ModIcon": "Preview.png",
@@ -25,6 +25,18 @@
2525
"ReleaseMetadataName": "Sewer56.Update.ReleaseMetadata.json"
2626
}
2727
}
28+
},
29+
"NuGet": {
30+
"AllowUpdateFromAnyRepository": false,
31+
"DefaultRepositoryUrls": [
32+
"http://packages.sewer56.moe:5000/v3/index.json"
33+
]
34+
},
35+
"GitHubRelease": {
36+
"UserName": "Sewer56",
37+
"RepositoryName": "FileEmulationFramework",
38+
"UseReleaseTag": true,
39+
"AssetFileName": "Mod.zip"
2840
}
2941
},
3042
"IsUniversalMod": true,

0 commit comments

Comments
 (0)