From ce43265484a000e51d12734fba4efc669b546c04 Mon Sep 17 00:00:00 2001 From: Henk-Jan Lebbink Date: Tue, 8 Jan 2019 20:40:52 +0100 Subject: [PATCH] bumped .NET version to 4.7.2 --- VS/CSHARP/asm-dude-vsix/app.config | 2 +- VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj | 2 +- VS/CSHARP/asm-dude-vsix/source.extension.cs | 2 +- .../source.extension.vsixmanifest | 5 +- VS/CSHARP/asm-irony/App.config | 2 +- VS/CSHARP/asm-irony/asm-irony.csproj | 2 +- VS/CSHARP/asm-sim-lib/asm-sim-lib.csproj | 2 +- VS/CSHARP/asm-sim-main/App.config | 2 +- VS/CSHARP/asm-sim-main/asm-sim-main.csproj | 2 +- VS/CSHARP/asm-tools-lib/app.config | 72 +++++++++---------- VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj | 2 +- .../unit-tests-asm-dude.csproj | 2 +- VS/CSHARP/unit-tests-asm-sim/app.config | 72 +++++++++---------- .../unit-tests-asm-sim.csproj | 2 +- VS/CSHARP/unit-tests-asm-tools/app.config | 72 +++++++++---------- .../unit-tests-asm-tools.csproj | 2 +- 16 files changed, 122 insertions(+), 123 deletions(-) diff --git a/VS/CSHARP/asm-dude-vsix/app.config b/VS/CSHARP/asm-dude-vsix/app.config index 1755a080..42a49bdc 100644 --- a/VS/CSHARP/asm-dude-vsix/app.config +++ b/VS/CSHARP/asm-dude-vsix/app.config @@ -456,7 +456,7 @@ - + diff --git a/VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj b/VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj index 359eb189..39b8b8fa 100644 --- a/VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj +++ b/VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj @@ -44,7 +44,7 @@ AsmDude false Key.snk - v4.6.2 + v4.7.2 true true true diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.cs b/VS/CSHARP/asm-dude-vsix/source.extension.cs index 130229f2..03dff25c 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.cs +++ b/VS/CSHARP/asm-dude-vsix/source.extension.cs @@ -11,7 +11,7 @@ static class Vsix public const string Name = "AsmDude"; public const string Description = "Syntax highlighting and code assistance for assembly source code (.asm, .cod, .inc, .s) and the Disassembly Window "; public const string Language = "en-US"; - public const string Version = "1.9.6.1"; + public const string Version = "1.9.6.2"; public const string Author = "Henk-Jan Lebbink"; public const string Tags = "Assembly, Assembler, ASM, Syntax Highlighting, Code Completion, Disassembly Window, Code Analysis, x86_64, SSE, AVX, AVX2, AVX512"; } diff --git a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest index 4c28cd0a..83155373 100644 --- a/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest +++ b/VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + AsmDude Syntax highlighting and code assistance for assembly source code (.asm, .cod, .inc, .s) and the Disassembly Window https://github.com/HJLebbink/asm-dude @@ -24,7 +24,6 @@ - - + diff --git a/VS/CSHARP/asm-irony/App.config b/VS/CSHARP/asm-irony/App.config index 8d234373..ecdcf8a5 100644 --- a/VS/CSHARP/asm-irony/App.config +++ b/VS/CSHARP/asm-irony/App.config @@ -1,6 +1,6 @@ - + diff --git a/VS/CSHARP/asm-irony/asm-irony.csproj b/VS/CSHARP/asm-irony/asm-irony.csproj index 1d5b9117..256dbe51 100644 --- a/VS/CSHARP/asm-irony/asm-irony.csproj +++ b/VS/CSHARP/asm-irony/asm-irony.csproj @@ -9,7 +9,7 @@ Properties asm_irony asm-irony - v4.6.2 + v4.7.2 512 true diff --git a/VS/CSHARP/asm-sim-lib/asm-sim-lib.csproj b/VS/CSHARP/asm-sim-lib/asm-sim-lib.csproj index 6db7e565..5c64f424 100644 --- a/VS/CSHARP/asm-sim-lib/asm-sim-lib.csproj +++ b/VS/CSHARP/asm-sim-lib/asm-sim-lib.csproj @@ -9,7 +9,7 @@ Properties AsmSim asm-sim-lib - v4.6.2 + v4.7.2 512 true diff --git a/VS/CSHARP/asm-sim-main/App.config b/VS/CSHARP/asm-sim-main/App.config index 8d234373..ecdcf8a5 100644 --- a/VS/CSHARP/asm-sim-main/App.config +++ b/VS/CSHARP/asm-sim-main/App.config @@ -1,6 +1,6 @@ - + diff --git a/VS/CSHARP/asm-sim-main/asm-sim-main.csproj b/VS/CSHARP/asm-sim-main/asm-sim-main.csproj index 2abdf425..47fc6d15 100644 --- a/VS/CSHARP/asm-sim-main/asm-sim-main.csproj +++ b/VS/CSHARP/asm-sim-main/asm-sim-main.csproj @@ -9,7 +9,7 @@ Properties asm_sim_main asm-sim-main - v4.6.2 + v4.7.2 512 true diff --git a/VS/CSHARP/asm-tools-lib/app.config b/VS/CSHARP/asm-tools-lib/app.config index 12508036..f0b91715 100644 --- a/VS/CSHARP/asm-tools-lib/app.config +++ b/VS/CSHARP/asm-tools-lib/app.config @@ -1,75 +1,75 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj b/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj index 17087753..4ea0ac51 100644 --- a/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj +++ b/VS/CSHARP/asm-tools-lib/asm-tools-lib.csproj @@ -9,7 +9,7 @@ Properties AsmTools asm-tools-lib - v4.6.2 + v4.7.2 512 diff --git a/VS/CSHARP/unit-tests-asm-dude/unit-tests-asm-dude.csproj b/VS/CSHARP/unit-tests-asm-dude/unit-tests-asm-dude.csproj index 6e8a1c80..c1756008 100644 --- a/VS/CSHARP/unit-tests-asm-dude/unit-tests-asm-dude.csproj +++ b/VS/CSHARP/unit-tests-asm-dude/unit-tests-asm-dude.csproj @@ -8,7 +8,7 @@ Properties unit_tests unit-tests - v4.6.2 + v4.7.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 diff --git a/VS/CSHARP/unit-tests-asm-sim/app.config b/VS/CSHARP/unit-tests-asm-sim/app.config index 12508036..f0b91715 100644 --- a/VS/CSHARP/unit-tests-asm-sim/app.config +++ b/VS/CSHARP/unit-tests-asm-sim/app.config @@ -1,75 +1,75 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/VS/CSHARP/unit-tests-asm-sim/unit-tests-asm-sim.csproj b/VS/CSHARP/unit-tests-asm-sim/unit-tests-asm-sim.csproj index 02d66da4..76f9273a 100644 --- a/VS/CSHARP/unit-tests-asm-sim/unit-tests-asm-sim.csproj +++ b/VS/CSHARP/unit-tests-asm-sim/unit-tests-asm-sim.csproj @@ -8,7 +8,7 @@ Properties unit_tests_asm_z3 unit-tests-asm-z3 - v4.6.2 + v4.7.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0 diff --git a/VS/CSHARP/unit-tests-asm-tools/app.config b/VS/CSHARP/unit-tests-asm-tools/app.config index 12508036..f0b91715 100644 --- a/VS/CSHARP/unit-tests-asm-tools/app.config +++ b/VS/CSHARP/unit-tests-asm-tools/app.config @@ -1,75 +1,75 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/VS/CSHARP/unit-tests-asm-tools/unit-tests-asm-tools.csproj b/VS/CSHARP/unit-tests-asm-tools/unit-tests-asm-tools.csproj index 745fdee2..81b930b6 100644 --- a/VS/CSHARP/unit-tests-asm-tools/unit-tests-asm-tools.csproj +++ b/VS/CSHARP/unit-tests-asm-tools/unit-tests-asm-tools.csproj @@ -8,7 +8,7 @@ Properties unit_tests_asm_tools unit_tests_asm_tools - v4.6.2 + v4.7.2 512 {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 10.0