Skip to content

Commit 44cbe27

Browse files
committed
Update version number
Fix linux ref & export dir
1 parent c2ee6bd commit 44cbe27

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

LanguageSupport.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<Product>LanguageSupport</Product>
88
<Description>A Hollow Knight Mod</Description>
99
<Copyright>Copyright © SFGrenade 2019-2021</Copyright>
10-
<AssemblyVersion>1.5.0.0</AssemblyVersion>
11-
<FileVersion>1.5.0.0</FileVersion>
10+
<AssemblyVersion>1.5.1.0</AssemblyVersion>
11+
<FileVersion>1.5.1.0</FileVersion>
1212
<OutputPath>bin/$(Configuration)/</OutputPath>
1313
<LangVersion>latest</LangVersion>
14-
<HollowKnightRefs Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/.steam/steam/steamapps/common/Hollow Knight/hollow_knight_Data/Managed/</HollowKnightRefs>
14+
<HollowKnightRefs Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/Games/gog/hollow-knight/game/Hollow Knight_Data/Managed/</HollowKnightRefs>
1515
<HollowKnightRefs Condition="$([MSBuild]::IsOSPlatform('Windows'))">E:/GOG/Hollow Knight 1.5 Modded/Hollow Knight_Data/Managed/</HollowKnightRefs>
16-
<ExportDir Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/Projects/_Export/</ExportDir>
16+
<ExportDir Condition="$([MSBuild]::IsOSPlatform('Linux'))">/home/sfg/Documents/Projects/__Exports/</ExportDir>
1717
<ExportDir Condition="$([MSBuild]::IsOSPlatform('Windows'))">E:/Github_Projects/__Exports/</ExportDir>
1818
</PropertyGroup>
1919
<Target Name="CopyMod" AfterTargets="PostBuildEvent">
@@ -329,7 +329,4 @@
329329
<EmbeddedResource Include="Resources\tmprofont-test-smaller" />
330330
<None Include="sgKey.snk" />
331331
</ItemGroup>
332-
<ItemGroup>
333-
<ProjectReference Include="..\SFCore\SFCore.csproj" />
334-
</ItemGroup>
335332
</Project>

0 commit comments

Comments
 (0)