-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antoine Aubry
committed
Mar 15, 2019
1 parent
0341198
commit 3440d02
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Release notes | ||
## Release 6.0.0 | ||
|
||
This release merges the YamlDotNet.Signed and YamlDotNet packages. | ||
This change has the following consequences: | ||
|
||
- The **assemblies in the YamlDotNet package will now have strong names**. | ||
This is a breaking change. If you depend on a library that depends on a | ||
previous version of YamlDotNet, you will first need to update that library. | ||
|
||
- The **YamlDotNet.Signed package will cease to be published**. | ||
The code should be updated to depend on YamlDotNet. | ||
|
||
# Previous releases | ||
- [5.4.0](releases/5.4.0.md) | ||
- [5.3.1](releases/5.3.1.md) | ||
- [5.3.0](releases/5.3.0.md) | ||
- [5.2.1](releases/5.2.1.md) | ||
- [5.2.0](releases/5.2.0.md) | ||
- [5.1.0](releases/5.1.0.md) | ||
- [5.0.0](releases/5.0.0.md) | ||
- [4.3.2](releases/4.3.2.md) | ||
- [4.3.1](releases/4.3.1.md) | ||
- [4.3.0](releases/4.3.0.md) | ||
- [4.2.4](releases/4.2.4.md) | ||
- [4.2.3](releases/4.2.3.md) | ||
- [4.2.2](releases/4.2.2.md) | ||
- [4.2.1](releases/4.2.1.md) | ||
- [4.2.0](releases/4.2.0.md) | ||
- [4.1.0](releases/4.1.0.md) | ||
- [4.0.0](releases/4.0.0.md) | ||
- [3.9.0](releases/3.9.0.md) | ||
- [3.8.0](releases/3.8.0.md) | ||
- [3.7.0](releases/3.7.0.md) | ||
- [3.6.1](releases/3.6.1.md) | ||
- [3.6.0](releases/3.6.0.md) | ||
- [3.5.1](releases/3.5.1.md) | ||
- [3.5.0](releases/3.5.0.md) | ||
- [3.4.0](releases/3.4.0.md) | ||
- [3.3.1](releases/3.3.1.md) | ||
- [3.3.0](releases/3.3.0.md) | ||
- [3.2.1](releases/3.2.1.md) | ||
- [3.2.0](releases/3.2.0.md) | ||
- [3.1.1](releases/3.1.1.md) | ||
- [3.1.0](releases/3.1.0.md) | ||
- [3.0.0](releases/3.0.0.md) | ||
- [2.2.0](releases/2.2.0.md) | ||
- [2.1.0](releases/2.1.0.md) | ||
- [2.0.0](releases/2.0.0.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release 6.0.0 | ||
|
||
This release merges the YamlDotNet.Signed and YamlDotNet packages. | ||
This change has the following consequences: | ||
|
||
- The **assemblies in the YamlDotNet package will now have strong names**. | ||
This is a breaking change. If you depend on a library that depends on a | ||
previous version of YamlDotNet, you will first need to update that library. | ||
|
||
- The **YamlDotNet.Signed package will cease to be published**. | ||
The code should be updated to depend on YamlDotNet. |