Skip to content

Commit

Permalink
Update Platform.Collections.Methods.TemplateLibrary.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nassipkali authored Jul 4, 2023
1 parent da85039 commit b91bce4
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
<title>LinksPlatform's Platform.Collections.Methods Template Library</title>
<summary>LinksPlatform's Platform.Collections.Methods is a Template Library what contains standard implementation of methods for collections.</summary>
<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>
<releaseNotes>DoublyLinkedLists split into two implementations absolute and relative.
Absolute implementation means there is a single global list with fixed location (can be decided on initialization).
Relative implementation means there are many lists and each is relative to some element's location (must be decided on each read/write operation).
Better translation from C#.</releaseNotes>
<version>0.2.0</version>
<releaseNotes> Updated build to conan 2.0</releaseNotes>
<version>0.3.0</version>
<authors>Konstantin Diachenko</authors>
<owners>Konstantin Diachenko</owners>
<copyright>Konstantin Diachenko</copyright>
Expand All @@ -23,4 +20,4 @@ Better translation from C#.</releaseNotes>
<group targetFramework="native"></group>
</dependencies>
</metadata>
</package>
</package>

0 comments on commit b91bce4

Please sign in to comment.