This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Releases: josefpihrt/snippetmanager
Releases · josefpihrt/snippetmanager
v1.3.3
v1.3.2
- Add new languages.
- Fix bug that occurs when file contains empty CodeSnippets element.
v1.3.0
- Add support for .NET Standard 1.3
- Add support for Portable Class Library
v1.2.2
- Add method SnippetUtility.RemoveUnusedLiterals.
- Add method SnippetUtility.RemoveUnusedPlaceholders.
- Add DebuggerDisplayAttribute.
v1.2.0
- Add method SnippetCode.ReplacePlaceholders(string, string).
- Add method LiteralCollection.Remove(string).
- Update SnippetUtility.FindDuplicateShortcuts method so it reflects possible alternative shortcuts.
v1.1.0
- Add support for xml element "AlternativeShortcuts".
- Fix bug in SnippetSerializer.CreateXml method - remove BOM from returned string.
v1.0.0
- Add "LiteralRenamer" API which supports renaming of snippet literal including its occurrences in the code.
- Rename Language.VB to Language.VisualBasic.
- Rename Language.Cpp to Language.CPlusPlus.