Skip to content

Commit 8ae7427

Browse files
committed
[C#] 0.4.0
1 parent 108e620 commit 8ae7427

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

csharp/Platform.Communication.Protocol.Lino/Platform.Communication.Protocol.Lino.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Communication.Protocol.Lino Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Communication.Protocol.Lino</AssemblyTitle>
7-
<VersionPrefix>0.3.0</VersionPrefix>
7+
<VersionPrefix>0.4.0</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
1010
<AssemblyName>Platform.Communication.Protocol.Lino</AssemblyName>
@@ -24,9 +24,12 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
28-
Microsoft.CSharp dependency updated from 4.6.0 to 4.7.0.
29-
Platform.Collections dependency updated from 0.1.0 to 0.2.0.</PackageReleaseNotes>
27+
<PackageReleaseNotes>Id and Values properties replaced with readonly fields.
28+
It is easier to convert tuples to links.
29+
It is now possible to use all symbols except control symbols as reference symbols.
30+
_ struct is added to mark links with set address.
31+
Platform.Collections dependency updated from 0.2.0 to 0.3.0.
32+
.NET 5 support is added.</PackageReleaseNotes>
3033
</PropertyGroup>
3134

3235
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">

0 commit comments

Comments
 (0)