Skip to content

Commit

Permalink
Update version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Jan 14, 2020
1 parent 1bbc35a commit 30bf7f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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-2019 Omar Khudeira (http://omar.io)
Copyright (c) 2013-2020 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
6 changes: 4 additions & 2 deletions src/ByteSizeLib/ByteSizeLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<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-2019</Copyright>
<Copyright>Copyright © Omar Khudeira 2013-2020</Copyright>
<AssemblyTitle>ByteSize</AssemblyTitle>
<Version>2.0.0-beta1</Version>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<Authors>Omar Khudeira</Authors>
<TargetFrameworks>netstandard1.0;net45</TargetFrameworks>
Expand All @@ -23,13 +23,15 @@ In the past `ByteSize` assumed `1 KB == 1024 B`, that means if you're upgrading
from v1, you'll see differences in values.

Other Breaking Changes:

- Renamed property `LargestWholeNumberSymbol` and `LargestWholeNumberValue` to `LargestWholeNumberDecimalSymbol` and `LargestWholeNumberDecimalValue` respectively.
- Drop support for all platforms _except_ `netstandard1.0` and `net45`.

New Features:

- Support for binary and decimal values (e.g. `ByteSize.FromKibiByte` and `ByteSize.FromKiloByte`).
- New constructor that takes a `long` value as the number of bits.
- Support for culture on Parse and TryParse

View all release notes at https://github.com/omar/ByteSize/releases.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/omar/ByteSize</PackageProjectUrl>
Expand Down

0 comments on commit 30bf7f1

Please sign in to comment.