Skip to content

Commit 9b301f8

Browse files
8.5.0 - Last version supporting VS2017 and some earlier VS2019 versions (15.7-16.9)
After this, only VS2019 16.10+ and VS2022 17.0+ will be supported
1 parent 1a66253 commit 9b301f8

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: windows-2022
1212
env:
13-
BuildVersion: '8.4.7'
13+
BuildVersion: '8.5.0'
1414
BuildPlatform: Any CPU
1515
BuildTarget: Release
1616

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ 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+
## [8.5.0] - 2022-04-10
18+
19+
20+
### Vsix
21+
22+
* Last version supporting VS2017 and some earlier VS2019 versions (versions 15.7-16.9)
23+
1124
### VB -> C#
1225

1326
* Xml Namespace Imports now converted [#836](https://github.com/icsharpcode/CodeConverter/issues/836)

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
55
<NoWarn>$(NoWarn);1998;NU5100</NoWarn>
66
<LangVersion>10.0</LangVersion>
7-
<AssemblyVersion>8.4.7.0</AssemblyVersion>
8-
<FileVersion>8.4.7.0</FileVersion>
9-
<Version>8.4.7</Version>
7+
<AssemblyVersion>8.5.0.0</AssemblyVersion>
8+
<FileVersion>8.5.0.0</FileVersion>
9+
<Version>8.5.0</Version>
1010
<Authors>ICSharpCode</Authors>
1111
<Copyright>Copyright (c) 2017-2021 AlphaSierraPapa for the CodeConverter team</Copyright>
1212
<Company>ICSharpCode</Company>

Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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="8.4.7.0" Language="en-US" Publisher="IC#Code"/>
4+
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.5.0.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>

0 commit comments

Comments
 (0)