This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree 4 files changed +20
-6
lines changed
4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 51
51
//
52
52
53
53
VS_VERSION_INFO VERSIONINFO
54
- FILEVERSION 0,0,1 ,0
55
- PRODUCTVERSION 0,0,1 ,0
54
+ FILEVERSION 0,1,0 ,0
55
+ PRODUCTVERSION 0,1,0 ,0
56
56
FILEFLAGSMASK 0x3fL
57
57
#ifdef _DEBUG
58
58
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
68
68
BLOCK "080404b0"
69
69
BEGIN
70
70
VALUE "FileDescription", "Permission group plugin based on LiteLoaderBDS for MCBDS"
71
- VALUE "FileVersion", "0.0.1 .0"
71
+ VALUE "FileVersion", "0.1.0 .0"
72
72
VALUE "InternalName", "PermissionAPI.dll"
73
73
VALUE "LegalCopyright", "Copyright (C) 2022 Jasonzyt and LiteLoaderBDS Dev Team. All rights reserved."
74
74
VALUE "OriginalFilename", "PermissionAPI.dll"
75
75
VALUE "ProductName", "PermissionAPI"
76
- VALUE "ProductVersion", "0.0.1 .0"
76
+ VALUE "ProductVersion", "0.1.0 .0"
77
77
END
78
78
END
79
79
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 9
9
10
10
#define PERMAPI extern " C" _declspec(dllexport)
11
11
#define PERM_VER_MAJOR 0
12
- #define PERM_VER_MINOR 0
13
- #define PERM_VER_REV 1
12
+ #define PERM_VER_MINOR 1
13
+ #define PERM_VER_REV 0
14
14
#define PERM_VER_STATUS LL::Version::Beta
15
15
16
16
extern Logger& logger;
Original file line number Diff line number Diff line change
1
+ ## PermissionAPI v0.1.0-Beta Release Note
2
+
3
+ ### Overview
4
+ PermissionAPI-0.1.0 has been released, adapted to LiteLoaderBDS-2.4.x, BDS-1.19.x
5
+
6
+ ### Features
7
+ All basic features, including
8
+ - Command
9
+ - I18N
10
+ - Config
11
+ - ExportAPI
12
+
13
+ ### LiteLoaderBDS New Forum
14
+ [ https://forum.litebds.com/ ] ( https://forum.litebds.com/ )
You can’t perform that action at this time.
0 commit comments