Skip to content

Commit

Permalink
Fixed Version not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Apr 2, 2018
1 parent 2ff2554 commit 6ed3132
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions KCDModMerger/KCDModMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -808,4 +808,8 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
5 changes: 4 additions & 1 deletion KCDModMerger/ModManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace KCDModMerger
{
public class ModManager : INotifyPropertyChanged
{
private const string VERSION = "1.3 'Logginus Lanze'";
private const string VERSION = "1.4 'Ariadnes Threads'";
private const string TEMP_FILES = "\\TempFiles";
private const string TEMP_MERGED_DIR = "\\MergedFiles";
private const string MODMANAGER_DIR = "\\ModMerger";
Expand Down Expand Up @@ -913,6 +913,9 @@ private void UpdateModList()
ModNames.Clear();
Conflicts.Clear();
ModFiles.Clear();
_mergedFiles.Clear();

OnPropertyChanged(nameof(Conflicts));

ScanDataDir();

Expand Down
Binary file modified KCDModMerger/bin/Release/KCDModMerger.exe
Binary file not shown.
Binary file modified KCDModMerger/bin/Release/KCDModMerger.pdb
Binary file not shown.
Binary file modified KCDModMerger/bin/Release/KCDModMerger.zip
Binary file not shown.

0 comments on commit 6ed3132

Please sign in to comment.