diff --git a/bsmd.dbh/Request/NSWRequest.cs b/bsmd.dbh/Request/NSWRequest.cs index 979cfa67..9f828a73 100644 --- a/bsmd.dbh/Request/NSWRequest.cs +++ b/bsmd.dbh/Request/NSWRequest.cs @@ -249,7 +249,7 @@ namespace bsmd.dbh.Request { /// - [System.Xml.Serialization.XmlEnumAttribute("7.2")] + [System.Xml.Serialization.XmlEnumAttribute("7.2.1")] Item72, } diff --git a/bsmd.dbh/RequestUtil.cs b/bsmd.dbh/RequestUtil.cs index 5db6f503..f54fd017 100644 --- a/bsmd.dbh/RequestUtil.cs +++ b/bsmd.dbh/RequestUtil.cs @@ -4,9 +4,6 @@ using System; using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Xml.Serialization; using bsmd.database; using log4net; @@ -26,7 +23,7 @@ namespace bsmd.dbh { Root root = new Root(); root.Version = RootVersion.Item72; - root.SourceDocumentVersion = "7.2"; + root.SourceDocumentVersion = "7.2.1"; root.Timestamp = DateTime.Now; string filenameComponent;