Skip to content

Commit 020669b

Browse files
authored
Merge pull request #101 from XuuXiaolan/main
changed csproj to point to latest LethalCompany version
2 parents 43e0943 + b72d1a0 commit 020669b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## LethalLib [1.1.0]
9+
10+
### Fixed
11+
12+
- Updated mod version to work with V70 Lethal.
13+
814
## LethalLib [1.0.3]
915

1016
### Fixed

LethalLib/LethalLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ItemGroup>
5959

6060
<ItemGroup Condition="$(CI) == 'true'">
61-
<PackageReference Include="LethalCompany.GameLibs.Steam" Version="67.0.0-ngd.0" Publicize="true" PrivateAssets="all" />
61+
<PackageReference Include="LethalCompany.GameLibs.Steam" Version="70.0.0-ngd.0" Publicize="true" PrivateAssets="all" />
6262
<Reference Include="MMHOOK_Assembly-CSharp">
6363
<HintPath>$(ProjectDir)../lib/MMHOOK_Assembly-CSharp.dll</HintPath>
6464
</Reference>

0 commit comments

Comments
 (0)