|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [0.5.0] - 2021-10-07 |
| 8 | +### Added |
| 9 | +- Introduced a new return type for the split method 'MakeShares' |
| 10 | +- Added CLI building instructions in README.md |
| 11 | + |
| 12 | +### Changed |
| 13 | +- Updated examples in README.md based on the new return type for the split method |
| 14 | +- Updated xUnit package references in CSharp projects |
| 15 | +- Updated Microsoft Test SDK package references in CSharp projects |
| 16 | +- Updated Mircosoft .NET FX reference assemblies package references in CSharp projects |
| 17 | + |
| 18 | +### Deprecated |
| 19 | +- The tuple return type for the split method 'MakeShares' is obsolete |
| 20 | + |
| 21 | +### Fixed |
| 22 | +- Fixed CI version dependency |
| 23 | +- Fixed code quality issues in CSharp code |
| 24 | +- Fixed spelling mistakes in README.md |
| 25 | +- Fixed .NET 5 solution filename in README.md |
| 26 | +- Added missing target framework .NET 5 to SecretSharingDotNetTest.csproj |
| 27 | + |
| 28 | +## [0.4.2] - 2020-12-18 |
| 29 | +### Fixed |
| 30 | +- Fixed wrong NuGet package version |
| 31 | + |
| 32 | +## [0.4.1] - 2020-12-18 |
| 33 | +### Fixed |
| 34 | +- NuGet build environment modified to build for .NET 5.0 |
| 35 | + |
| 36 | +## [0.4.0] - 2020-12-18 |
| 37 | +### Added |
| 38 | +- Added .NET 5.0 support |
| 39 | + |
| 40 | +### Fixed |
| 41 | +- Fixed bug 40 (_Maximum exceeded!_) reported [@varshadqz](https://github.com/shinji-san/SecretSharingDotNet/issues/40) |
| 42 | + |
| 43 | +## [0.3.0] - 2020-04-19 |
| 44 | +### Added |
| 45 | +- Added .NET FX 4.6 support |
| 46 | +- Added .NET FX 4.6.1 support |
| 47 | +- Added .NET FX 4.6.2 support |
| 48 | +- Added .NET FX 4.7 support |
| 49 | +- Added .NET FX 4.7.1 support |
| 50 | +- Added .NET FX 4.7.2 support |
| 51 | +- Added .NET FX 4.8 support |
| 52 | +- Added .NET Standard 2.1 support |
| 53 | + |
| 54 | +### Changed |
| 55 | +- README.md: Extend build & test status corresponding to the .NET versions |
| 56 | + |
| 57 | +## [0.2.0] - 2020-04-12 |
| 58 | +### Added |
| 59 | +- Addded full .NET Core 3.1 support |
| 60 | + |
| 61 | +## [0.1.1] - 2020-04-11 |
| 62 | +### Fixed |
| 63 | +- Fixed wrong NuGet package version |
| 64 | + |
| 65 | +## [0.1.0] - 2020-04-11 |
| 66 | +### Added |
| 67 | +- Added initial verion of SecretSharingDotNet |
| 68 | +- Added .NET FX 4.5.2 support |
| 69 | +- Added .NET Core 2.1 support |
| 70 | +- Added limited .NET Core 3.1 support |
| 71 | +- Added GitHub issue template |
| 72 | +- Added CODE_OF_CONDUCT.md |
| 73 | +- Added LICENSE.md |
| 74 | +- Added README.md |
| 75 | + |
| 76 | +[Unreleased]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.4.2...HEAD |
| 77 | +[0.4.2]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.4.1...v0.4.2 |
| 78 | +[0.4.1]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.4.0...v0.4.1 |
| 79 | +[0.4.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.3.0...v0.4.0 |
| 80 | +[0.3.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.2.0...v0.3.0 |
| 81 | +[0.2.0]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.1.1...v0.2.0 |
| 82 | +[0.1.1]: https://github.com/shinji-san/SecretSharingDotNet/compare/v0.1.0...v0.1.1 |
| 83 | +[0.1.0]: https://github.com/shinji-san/SecretSharingDotNet/releases/tag/v0.1.0 |
0 commit comments