Skip to content

Releases: winscripter/AddWithXmlDoc

v2.1.0

28 Aug 10:56
Compare
Choose a tag to compare

Changes this:

public class C : IEquatable<C>

to:

public class C : IEquatable<C?>

v2.0.0

28 Aug 09:53
Compare
Choose a tag to compare

Adds inheritdoc support

v1.0.2

28 Aug 05:20
Compare
Choose a tag to compare

This version fixes a bug where it is not possible to install the extension for VS 2022 due to architecture differences (we used a minimum version of VS 2017 which meant that the extension was 32-bit, but VS 2022 is 64-bit so it won't install there).

v1.0.1

28 Aug 04:15
Compare
Choose a tag to compare

This version fixes a bug where the base list becomes incomplete when clicking to generate equality members. Like so:

public class Class1 :

v1.0.0

27 Aug 18:03
Compare
Choose a tag to compare

This is the first release of AddWithXmlDoc for Visual Studio. Released on August 27, 2025.