diff --git a/Docs/articles/tools/Overview.md b/Docs/articles/tools/Overview.md index 025b444ad..a18679dd3 100644 --- a/Docs/articles/tools/Overview.md +++ b/Docs/articles/tools/Overview.md @@ -12,4 +12,4 @@ DryWetMIDI provides some useful tools to solve complex tasks: * [Resizer](xref:a_resizer) to resize groups of objects or MIDI files. * [Repeater](xref:a_repeater) to repeat groups of objects or MIDI files. * [Sanitizer](xref:a_sanitizer) to clean a MIDI file up removing redundant events and so on. -* [CSV converter](xref:Melanchall.DryWetMidi.Tools.CsvConverter) to convert MIDI objects to CSV representation and read them back. \ No newline at end of file +* [CSV serializer](xref:a_csv_serializer) to convert MIDI objects to CSV representation and read them back. \ No newline at end of file diff --git a/README.md b/README.md index 162480fa2..8abf0476b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![DryWetMIDI Logo](https://raw.githubusercontent.com/melanchall/drywetmidi/develop/Resources/Images/dwm-logo.png) -[![NuGet (full)](https://img.shields.io/nuget/v/Melanchall.DryWetMidi.svg?label=NuGet%20(full)&color=5295D0)](https://www.nuget.org/packages/Melanchall.DryWetMidi/) [![NuGet (nativeless)](https://img.shields.io/nuget/v/Melanchall.DryWetMidi.Nativeless.svg?label=NuGet%20(nativeless)&color=5295D0)](https://www.nuget.org/packages/Melanchall.DryWetMidi.Nativeless/) [![Unity asset (full)](https://img.shields.io/static/v1?label=Unity%20Asset%20(full)&message=v7.0.2&color=5295D0)](https://assetstore.unity.com/packages/tools/audio/drywetmidi-222171) [![Unity asset (nativeless)](https://img.shields.io/static/v1?label=Unity%20Asset%20(nativeless)&message=v7.0.2&color=5295D0)](https://assetstore.unity.com/packages/tools/audio/drywetmidi-nativeless-228998) +[![NuGet (full)](https://img.shields.io/nuget/v/Melanchall.DryWetMidi.svg?label=NuGet%20(full)&color=5295D0)](https://www.nuget.org/packages/Melanchall.DryWetMidi/) [![NuGet (nativeless)](https://img.shields.io/nuget/v/Melanchall.DryWetMidi.Nativeless.svg?label=NuGet%20(nativeless)&color=5295D0)](https://www.nuget.org/packages/Melanchall.DryWetMidi.Nativeless/) [![Unity asset (full)](https://img.shields.io/static/v1?label=Unity%20Asset%20(full)&message=v7.1.0&color=5295D0)](https://assetstore.unity.com/packages/tools/audio/drywetmidi-222171) [![Unity asset (nativeless)](https://img.shields.io/static/v1?label=Unity%20Asset%20(nativeless)&message=v7.1.0&color=5295D0)](https://assetstore.unity.com/packages/tools/audio/drywetmidi-nativeless-228998)