Fixes installer not being marked as public

This commit is contained in:
Cyberboss
2017-10-23 22:08:31 -04:00
parent 3c9cccb5f2
commit 40a06200c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace TGServerService
/// This tells the .msi there is a Windows <see cref="System.ServiceProcess.ServiceBase"/> in this <see cref="System.Reflection.Assembly"/> that needs installation
/// </summary>
[RunInstaller(true)]
partial class ProjectInstaller : Installer
public partial class ProjectInstaller : Installer
{
/// <summary>
/// Construct a <see cref="ProjectInstaller"/>