Skip to content

Commit bb9b70b

Browse files
committed
Bump new version 0.12.0-alpha.21
1 parent f0bb3b6 commit bb9b70b

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ specially_created_folder_for_obfuscation/
8080
Copy all libraries (.dll) from the building application folder and paste them into the `libs` directory (if it doesn't exist yet create it), or even create the libs directory yourself with a custom name for example - `myLibs`, and then specify it in BitMono, however, if you will use `libs` then by default BitMono looking for a `libs` directory, so it will save your time.
8181

8282
### Using CLI Commands
83-
Outputs available commands
84-
```console
85-
$ BitMono.CLI --help
86-
```
87-
88-
Upper command output:
8983
```console
9084
-f, --file Required. Set file path.
9185

@@ -98,7 +92,7 @@ Upper command output:
9892
--version Display version information.
9993
```
10094

101-
Basic examples
95+
Basic example
10296
```console
10397
$ BitMono.CLI -f C:\specially_created_folder_for_obfuscation/your_app.exe -l specially_created_folder_for_obfuscation/libs
10498
```

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.11.0-alpha.20</PackageVersion>
9+
<PackageVersion>0.12.0-alpha.21</PackageVersion>
1010
<RepositoryUrl>https://github.com/sunnamed434/BitMono</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<Authors>sunnamed434</Authors>
13-
<Version>0.11.0-alpha.20</Version>
14-
<InformationalVersion>0.11.0-alpha.20</InformationalVersion>
13+
<Version>0.12.0-alpha.21</Version>
14+
<InformationalVersion>0.12.0-alpha.21</InformationalVersion>
1515
<Company>BitMono</Company>
1616
<Copyright>sunnamed434</Copyright>
1717
<LangVersion>10</LangVersion>

0 commit comments

Comments
 (0)