We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a0605 commit 807726cCopy full SHA for 807726c
1 file changed
src/shared/CommonAssemblyInfo.cs
@@ -26,6 +26,7 @@ namespace Org.XmlUnit
26
internal static class XmlUnitVersion
27
{
28
internal const string ApiVersion = "2.7.1";
29
- internal const string AssemblyVersion = ApiVersion + ".174";
+ internal const string AssemblyVersion = ApiVersion + ".175";
30
+ internal const string Version = ApiVersion;
31
}
32
0 commit comments