Skip to content

Commit b91bce4

Browse files
authored
Update Platform.Collections.Methods.TemplateLibrary.nuspec
1 parent da85039 commit b91bce4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

cpp/Platform.Collections.Methods/Platform.Collections.Methods.TemplateLibrary.nuspec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
<title>LinksPlatform's Platform.Collections.Methods Template Library</title>
66
<summary>LinksPlatform's Platform.Collections.Methods is a Template Library what contains standard implementation of methods for collections.</summary>
77
<description>LinksPlatform's Platform.Collections.Methods is a Template Library what contains set of C++ classes templates to build custom implementations of collections on top of provided standard methods implementations. Use Platform.Collections.Methods.h file to include the library.</description>
8-
<releaseNotes>DoublyLinkedLists split into two implementations absolute and relative.
9-
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
10-
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).
11-
Better translation from C#.</releaseNotes>
12-
<version>0.2.0</version>
8+
<releaseNotes> Updated build to conan 2.0</releaseNotes>
9+
<version>0.3.0</version>
1310
<authors>Konstantin Diachenko</authors>
1411
<owners>Konstantin Diachenko</owners>
1512
<copyright>Konstantin Diachenko</copyright>
@@ -23,4 +20,4 @@ Better translation from C#.</releaseNotes>
2320
<group targetFramework="native"></group>
2421
</dependencies>
2522
</metadata>
26-
</package>
23+
</package>

0 commit comments

Comments
 (0)