REFACTOR: Final cleanup of DiscImageChef.Core.

This commit is contained in:
2017-12-23 17:41:23 +00:00
parent e05de44620
commit 380dbad1a0
48 changed files with 986 additions and 1017 deletions

View File

@@ -38,7 +38,7 @@ namespace DiscImageChef.Core
static class Version
{
/// <summary>
/// Gets XML software type for the running version
/// Gets XML software type for the running version
/// </summary>
/// <param name="platform">Platform we are running in</param>
/// <returns>XML software type</returns>
@@ -54,7 +54,7 @@ namespace DiscImageChef.Core
}
/// <summary>
/// Gets version string
/// Gets version string
/// </summary>
/// <returns>Version</returns>
internal static string GetVersion()