diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5a1dd85..25e51d368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### Vsix + + +### VB -> C# + + +### C# -> VB + + +## [8.1.5] - 2020-07-04 + + ### Vsix * Workaround Visual Studio 16.7+ that was causing VB->CS conversion to fail [#586](https://github.com/icsharpcode/CodeConverter/issues/586) diff --git a/CodeConverter/CodeConverter.csproj b/CodeConverter/CodeConverter.csproj index 4d31ec195..e5b3076af 100644 --- a/CodeConverter/CodeConverter.csproj +++ b/CodeConverter/CodeConverter.csproj @@ -13,9 +13,9 @@ See https://github.com/icsharpcode/CodeConverter for a pre-built command line, v Code Converter for C# to/from VB.NET Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team - 8.1.4.0 - 8.1.4.0 - 8.1.4 + 8.1.5.0 + 8.1.5.0 + 8.1.5 ICSharpCode.CodeConverter true MIT diff --git a/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj b/CommandLine/CodeConv.NetFramework/CodeConv.NetFramework.csproj index 4b3d26e42..fa4fee0b7 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.4.0 - 8.1.4.0 + 8.1.5.0 + 8.1.5.0 true 8.0 enable diff --git a/CommandLine/CodeConv/CodeConv.csproj b/CommandLine/CodeConv/CodeConv.csproj index d8198baf7..ce7fe716f 100644 --- a/CommandLine/CodeConv/CodeConv.csproj +++ b/CommandLine/CodeConv/CodeConv.csproj @@ -9,9 +9,9 @@ ICSharpCode.CodeConverter.CodeConv ICSharpCode.CodeConverter.CodeConv codeconv - 8.1.4.0 - 8.1.4.0 - 8.1.4 + 8.1.5.0 + 8.1.5.0 + 8.1.5 Bidirectional code converter for VB and C# This package contains a command line tool. For a nugetted dll, web converter or visual studio extension, see https://github.com/icsharpcode/CodeConverter diff --git a/Vsix/Vsix.csproj b/Vsix/Vsix.csproj index 9e8d768cb..cfa4f54ee 100644 --- a/Vsix/Vsix.csproj +++ b/Vsix/Vsix.csproj @@ -8,8 +8,8 @@ 2.0 ICSharpCode.CodeConverter.VsExtension ICSharpCode.CodeConverter.VsExtension - 8.1.4.0 - 8.1.4.0 + 8.1.5.0 + 8.1.5.0 {99498EF8-C9E0-433B-8D7B-EA8E9E66F0C7} {82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library diff --git a/Vsix/source.extension.vsixmanifest b/Vsix/source.extension.vsixmanifest index b277adffe..312f9e100 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 953f60ee4..abb5c2f80 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -3,9 +3,9 @@ netcoreapp3.1 InProcess - 8.1.4.0 - 8.1.4.0 - 8.1.4 + 8.1.5.0 + 8.1.5.0 + 8.1.5 7.3 $(NoWarn);1998 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7591a8a10..3587d03fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ pr: variables: solution: '**/CodeConverter.sln' buildPlatform: 'Any CPU' - buildVersion: '8.1.4.$(Build.BuildId)' + buildVersion: '8.1.5.$(Build.BuildId)' pool: vmImage: 'windows-2019'