Skip to content

Commit 21d9bbe

Browse files
author
AndrewMorgan1
committed
version bump and config updates
1 parent 6e86c54 commit 21d9bbe

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/ByteFlow/ByteFlow/ByteFlow.csproj

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,22 @@
77
<Nullable>disable</Nullable>
88

99
<PackageId>ByteFlow.Net</PackageId>
10-
<Version>0.1.1</Version>
10+
<Version>0.2.0</Version>
1111
<Authors>AndrewClements84</Authors>
1212
<Company>ByteFlow</Company>
13-
<Description>A lightweight .NET library for converting bytes into human-readable formats (KB, MB, GB, etc.) and back again.</Description>
14-
<PackageTags>bytes filesize human-readable utilities conversion ByteFlow</PackageTags>
13+
<Description>
14+
ByteFlow.Net is a zero-dependency .NET library for converting raw byte values to and from human-readable formats.
15+
16+
Features:
17+
- Supports both IEC (KiB, MiB, GiB) and SI (KB, MB, GB) unit standards
18+
- Culture-aware parsing and formatting (e.g., 1.5 MB vs 1,5 MB)
19+
- Customizable suffix sets for non-standard or domain-specific units
20+
- Alignment/padding helpers for clean console and tabular output
21+
- Fully tested with 100% code coverage
22+
23+
Ideal for developers needing clear, reliable byte size conversions in .NET applications — with no external dependencies.
24+
</Description>
25+
<PackageTags>bytes filesize human-readable utilities conversion ByteFlow SI IEC culture-aware</PackageTags>
1526
<RepositoryUrl>https://github.com/AndrewClements84/ByteFlow.net</RepositoryUrl>
1627
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1728
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)