From 19ba0220593590f17083b4e8fc24f7520bbbd5d3 Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Mon, 29 Jan 2024 01:09:07 +0000 Subject: [PATCH] 9.2.5 --- .github/workflows/dotnet.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ Directory.Build.props | 6 +++--- Vsix/source.extension.vsixmanifest | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index dd4235162..0f0465328 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - BuildVersion: '9.2.4' + BuildVersion: '9.2.5' jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7153a3960..beb115ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Vsix +### VB -> C# + + +### C# -> VB + + +## [9.2.5] - 2024-01-29 + + +### Vsix + + ### VB -> C# * Remove square brackets from identifiers [#1043](https://github.com/icsharpcode/CodeConverter/issues/1043) diff --git a/Directory.Build.props b/Directory.Build.props index 0a7439174..eaa9c5cd8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,9 +7,9 @@ 4 true 10.0 - 9.2.4.0 - 9.2.4.0 - 9.2.4 + 9.2.5.0 + 9.2.5.0 + 9.2.5 ICSharpCode Copyright (c) 2017-2023 AlphaSierraPapa for the CodeConverter team ICSharpCode diff --git a/Vsix/source.extension.vsixmanifest b/Vsix/source.extension.vsixmanifest index 900955c2b..34331cf18 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