VersionStore

Namespace: uModIOSchema

Assembly: uMod.Core.dll

Inheritance Object VersionStore

Summary

Represents a version store

Methods

Name

Summary

GetLastKnownVersion (String)

Gets the last known version of a file

Update (String, VersionNumber)

Updates stored version for the specified file

Update (IEnumerable<IVersionableFile>, String)

Updates the version store for the specified versionable files

Update (Dictionary<String, VersionNumber>)

Updates the version store using the specified file/version key-value-pair

Static Fields

Name

Summary

Instance

Gets the singleton instance of the VersionStore