WP-Fx.EasyMoq 1.1.1

dotnet add package WP-Fx.EasyMoq --version 1.1.1
NuGet\Install-Package WP-Fx.EasyMoq -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WP-Fx.EasyMoq" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WP-Fx.EasyMoq --version 1.1.1
#r "nuget: WP-Fx.EasyMoq, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WP-Fx.EasyMoq as a Cake Addin
#addin nuget:?package=WP-Fx.EasyMoq&version=1.1.1

// Install WP-Fx.EasyMoq as a Cake Tool
#tool nuget:?package=WP-Fx.EasyMoq&version=1.1.1

EasyMoq is a small and free mocking framework for any kind of project. It is built as a portable class library and uses T4-templating to generate mocks. This makes it a perfect choice for mocking on WP- or WinRT-platform, since there is a lack of dynamic proxy creation.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 2,394 5/1/2013
1.1.0 1,213 5/1/2013
1.0.8 1,231 3/19/2013
1.0.7 1,200 3/18/2013
1.0.6 1,198 3/18/2013
1.0.5 1,202 3/17/2013
1.0.4 1,172 3/16/2013
1.0.3 1,205 3/15/2013
1.0.2 1,187 3/15/2013
1.0.1 1,247 3/15/2013
1.0.0 1,219 3/15/2013

This is the first release and therefore it may not be perfect. But I am using it in my bachelor thesis and this means there will be updates for functionality that ain't work as it should or is missed at the moment.
Currently, interface-mocking is the only supported feature.
If you miss functionality, feel free to give me feedback.

1.1.1
*****
- Added event support for WinRT apps.
- Fixed issue with usage of members in verification.

1.1.0
*****
- Enabled raising events on methods, properties and objects.
- Changed generated mockables to include namespace on all types.
- Members in setups and verifications are now accepted.
- Conditions include feedback and boundaries in the thrown exception.

1.0.8
*****
- Mocking internal interfaces is now possible

1.0.7 and earlier
****************
- Minor and major fixes in template to generate compilable code.