Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Observable Objects Property `WaitOnNotifyPropertyChanged` has been renamed to Pr
Observable Collections Property `WaitOnNotifyCollectionChanged` has been removed and now uses Property `WaitOnNotifying`.


## Breaking changes from v3.1.1 to v3.1.2!
## Breaking changes from v3.1.1 to v3.1.3!

Lock `MethodThreadLock` has been renamed to `MethodThreadLocks`.

Expand Down
2 changes: 1 addition & 1 deletion src/ThunderDesign.Net-PCL.Threading.nuspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<file src="src/ThunderDesign.Net-PCL.SourceGenerators/bin/Release/netstandard2.0/ThunderDesign.Net-PCL.SourceGenerators.dll" target="analyzers/dotnet/cs/" />

<!-- Include the icon -->
<file src="..\icon.png" target="" />
<file src="src/icon.png" target="" />

<!-- Include the README -->
<file src="README.md" target="" />
Expand Down
Loading