Skip to content

Commit cbff9c3

Browse files
committed
Fixing 'NuGet packages missing' error
1 parent 182452b commit cbff9c3

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

BetterChat.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,8 @@
138138
<ItemGroup>
139139
<None Include="packages.config" />
140140
</ItemGroup>
141+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
142+
<ImportGroup Label="ExtensionTargets">
143+
<Import Project="packages\nlohmann.json.3.11.2\build\native\nlohmann.json.targets" Condition="Exists('packages\nlohmann.json.3.11.2\build\native\nlohmann.json.targets')" />
144+
</ImportGroup>
141145
</Project>

plugins/BetterChat.dll

1.5 KB
Binary file not shown.

plugins/BetterChat.exp

0 Bytes
Binary file not shown.

plugins/BetterChat.lib

0 Bytes
Binary file not shown.

plugins/BetterChat.pdb

1.91 MB
Binary file not shown.

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22
#define VERSION_MAJOR 3
33
#define VERSION_MINOR 0
4-
#define VERSION_PATCH 0
5-
#define VERSION_BUILD 396
4+
#define VERSION_PATCH 1
5+
#define VERSION_BUILD 400
66

77
#define stringify(a) stringify_(a)
88
#define stringify_(a) #a

0 commit comments

Comments
 (0)