Skip to content

Commit 66605a0

Browse files
committed
Version 0.2.2. Release notes updated.
1 parent c275fa1 commit 66605a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 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.2.1</VersionPrefix>
7+
<VersionPrefix>0.2.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFrameworks>net471;netstandard2.0;netstandard2.1</TargetFrameworks>
1010
<AssemblyName>Platform.Communication.Protocol.Lino</AssemblyName>
@@ -24,11 +24,7 @@
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<LangVersion>latest</LangVersion>
27-
<PackageReleaseNotes>Using a more reliable way to convert groups to links.
28-
Added LinksGroup struct and ILinksGroupListExtensions class.
29-
Link struct:
30-
* Added Combine method.
31-
* Removed AddDependency method.</PackageReleaseNotes>
27+
<PackageReleaseNotes>A better grammar design.</PackageReleaseNotes>
3228
</PropertyGroup>
3329

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

0 commit comments

Comments
 (0)