Skip to content

Commit

Permalink
Changes to version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shifteverywhere committed Jun 11, 2022
1 parent 3b08bab commit 1fa58a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions src/dime/dime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Description>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.</Description>
<Description>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.</Description>
<Copyright>Copyright © 2022 Shift Everywhere AB. All rights reserved.</Copyright>
<Product>Di:M.E - Data Integrity Message Envelope</Product>
<Product>Di:ME - Data Integrity Message Envelope</Product>
<Company>Shift Everywhere</Company>
<Authors>Niclas Kjellin</Authors>
<PackageId>DiME</PackageId>
<PackageVersion>1.0.4</PackageVersion>
<PackageVersion>1.0.5</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://docs.dimeformat.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/shifteverywhere/dime-dotnet-ref</RepositoryUrl>
Expand Down

0 comments on commit 1fa58a3

Please sign in to comment.