Skip to content

Commit df361ba

Browse files
committed
bump version
1 parent fd4dfb4 commit df361ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.7.3.{build}
1+
version: 2.8.0.{build}
22

33
image:
44
- Visual Studio 2013

src/doc/monodoc/core/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
under <format type="text/html"><a href="https://github.com/xmlunit/xmlunit.net/blob/master/LICENSE">the
4646
Apache License, Version 2.0</a></format>.</para></Remarks>
4747
<Copyright></Copyright>
48-
<Title>XMLUnit.NET 2.7.3-alpha-01</Title>
48+
<Title>XMLUnit.NET 2.8.0-alpha-01</Title>
4949
</Overview>

src/shared/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Org.XmlUnit
2525
{
2626
internal static class XmlUnitVersion
2727
{
28-
internal const string ApiVersion = "2.7.3";
28+
internal const string ApiVersion = "2.8.0";
2929
internal const string AssemblyVersion = ApiVersion + ".179";
3030
internal const string Version = ApiVersion + "-alpha-01";
3131
}

0 commit comments

Comments
 (0)