File tree 4 files changed +17
-5
lines changed
4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
env :
10
- BuildVersion : ' 9.2.5 '
10
+ BuildVersion : ' 9.2.6 '
11
11
12
12
jobs :
13
13
build :
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
## [ Unreleased]
6
6
7
7
8
+ ### Vsix
9
+
10
+
11
+ ### VB -> C#
12
+
13
+
14
+ ### C# -> VB
15
+
16
+
17
+ ## [ 9.2.6] - 2024-07-08
18
+
19
+
8
20
### Vsix
9
21
10
22
* Compatible with Visual Studio 2022 17.1 onwards
Original file line number Diff line number Diff line change 7
7
<WarningLevel >4</WarningLevel >
8
8
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
9
9
<LangVersion >10.0</LangVersion >
10
- <AssemblyVersion >9.2.5 .0</AssemblyVersion >
11
- <FileVersion >9.2.5 .0</FileVersion >
12
- <Version >9.2.5 </Version >
10
+ <AssemblyVersion >9.2.6 .0</AssemblyVersion >
11
+ <FileVersion >9.2.6 .0</FileVersion >
12
+ <Version >9.2.6 </Version >
13
13
<Authors >ICSharpCode</Authors >
14
14
<Copyright >Copyright (c) 2017-2023 AlphaSierraPapa for the CodeConverter team</Copyright >
15
15
<Company >ICSharpCode</Company >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 9.2.5 .0" Language =" en-US" Publisher =" IC#Code" />
4
+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 9.2.6 .0" Language =" en-US" Publisher =" IC#Code" />
5
5
<DisplayName >Code Converter (VB - C#)</DisplayName >
6
6
<Description xml : space =" preserve" >Convert VB.NET to C# and vice versa with this roslyn based converter</Description >
7
7
<MoreInfo >https://github.com/icsharpcode/CodeConverter</MoreInfo >
You can’t perform that action at this time.
0 commit comments