This version swaps from AutoMapper's static configuration of mapping and uses the new MapperConfiguration set up available in Automapper 4.2.1 - see issue #14. GenericServices works in exactly the same way, but just uses newer libraries. I wouldn't bother to update GenericServices unless you want to use some new feature in AutoMapper.
The only new command is GenericServicesConfig.ClearAutoMapperCache()
which is only their for Unit Test purposes.
V1.0.9 is released to NuGet and the two example applications, SampleMvcWebApp and SampleMvcWebAppComplex, have been updated to use V1.0.9.