Index: Migration/Scripts/src/Migration.Scripts.Data/VersionedFile.cs =================================================================== diff -u -rf5120263f838eaf211d8f73ca08a78c22e9777fb -r07ab02003751f717e8534ff7392cb915efcdc3b8 --- Migration/Scripts/src/Migration.Scripts.Data/VersionedFile.cs (.../VersionedFile.cs) (revision f5120263f838eaf211d8f73ca08a78c22e9777fb) +++ Migration/Scripts/src/Migration.Scripts.Data/VersionedFile.cs (.../VersionedFile.cs) (revision 07ab02003751f717e8534ff7392cb915efcdc3b8) @@ -29,7 +29,7 @@ /// /// Class that defines a file that has a version. /// - public class VersionedFile + public class VersionedFile : IVersionedFile { /// /// Creates a new instance of the class. @@ -49,22 +49,8 @@ Location = path; } - /// - /// Gets the location of the versioned file. - /// public string Location { get; } - /// - /// Gets the version of the . - /// - /// The version. - /// Thrown when: - /// - /// No file could be found at . - /// Unable to open file at . - /// - /// - /// Thrown when is not a valid file. public string GetVersion() { using (var sourceFile = new RingtoetsDatabaseSourceFile(Location))