Skip to content

Commit

Permalink
Write release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jun 7, 2020
1 parent 2ad38a6 commit 59aeb27
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 39 deletions.
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Release notes

## What's new in 1.1.0 June 7 2020

### GraphShape

#### New:
* Use signing key to strong name library assemby.

### GraphShape.Controls

#### New:
* Use signing key to strong name library assemby.

---

## What's new in 1.0.0 May 12 2020

### GraphShape
Expand Down
16 changes: 3 additions & 13 deletions src/GraphShape.Controls/GraphShape.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape.Controls</PackageId>
<PackageReleaseNotes>➟ Release 1.0.0
General:
- Fully clean the library code.
- Extend support of the library to .NET Framework 3.5+.
- Remove dependency to WPFExtensions package.

Fixes:
- Fix async compute mode on GraphLayout control.
- Fix handlers registrations/unregistrations.
- Various fixes across the library.

Misc:
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
<PackageReleaseNotes>➟ Release 1.1.0
New:
- Use signing key to strong name library assemby.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C# WPF Controls</PackageTags>
</PropertyGroup>

Expand Down
28 changes: 2 additions & 26 deletions src/GraphShape/GraphShape.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,9 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>GraphShape</PackageId>
<PackageReleaseNotes>➟ Release 1.0.0
General:
- Fully clean the library code.
- Extend support of the library to .NET Framework 3.5+.
- Extend support of the library to .NET Standard 2.0+.
- Uniformize APIs and behaviors of algorithms implementations.

Fixes:
- Various fixes for layout algorithms implementations.
- Various fixes across the library.

Update:
- Algorithm parameters classes are equatable.
- Algorithm cancellation will stop run earlier if possible.

<PackageReleaseNotes>➟ Release 1.1.0
New:
- Add a Random layout algorithm implementation.

API Breaks
- Some public API breaks (but should remain simple to do a migration).
- Replace .NET framework base structs (Point, Vector, Size, Rect and Thickness) by equivalent ones to support .NET Standard.
- Some algorithm were not working well and has been removed (Sugiyama).
- Rename EfficientSugiyama to Sugiyama.
- Namespaces simplifications.

Misc:
- Use JetBrains annotations all over the library as much as possible.</PackageReleaseNotes>
- Use signing key to strong name library assemby.</PackageReleaseNotes>
<PackageTags>GraphSharp GraphShape Graph Layout Algorithm C#</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 59aeb27

Please sign in to comment.