Skip to content

Commit 7538107

Browse files
committed
Version 0.0.5. Release notes updated.
1 parent 9df4810 commit 7538107

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Platform.Threading.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>LinksPlatform's Platform.Threading Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Platform.Threading</AssemblyTitle>
7-
<VersionPrefix>0.0.4</VersionPrefix>
7+
<VersionPrefix>0.0.5</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>netstandard2.0</TargetFramework>
1010
<AssemblyName>Platform.Threading</AssemblyName>
@@ -21,8 +21,12 @@
2121
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24-
<PackageReleaseNotes>Platform.Collections updated to 0.0.3 version.
25-
Refactoring.</PackageReleaseNotes>
24+
<PackageReleaseNotes>Platform.Collections dependency updated from 0.0.3 to 0.0.4.
25+
SynchronizationExtensions class renamed to ISynchronizationExtensions.
26+
XML documentation file generation turned on.
27+
Added code comments.
28+
Travis CI connected.
29+
Refactoring, issues fix.</PackageReleaseNotes>
2630
</PropertyGroup>
2731

2832
<ItemGroup>

0 commit comments

Comments
 (0)