File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : [ master ]
88
99env :
10- BuildVersion : ' 9.2.4 '
10+ BuildVersion : ' 9.2.5 '
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88### Vsix
99
1010
11+ ### VB -> C#
12+
13+
14+ ### C# -> VB
15+
16+
17+ ## [ 9.2.5] - 2024-01-29
18+
19+
20+ ### Vsix
21+
22+
1123### VB -> C#
1224
1325* Remove square brackets from identifiers [ #1043 ] ( https://github.com/icsharpcode/CodeConverter/issues/1043 )
Original file line number Diff line number Diff line change 77 <WarningLevel >4</WarningLevel >
88 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
99 <LangVersion >10.0</LangVersion >
10- <AssemblyVersion >9.2.4 .0</AssemblyVersion >
11- <FileVersion >9.2.4 .0</FileVersion >
12- <Version >9.2.4 </Version >
10+ <AssemblyVersion >9.2.5 .0</AssemblyVersion >
11+ <FileVersion >9.2.5 .0</FileVersion >
12+ <Version >9.2.5 </Version >
1313 <Authors >ICSharpCode</Authors >
1414 <Copyright >Copyright (c) 2017-2023 AlphaSierraPapa for the CodeConverter team</Copyright >
1515 <Company >ICSharpCode</Company >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 9.2.4 .0" Language =" en-US" Publisher =" IC#Code" />
4+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 9.2.5 .0" Language =" en-US" Publisher =" IC#Code" />
55 <DisplayName >Code Converter (VB - C#)</DisplayName >
66 <Description xml : space =" preserve" >Convert VB.NET to C# and vice versa with this roslyn based converter</Description >
77 <MoreInfo >https://github.com/icsharpcode/CodeConverter</MoreInfo >
You can’t perform that action at this time.
0 commit comments