Skip to content

Commit 95becb8

Browse files
committed
Fixed bin path checking bug.
1 parent a66c671 commit 95becb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Nopipeline/Nopipeline/WatchSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public WatchSnapshot(Content content, string rootPath)
2222
_rootPath = rootPath;
2323

2424
_tempSnapshotPath = Path.Combine(_rootPath, "bin/watch.npl.temp");
25-
_tempSnapshotDirectory = Path.GetDirectoryName(Path.GetDirectoryName(_tempSnapshotPath));
25+
_tempSnapshotDirectory = Path.GetDirectoryName(_tempSnapshotPath);
2626
ReadSnapshot();
2727
}
2828

Nuget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.1.3</Version>
3+
<Version>2.1.4</Version>
44
<Description>A Content Pipeline addon for Monogame which fully replaces Pipeline UI.</Description>
55
<Authors>Martenfur</Authors>
66
<Company>Chai Foxes</Company>

0 commit comments

Comments
 (0)