Skip to content

Commit

Permalink
[C#] 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 10, 2021
1 parent 108e620 commit 8ae7427
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Communication.Protocol.Lino Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Communication.Protocol.Lino</AssemblyTitle>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1;net5</TargetFrameworks>
<AssemblyName>Platform.Communication.Protocol.Lino</AssemblyName>
Expand All @@ -24,9 +24,12 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<PackageReleaseNotes>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.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 8ae7427

Please sign in to comment.