Skip to content

Commit bae4679

Browse files
committed
ready for initial release
1 parent 5f3599a commit bae4679

4 files changed

Lines changed: 16 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
## [0.0.3] - TBA
2-
- Hotfix test!!
3-
4-
## [0.0.2] - TBA
5-
- Hotfix test!
6-
7-
## [0.0.1] - TBA
8-
- Hotfix test
9-
10-
## [0.0.0] - TBA
1+
## [v1.0.0] - 2026-Jan-26
112
- Initial release

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,17 @@ OptimizerNXT empowers system administrators, IT professionals, and power users t
3434

3535
## 📥 Downloads
3636

37-
> Downloads will be available soon.
37+
Find the latest release of OptimizerNXT on the [Releases](https://github.com/hellzerg/optimizerNXT/releases) page.
3838

3939
---
4040

41-
## 📚 Documentation
41+
## 📥 Changelog
4242

43-
**YAML Syntax***coming soon*
43+
Stay updated with the latest changes through the [Changelog](https://github.com/hellzerg/optimizerNXT/blob/main/CHANGELOG.md).
44+
45+
---
46+
47+
## 📚 Documentation
4448

4549
OptimizerNXT uses **YAML-driven configurations** with support for:
4650

@@ -65,13 +69,15 @@ All YAML packages in the Hub will be **cryptographically signed**, ensuring auth
6569

6670
---
6771

68-
## 🔒 Security Policy
72+
## 🛡️ Security Policy
6973

7074
- OptimizerNXT executes **locally only** and does **not collect user data**.
7175
- All YAML configurations must be signed with repo's trusted **PFX certificate**.
7276
- Unsigned or invalid YAML files are automatically rejected.
7377
- Users are encouraged to test YAML packages in isolated environments first.
7478

79+
Learn about our security measures in the [Security Policy](https://github.com/hellzerg/optimizerNXT/blob/main/SECURITY.md).
80+
7581
---
7682

7783
## 💻 Compatibility
@@ -84,12 +90,11 @@ All YAML packages in the Hub will be **cryptographically signed**, ensuring auth
8490

8591
## 📊 Details
8692

87-
- Latest version: soon
88-
- Released: soon
89-
- SHA256: hash
93+
- Latest version: v1.0.0
94+
- Released: 2026-Jan-26
9095

9196
---
9297

93-
## Buy me a delicious espresso
98+
## ❤️ Buy me a delicious espresso
9499

95100
If you find this tool useful, consider showing your support by [donating through PayPal](https://www.paypal.com/paypalme/supportoptimizer).

optimizerNXT/TokenPrivilegeHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace optimizerNXT {
66
// Allows clients to obtain a Windows token privilege for a well-defined scope simply by "using" an instance of this class.
7-
sealed class TokenPrivilegeHelper : IDisposable {
7+
internal sealed class TokenPrivilegeHelper : IDisposable {
88
private enum PrivilegeAction : uint {
99
Disable = 0x0,
1010
Enable = 0x2

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.0

0 commit comments

Comments
 (0)