Skip to content

Commit

Permalink
Update description & README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhewitt627 committed Jan 16, 2018
1 parent 5d3080d commit 4841a64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# SynchronizedEvents
# SynchronizedEvents [![Build status](https://ci.appveyor.com/api/projects/status/js78tnv75sxlly88?svg=true)](https://ci.appveyor.com/project/adamhewitt627/synchronizedevents) [![NuGet Status](http://img.shields.io/nuget/v/SynchronizedEvents.svg?style=flat)](https://www.nuget.org/packages/SynchronizedEvents/)
Event handlers that marshal the invoke back to the SynchronizationContext on which the registration occurs. This is helpful in data-binding (WPF, UWP, etc) where INotifyPropertyChanged needs posted on the UI thread by a shared library that doesn't have a Dispatcher.

Includes a built-in `INotifyPropertyChanged` implementation [BindableBase](BindableBase.cs) to serve as an example and common base class for view models.
4 changes: 4 additions & 0 deletions SynchronizedEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<Authors>Adam Hewitt</Authors>
<PackageProjectUrl>https://github.com/adamhewitt627/SynchronizedEvents</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/adamhewitt627/SynchronizedEvents/blob/master/LICENSE</PackageLicenseUrl>
<Description>
Event handlers that marshal the invoke back to the SynchronizationContext on which the registration occurs.
This is helpful in data-binding (WPF, UWP, etc) where INotifyPropertyChanged needs posted on the UI thread by a shared library that doesn't have a Dispatcher.
</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4841a64

Please sign in to comment.