Skip to content

Commit

Permalink
Merge pull request #547 from ow-mods/dev
Browse files Browse the repository at this point in the history
actually fix the nuget (please)
  • Loading branch information
misternebula authored Jul 3, 2023
2 parents edeae66 + fcbd314 commit 5d59545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/OWML.Launcher/OWML.Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Alek",
"name": "OWML",
"uniqueName": "Alek.OWML",
"version": "2.9.2",
"version": "2.9.3",
"minGameVersion": "1.1.13.393",
"maxGameVersion": "1.1.13.456"
}
4 changes: 2 additions & 2 deletions src/OWML.ModHelper/OWML.ModHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>9.0</LangVersion>
<PackageVersion>2.9.2</PackageVersion>
<PackageVersion>2.9.3</PackageVersion>
<PackageId>OWML</PackageId>
<Title>OWML</Title>
<Version>2.9.2</Version>
<Version>2.9.3</Version>
<Authors>Alek, Nebula, Raicuparta, TAImatem</Authors>
<Description>Mod loader and mod framework for Outer Wilds</Description>
<PackageTags>Outer Wilds</PackageTags>
Expand Down
1 change: 1 addition & 0 deletions src/OWML.ModHelper/OWML.ModHelper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</dependencies>
</metadata>
<files>
<file src="bin\Debug\net48\OWML.ModHelper.dll" target="lib\net48" />
<file src="bin\Debug\net48\OWML.ModHelper.Assets.dll" target="lib\net48" />
<file src="bin\Debug\net48\OWML.ModHelper.Events.dll" target="lib\net48" />
<file src="bin\Debug\net48\OWML.ModHelper.Menus.dll" target="lib\net48" />
Expand Down

0 comments on commit 5d59545

Please sign in to comment.