mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-12 14:33:27 +00:00
- Updated license version to 12
- Added new SM license options
This commit is contained in:
parent
80c0808e72
commit
457c1cc35e
|
@ -433,7 +433,11 @@ namespace bitwardenSelfLicensor
|
|||
set("MaxStorageGb", storage == 0 ? short.MaxValue : storage);
|
||||
set("SelfHost", true);
|
||||
set("UsersGetPremium", true);
|
||||
set("Version", 10);
|
||||
set("UsePasswordManager", true);
|
||||
set("UseSecretsManager", true);
|
||||
set("SmSeats", (int)short.MaxValue);
|
||||
set("SmServiceAccounts", (int)short.MaxValue);
|
||||
set("Version", 12);
|
||||
set("Issued", DateTime.UtcNow);
|
||||
set("Refresh", DateTime.UtcNow.AddYears(100).AddMonths(-1));
|
||||
set("Expires", DateTime.UtcNow.AddYears(100));
|
||||
|
|
Loading…
Reference in New Issue
Block a user