From: Stefan B. <no...@gi...> - 2020-09-27 09:40:10
|
Branch: refs/heads/main Home: https://github.com/xmlunit/xmlunit.net Commit: 7549fb277d91228865471cfacd3db6c76b7782d1 https://github.com/xmlunit/xmlunit.net/commit/7549fb277d91228865471cfacd3db6c76b7782d1 Author: Stefan Bodewig <ste...@fr...> Date: 2020-09-27 (Sun, 27 Sep 2020) Changed paths: M RELEASE_NOTES.md M appveyor.yml M src/doc/monodoc/core/index.xml M src/main/net-core/ISource.cs M src/main/net-core/Input/AbstractSource.cs M src/main/net-core/Input/ByteArraySource.cs M src/main/net-core/Input/CommentLessSource.cs M src/main/net-core/Input/NormalizedSource.cs M src/main/net-core/Input/StringSource.cs M src/shared/CommonAssemblyInfo.cs Log Message: ----------- make ISource IDisposable, fixes #33 |