Remove unused namespaces and update version number
Removed System.Security.Principal and System.Windows namespaces from UpdateApp.cs as they are no longer needed. Incremented version number in MagicChatbox.csproj from 0.9.045 to 0.9.046 to reflect minor updates.
PR Classification
Code cleanup and minor version update.
PR Summary
Removed unused namespaces and incremented the application version.
UpdateApp.cs: Removed System.Security.Principal and System.Windows namespaces.
MagicChatbox.csproj: Updated version number from 0.9.045 to 0.9.046.
Remove unused namespaces and update version number
Removed
System.Security.Principal
andSystem.Windows
namespaces fromUpdateApp.cs
as they are no longer needed. Incremented version number inMagicChatbox.csproj
from0.9.045
to0.9.046
to reflect minor updates.PR Classification
Code cleanup and minor version update.
PR Summary
Removed unused namespaces and incremented the application version.
UpdateApp.cs
: RemovedSystem.Security.Principal
andSystem.Windows
namespaces.MagicChatbox.csproj
: Updated version number from0.9.045
to0.9.046
.