Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Nov 6, 2021
1 parent 14d6c07 commit dcb10b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 2.1.1 (2021-11-06)
- Add method documentation
- Add documentation
- Fix potential System.NullReferenceException in the ToString() methods

### 2.1.0 (2021-09-03)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2021 Omar Khudeira (http://omar.io)
Copyright (c) 2013-2022 Omar Khudeira (http://omar.io)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ ByteSize.Parse("1,55 kib"); // de-DE culture

Omar Khudeira ([http://omar.io](http://omar.io))

Copyright (c) 2013-2021 Omar Khudeira. All rights reserved.
Copyright (c) 2013-2022 Omar Khudeira. All rights reserved.

Released under MIT License (see LICENSE file).
11 changes: 5 additions & 6 deletions src/ByteSizeLib/ByteSizeLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<Title>ByteSize</Title>
<Description>ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.</Description>
<Copyright>Copyright © Omar Khudeira 2013-2021</Copyright>
<Version>2.1.0</Version>
<Copyright>Copyright © Omar Khudeira 2013-2022</Copyright>
<Version>2.1.1</Version>
<AssemblyTitle>ByteSize</AssemblyTitle>
<Authors>Omar Khudeira</Authors>
<TargetFrameworks>netstandard1.0;netstandard2.1;netstandard2.0;net45;net5.0;</TargetFrameworks>
Expand All @@ -14,11 +14,10 @@
<PackageId>ByteSize</PackageId>
<PackageTags>bytes</PackageTags>
<PackageReleaseNotes>
- Support multiple (*) and divide (/) operators of ByteSize object
- Add ToString IFormattable parameter overload
- Add target for .NET 5
- Add documentation
- Fix potential System.NullReferenceException in the ToString() methods

View all release notes at https://github.com/omar/ByteSize/releases.</PackageReleaseNotes>
View all release notes at https://github.com/omar/ByteSize/blob/master/CHANGELOG.md.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/omar/ByteSize</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/omar/ByteSize</RepositoryUrl>
Expand Down

0 comments on commit dcb10b1

Please sign in to comment.