diff --git a/Installer/version.txt b/Installer/version.txt index 9588990..b6f574f 100644 --- a/Installer/version.txt +++ b/Installer/version.txt @@ -1 +1 @@ -2.2.8.63 \ No newline at end of file +2.2.9.1 \ No newline at end of file diff --git a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/MCEControl.xUnit.csproj b/src/MigrationBackup/ab75dea2/MCEControl.xUnit/MCEControl.xUnit.csproj deleted file mode 100644 index a700651..0000000 --- a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/MCEControl.xUnit.csproj +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - Debug - AnyCPU - {802C3D76-90A7-4247-8EA9-2FB75811B97A} - Library - Properties - MCEControl.xUnit - MCEControl.xUnit - v4.7.2 - 512 - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - ..\..\src\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll - - - ..\..\src\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll - - - ..\..\src\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll - - - ..\..\src\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll - - - - - - - - - - - - - - - {9489caa5-2568-4ed5-a9aa-f5941cc608eb} - MCEControl - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - \ No newline at end of file diff --git a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/NuGetUpgradeLog.html b/src/MigrationBackup/ab75dea2/MCEControl.xUnit/NuGetUpgradeLog.html deleted file mode 100644 index 3d4322e..0000000 --- a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/NuGetUpgradeLog.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - MCEControl.xUnit

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\Users\ckindel\s\mcec\src\MigrationBackup\ab75dea2\MCEControl.xUnit
Help me rollback to packages.config

Packages processed

Top-level dependencies:

Package IdVersion
xunit - v2.4.1
xunit.abstractions - v2.0.3
xunit.analyzers - v0.10.0
xunit.assert - v2.4.1
xunit.core - v2.4.1
xunit.extensibility.core - v2.4.1
xunit.extensibility.execution - v2.4.1

Transitive dependencies:

Package IdVersion
- No transitive dependencies found. -

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/packages.config b/src/MigrationBackup/ab75dea2/MCEControl.xUnit/packages.config deleted file mode 100644 index 2627d59..0000000 --- a/src/MigrationBackup/ab75dea2/MCEControl.xUnit/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/src/logging.nsh.txt b/src/logging.nsh.txt deleted file mode 100644 index 30371a1..0000000 --- a/src/logging.nsh.txt +++ /dev/null @@ -1,13 +0,0 @@ -!define LogSet "!insertmacro LogSetMacro" -!macro LogSetMacro SETTING - !ifdef ENABLE_LOGGING - LogSet ${SETTING} - !endif -!macroend - -!define LogText "!insertmacro LogTextMacro" -!macro LogTextMacro INPUT_TEXT - !ifdef ENABLE_LOGGING - LogText ${INPUT_TEXT} - !endif -!macroend \ No newline at end of file