Skip to content

Commit b8939a3

Browse files
committed
Prepared release 0.2.3
1 parent 0de705f commit b8939a3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

tone/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
config.UseStrictParsing();
231231
config.CaseSensitivity(CaseSensitivity.None);
232232
config.SetApplicationName("tone");
233-
config.SetApplicationVersion("0.2.2");
233+
config.SetApplicationVersion("0.2.3");
234234
config.ValidateExamples();
235235
config.AddCommand<DumpCommand>("dump")
236236
.WithDescription("dump metadata for files and directories (directories are traversed recursively)")
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Release Notes
2+
3+
## Fixed
4+
- #77 - Update to `net8.0`
5+
6+
## Changed
7+
- Minor internal improvements
8+
9+
10+
## Setup instructions
11+
12+
`tone` is released as single monolithic binary, so you don't need a setup file or any dependencies (not even a `.NET` runtime). Download the `tone`
13+
release for your platform, extract it and run it via command line. If you need help choosing your download, here are some hints:
14+
15+
- For Windows, only the x64 platform is available... choose `-win-x64.zip`
16+
- For `musl` (an alternative C library) choose your arch prefixed by `musl` (usually this is used in alpine `docker` images and other lightweight distributions)
17+
- For standard Linux (like *Fedora*, *Ubuntu*, etc.), it is recommended choose your arch without `musl` prefix
18+
- For *macOS* you might need to run `xattr -rd com.apple.quarantine tone` after extracting to remove `quarantine` flag
19+
20+

0 commit comments

Comments
 (0)