We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511146c commit aa63182Copy full SHA for aa63182
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
6
7
## Unreleased
8
9
+## [7.1.0] - 2020-10-18
10
+
11
### :zap: Added
12
13
- Add class `ByteSize` which helps specifying multipliers of the unit *byte*.
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
<PropertyGroup>
4
- <VersionPrefix>7.0.1</VersionPrefix>
+ <VersionPrefix>7.1.0</VersionPrefix>
5
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments