Skip to content

Commit 5a6be58

Browse files
committed
Bumped: Project Versions
1 parent 676c220 commit 5a6be58

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# 1.0.0
2-
Initial Mod Release
1+
# 1.3.0
2+
3+
- Added ability to override the file encoding via the `SetEncoding` API.
4+
- Added ability to list the imports in a given script via the `TryGetImports` API.
35

46
# 1.1.0
5-
Add AddDirectory and AddFile functions to API
7+
Add AddDirectory and AddFile functions to API
8+
9+
# 1.0.0
10+
Initial Mod Release

Emulator/BF.File.Emulator/ModConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.bf",
33
"ModName": "BF Emulator for File Emulation Framework",
44
"ModAuthor": "AnimatedSwine37",
5-
"ModVersion": "1.2.1",
5+
"ModVersion": "1.3.0",
66
"ModDescription": "Simulates Atlus BF files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "BF.File.Emulator.dll",
88
"ModIcon": "Preview.png",

Emulator/BMD.File.Emulator/ModConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.bmd",
33
"ModName": "BMD Emulator For File Emulation Framework",
44
"ModAuthor": "oceanstuck, AnimatedSwine37",
5-
"ModVersion": "1.0.0",
5+
"ModVersion": "1.1.0",
66
"ModDescription": "Simulates Atlus BMD files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "BMD.File.Emulator.dll",
88
"ModIcon": "Preview.png",

Emulator/PAK.Stream.Emulator/ModConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.pak",
33
"ModName": "PAK Emulator for File Emulation Framework",
44
"ModAuthor": "ltsophia & friends",
5-
"ModVersion": "1.1.1",
5+
"ModVersion": "1.2.0",
66
"ModDescription": "Simulates Atlus PAK files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "PAK.Stream.Emulator.dll",
88
"ModIcon": "Preview.png",

FileEmulationFramework/CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.3.0
2+
3+
- Added support for emulating LastWriteTime of emulated files across re-opens.
4+
15
# 2.1.1
26

37
- Added: Source to start of various log commands.

FileEmulationFramework/ModConfig.json

Lines changed: 1 addition & 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": "2.2.2",
5+
"ModVersion": "2.3.0",
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",

0 commit comments

Comments
 (0)