Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.1 - 2018-09-25

Changed

  • Some changes of the structure to remove some code smells in SonarCloud.
  • Update packages.

Fixed

  • Travis is now working
  • SonarCloud is now working

0.1.0 - 2018-09-06

Added

  • first released version of the CSharp-CryptoExamples.

Removed

  • removed Key Storage because of incompability with other platforms than Windows.

[X.Y.Z] - XXXX-XX-XX (TEMPLATE for new versions)

Added

  • added something
  • added something else

Changed

  • changed something
  • changed something else

Deprecated

  • deprecated something
  • deprecated something else

Removed

  • removed something
  • removed something else

Fixed

  • fixed something
  • fixed something else

Security

  • made some security relevant changes
  • made other security relevant changes