From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001
From: giy <giy@omp-system.ru>
Date: Fri, 02 Sep 2022 14:16:56 +0300
Subject: [PATCH] Обновление до версии 2.9.0
---
QtVsTest/QtVsTest.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/QtVsTest/QtVsTest.cs b/QtVsTest/QtVsTest.cs
index 74a7939..15ed031 100644
--- a/QtVsTest/QtVsTest.cs
+++ b/QtVsTest/QtVsTest.cs
@@ -27,6 +27,7 @@
****************************************************************************/
using System;
+using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using Microsoft.VisualStudio.Shell;
@@ -38,7 +39,6 @@
namespace QtVsTest
{
using Macros;
- using System.IO;
[Guid(PackageGuidString)]
[InstalledProductRegistration(
@@ -53,7 +53,7 @@
public sealed class QtVsTest : AsyncPackage
{
public const string PackageGuidString = "0e258dce-fc8a-49a2-81c5-c9e138bfe500";
- MacroServer MacroServer { get; set; }
+ MacroServer MacroServer { get; }
public QtVsTest()
{
--
Gitblit v1.9.1