# unity.extensions **Repository Path**: mirrors_dbuksbaum/unity.extensions ## Basic Information - **Project Name**: unity.extensions - **Description**: Type Tracking Extension for Microsoft's Unity IoC - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Unity.Extensions ================ This is the repository for the Hazware Unity Extension project. - [Hazware Unity Extensions](http://buksbaum.us/things-i-did/hazware-unity-typetracking/) - [Dave's blog](http://buksbaum.us/) __Version X.Y - mm/dd/yyyy__ * Updated the home page link in readme and nuget packages __Version 2.2 - 05/18/2012__ * Updated NUnit to 2.6 * Minor project file updates to support TeamCity CI * Cleaned up AssemblyInfo * Modified .gitignore to support NuGet PackageRestore * Deprecated psake build scripts. These will be removed in the next release. __Version 2.1 - 08/16/2011__ * Cleaned up source tree * Added psake build script * Added Silverlight 4 support __Version 2.0 - 06/16/2011__ * Replaced static dependency to Unity with NuGet Package * Upgraded Unity 2.0.414 to 2.1.505 * Created NuGet Package Hazware.Unity.TypeTracking * Renamed Directory, Namespace, Assembly name to Hazware.Unity.TypeTracking * Renamed Directory, Namespace, Assembly name to Hazware.Unity.TypeTracking.Tests * Added Hazware.Unity.TypeTracking-v40 to target .NET 4.0 * Added Hazware.Unity.TypeTracking.Tests-v40 to target .NET 4.0 * Changed unit testing from Gallio/MbUnit to NUnit __Version 1.0 - 08/20/2009__ * Initial Release