From 82acb3cdb6007e3f16dc7974c99149de95390eae Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Sat, 23 May 2020 16:15:17 +0100 Subject: [PATCH] Version 8.1.3 --- CHANGELOG.md | 12 ++++++++++++ CodeConverter/CodeConverter.csproj | 6 +++--- .../CodeConv.NetFramework.csproj | 4 ++-- CommandLine/CodeConv/CodeConv.csproj | 6 +++--- Vsix/source.extension.vsixmanifest | 2 +- Web/Web.csproj | 6 +++--- azure-pipelines.yml | 2 +- 7 files changed, 25 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9b15fbc..f382d002b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +### Vsix + + +### VB -> C# + + +### C# -> VB + + +## [8.1.3] - 2020-05-23 + ### Vsix diff --git a/CodeConverter/CodeConverter.csproj b/CodeConverter/CodeConverter.csproj index 499ae5fe2..42ef07d17 100644 --- a/CodeConverter/CodeConverter.csproj +++ b/CodeConverter/CodeConverter.csproj @@ -10,9 +10,9 @@ * Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-). Code Converter for C# to/from VB.NET Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team - 8.1.2.0 - 8.1.2.0 - 8.1.2 + 8.1.3.0 + 8.1.3.0 + 8.1.3 ICSharpCode.CodeConverter true MIT diff --git a/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj b/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj index babf0299a..46135b434 100644 --- a/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj +++ b/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj @@ -6,8 +6,8 @@ ICSharpCode.CodeConverter.CodeConv.NetFramework ICSharpCode.CodeConverter.CodeConv.NetFramework codeconv - 8.1.2.0 - 8.1.2.0 + 8.1.3.0 + 8.1.3.0 true 8.0 enable diff --git a/CommandLine/CodeConv/CodeConv.csproj b/CommandLine/CodeConv/CodeConv.csproj index bd2a29df8..6aa263946 100644 --- a/CommandLine/CodeConv/CodeConv.csproj +++ b/CommandLine/CodeConv/CodeConv.csproj @@ -9,9 +9,9 @@ ICSharpCode.CodeConverter.CodeConv ICSharpCode.CodeConverter.CodeConv codeconv - 8.1.2.0 - 8.1.2.0 - 8.1.2 + 8.1.3.0 + 8.1.3.0 + 8.1.3 Bidirectional code converter for VB and C# Copyright 2011-2020 AlphaSierraPapa https://github.com/icsharpcode/CodeConverter/ diff --git a/Vsix/source.extension.vsixmanifest b/Vsix/source.extension.vsixmanifest index 8881b31e1..d181b4d1f 100644 --- a/Vsix/source.extension.vsixmanifest +++ b/Vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Code Converter (VB - C#) Convert VB.NET to C# and vice versa with this roslyn based converter https://github.com/icsharpcode/CodeConverter diff --git a/Web/Web.csproj b/Web/Web.csproj index e21bcefca..329b0afb9 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -3,9 +3,9 @@ netcoreapp3.1 InProcess - 8.1.2.0 - 8.1.2.0 - 8.1.2 + 8.1.3.0 + 8.1.3.0 + 8.1.3 7.3 $(NoWarn);1998 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db87b17d5..0a5c90dc1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ pr: variables: solution: '**/CodeConverter.sln' buildPlatform: 'Any CPU' - buildVersion: '8.1.2.$(Build.BuildId)' + buildVersion: '8.1.3.$(Build.BuildId)' pool: vmImage: 'windows-2019'