Obsoletes all legacy installer classes from the legacy data layer.

This commit is contained in:
Shannon
2013-09-10 11:43:07 +10:00
parent e60f20a6a2
commit 105af392dc
14 changed files with 21 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ namespace SqlCE4Umbraco
/// <summary>
/// Database installer for an SQL Server data source.
/// </summary>
[Obsolete("The legacy installers are no longer used and will be removed from the codebase in the future")]
public class SqlCEInstaller : DefaultInstallerUtility<SqlCEHelper>
{
#region Private Constants