From 1fa58a3ce5324e7d11626afa1767deec48c56537 Mon Sep 17 00:00:00 2001 From: Niclas Kjellin Date: Sat, 11 Jun 2022 16:16:35 +0200 Subject: [PATCH] Changes to version 1.0.5 --- CHANGES.md | 10 +++++++--- src/dime/dime.csproj | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef31bd2..b42e4ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,14 @@ -# CHANGES +# CHANGE LOG + +## Version 1.0.5 - 2022-06-11 +- Fixes an issue where Message did not consider original data from alien messages (received externally), which caused re-export and verify to fail. +- Add a few more tests for key exchange (encrypted payload for messages). + +**NOTE:** *Version 1.0.5 is most likely one of last version that will support .NET 5, this since end-of-support is reached for .NET 5. Future versions of Dime will at some point support .NET 6 instead. * ## Version 1.0.4 - 2022-05-04 - Minor fix to prepare for an upcoming change that allows for more than one item to be linked to a Message item. -**NOTE:** *Version 1.0.4 is most likely the last version that will support .NET 5, this since end-of-support for .NET 5 is May 10, 2022. Future versions of Dime will support .NET 6 instead. * - ## Version 1.0.3 - 2022-03-29 - Includes a fix where the public copy of a key did not receive the claims from the source key. diff --git a/src/dime/dime.csproj b/src/dime/dime.csproj index 41f083a..60fa1cb 100644 --- a/src/dime/dime.csproj +++ b/src/dime/dime.csproj @@ -2,13 +2,13 @@ net5.0 - Di:M.E (Data Integrity Message Envelope) is a powerful universal data format that is built for secure, and integrity protected communication between entities in a trusted network. It is built with modern thinking and ease-of-use throughout. Although it can be used together with X.509 certificates, it has its own built in public key-based entity identification through a trusted chain. This makes it equally suitable as an alternative to certificate-based PKIs. + Di:ME (Data Integrity Message Envelope) is a powerful universal data format that is built for secure, and integrity protected communication between entities in a trusted network. It is built with modern thinking and ease-of-use throughout. It may replace the need for X.509 certificates, as it has its own built in public key-based entity identification through a trusted chain. This makes it equally suitable as an alternative to certificate-based PKIs. Copyright © 2022 Shift Everywhere AB. All rights reserved. - Di:M.E - Data Integrity Message Envelope + Di:ME - Data Integrity Message Envelope Shift Everywhere Niclas Kjellin DiME - 1.0.4 + 1.0.5 MIT https://docs.dimeformat.io https://github.com/shifteverywhere/dime-dotnet-ref