Skip to content

Commit ece9fae

Browse files
committed
Bump new version 0.15.0
1 parent e6db8e0 commit ece9fae

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Versions: |
22
|---------------------------------|
3+
| [v0.15.0-alpha](#v0150-alpha27) |
34
| [v0.14.0-alpha](#v0140-alpha26) |
45
| [v0.13.1-alpha](#v0131-alpha25) |
56
| [v0.13.0-alpha](#v0130-alpha24) |
@@ -28,6 +29,19 @@
2829
| [v0.1.0](#v010) |
2930

3031
---
32+
### v0.15.0-alpha.27:
33+
2023-04-27
34+
#### Added:
35+
* UnmanagedString Protection.
36+
* More docs.
37+
38+
#### Fixed:
39+
* DotNetHook Protection.
40+
41+
#### Changed:
42+
* Major improvements and changes in Engine APIs.
43+
* Removed PreserveAll flag, now obfuscation should be more stable.
44+
3145
### v0.14.0-alpha.26:
3246
2023-04-24
3347
#### Added:
@@ -81,7 +95,7 @@
8195
2023-02-016
8296
#### Added:
8397
* BitMono ASCII Art in CLI.
84-
* Hiding of the pathes (file path, directory path, etc).
98+
* Hiding of the path (file path, directory path, etc).
8599
* Documentation.
86100

87101
#### Fixed:
@@ -162,7 +176,7 @@
162176

163177
### v0.5.0-alpha.14:
164178
#### Added:
165-
* Before obfuscation optmizes all method bodies (macros)
179+
* Before obfuscation optimizes all method bodies (macros)
166180

167181
#### Fixed:
168182
* BitMethodDotnet Protection

props/SharedProjectProps.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageProjectUrl>https://github.com/sunnamed434/BitMono</PackageProjectUrl>
88
<PackageOwners>sunnamed434</PackageOwners>
9-
<PackageVersion>0.14.0-alpha.26</PackageVersion>
9+
<PackageVersion>0.15.0-alpha.27</PackageVersion>
1010
<RepositoryUrl>https://github.com/sunnamed434/BitMono</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<Authors>sunnamed434</Authors>
13-
<Version>0.14.0-alpha.26</Version>
14-
<InformationalVersion>0.14.0-alpha.26</InformationalVersion>
13+
<Version>0.15.0-alpha.27</Version>
14+
<InformationalVersion>0.15.0-alpha.27</InformationalVersion>
1515
<Company>BitMono</Company>
1616
<Copyright>sunnamed434</Copyright>
1717
<LangVersion>10</LangVersion>

0 commit comments

Comments
 (0)