Skip to content

Commit

Permalink
Merge pull request #778 from BUTR/bugfix/version-propagation
Browse files Browse the repository at this point in the history
ArchiveInstaller propagate properties
  • Loading branch information
Al12rs authored Nov 16, 2023
2 parents fd90b03 + 6657bac commit e624bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NexusMods.DataModel/ArchiveInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public async Task<ModId[]> AddMods(LoadoutId loadoutId, DownloadId downloadId, s
Status = ModStatus.Installed,
Enabled = true,
Name = mod.Name,
Version = mod.Version,
Files = mod.Files,
Metadata = mod.Metadata
});
Expand Down

0 comments on commit e624bae

Please sign in to comment.