diff --git a/CHANGELOG.md b/CHANGELOG.md index 130a4f9..b76ed70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/LICENSE b/LICENSE index b976496..3d7b2b8 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 05eedbe..1f7f6de 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/ByteSizeLib/ByteSizeLib.csproj b/src/ByteSizeLib/ByteSizeLib.csproj index b1bf72e..dfabf60 100755 --- a/src/ByteSizeLib/ByteSizeLib.csproj +++ b/src/ByteSizeLib/ByteSizeLib.csproj @@ -3,8 +3,8 @@ ByteSize 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. - Copyright © Omar Khudeira 2013-2021 - 2.1.0 + Copyright © Omar Khudeira 2013-2022 + 2.1.1 ByteSize Omar Khudeira netstandard1.0;netstandard2.1;netstandard2.0;net45;net5.0; @@ -14,11 +14,10 @@ ByteSize bytes -- 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. +View all release notes at https://github.com/omar/ByteSize/blob/master/CHANGELOG.md. https://github.com/omar/ByteSize git https://github.com/omar/ByteSize