mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Bump, misc
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract class SerializableFile : IDisposable {
|
||||
ArgumentNullException.ThrowIfNull(serializableFile);
|
||||
|
||||
if (string.IsNullOrEmpty(serializableFile.FilePath)) {
|
||||
throw new InvalidOperationException(nameof(FilePath));
|
||||
throw new InvalidOperationException(nameof(serializableFile.FilePath));
|
||||
}
|
||||
|
||||
if (serializableFile.ReadOnly) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>6.0.0.4</Version>
|
||||
<Version>6.0.1.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user