Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@zvirja zvirja released this 04 Oct 12:31
· 5 commits to master since this release

This is a major release and there are two main changes in it:

1. Changed default namespace from Ploeh.Albedo to Albedo

Recently the ownership of this project has been passed from Mark Seemann to maintainers of the AlbedoOrg organization. To reflect that change the default namespace prefix and assembly name were changed from Phoeh.Albedo to Albedo. Clients can use the text replace feature of their IDE to quickly fix all the namespace imports as types organization is the same.

2. Added .NET Standard 2.0 support

Now library targets both .NET 3.5 and .NET Standard 2.0. It's impossible to target the earlier versions of .NET Standard because library use very specific Reflection API that is not available in previous versions neither by default nor via NuGet packages.