File tree Expand file tree Collapse file tree
ICSharpCode.CodeConverter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to the code converter will be documented here.
33
4- # 6.7.0 TBC
4+ # 6.8.0 12/05/2019
5+
6+ ### VB -> C#
7+ * Assignment return now converted
8+ * Enum implicit casts now converted
9+ * Access to shared variables through instance now converted
10+ * MyClass references now converted
11+ * Variables explicitly initialised to their default (as is implicit in VB)
12+ * Adds project reference to Microsoft.VisualBasic
13+ * Uses Operators.CompareString for string equality comparison to match VB logic
14+ * Uses DateAndTime for built-in date functions
15+ * CDate() now converted to "Conversions.ToDate"
16+ * Improvements to parenthesization
17+ * Select Case with non-constant strings now converted correctly
18+ * Interface readonly properties now converted correctly
19+
20+ # 6.7.0 09/04/2019
521
622* Downgrade Roslyn requirement in attempt to work with VS2017 15.3+
723
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.2</TargetFramework >
55 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
6- <AssemblyVersion >6.7 .0.0</AssemblyVersion >
7- <FileVersion >6.7 .0.0</FileVersion >
8- <Version >6.7 .0</Version >
6+ <AssemblyVersion >6.8 .0.0</AssemblyVersion >
7+ <FileVersion >6.8 .0.0</FileVersion >
8+ <Version >6.8 .0</Version >
99 </PropertyGroup >
1010
1111 <ItemGroup >
Original file line number Diff line number Diff line change 1212 * Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description >
1313 <Product >Code Converter for C# to/from VB.NET</Product >
1414 <Copyright >Copyright (c) 2014-2018 AlphaSierraPapa</Copyright >
15- <AssemblyVersion >6.7 .0.0</AssemblyVersion >
16- <FileVersion >6.7 .0.0</FileVersion >
17- <Version >6.7 .0</Version >
15+ <AssemblyVersion >6.8 .0.0</AssemblyVersion >
16+ <FileVersion >6.8 .0.0</FileVersion >
17+ <Version >6.8 .0</Version >
1818 <PackageId >ICSharpCode.CodeConverter</PackageId >
1919 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2020 <PackageLicenseExpression >MIT</PackageLicenseExpression >
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 =" 6.7 .0.0" Language =" en-US" Publisher =" IC#Code" />
4+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 6.8 .0.0" Language =" en-US" Publisher =" IC#Code" />
55 <DisplayName >Code Converter C# to/from VB.NET</DisplayName >
66 <Description xml : space =" preserve" >Based on Roslyn, this converter allows you to convert C# code to VB.NET and vice versa</Description >
77 <License >license.txt</License >
Original file line number Diff line number Diff line change 11platform : Any CPU
2- version : 6.7 .{build}
2+ version : 6.8 .{build}
33configuration : Debug
44image : Visual Studio 2017
55
You can’t perform that action at this time.
0 commit comments