Releases: linksplatform/Protocols.Lino
[C#] 0.4.0
https://www.nuget.org/packages/Platform.Protocols.Lino/
Id and Values properties replaced with readonly fields.
It is easier to convert tuples to links.
It is now possible to use all symbols except control symbols as reference symbols.
_ struct is added to mark links with set address.
Platform.Collections dependency updated from 0.2.0 to 0.3.0.
.NET 5 support is added.
[C#] 0.4.0
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.4.0
Id and Values properties replaced with readonly fields.
It is easier to convert tuples to links.
It is now possible to use all symbols except control symbols as reference symbols.
_ struct is added to mark links with set address.
Platform.Collections dependency updated from 0.2.0 to 0.3.0.
.NET 5 support is added.
0.3.0
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.3.0
Lowest supported version of .NET Framework is now 4.7.2.
Microsoft.CSharp dependency updated from 4.6.0 to 4.7.0.
Platform.Collections dependency updated from 0.1.0 to 0.2.0.
0.2.3
0.2.2
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.2.2
A better grammar design.
0.2.1
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.2.1
Using a more reliable way to convert groups to links.
Added LinksGroup struct and ILinksGroupListExtensions class.
Link struct:
- Added Combine method.
- Removed AddDependency method.
0.2.0
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.2.0
Added support for significant whitespace parsing.
0.1.0
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.1.0
Added single line links definitions to support the notation with less parentheses.
Issues fix.
0.0.2
https://www.nuget.org/packages/Platform.Communication.Protocol.Lino/0.0.2
Added IListExtensions class with Format extension method.