File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed
ICSharpCode.CodeConverter Expand file tree Collapse file tree 5 files changed +17
-7
lines changed 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 .1.0 - 12/10/2018
5+
6+ ### VB -> C#
7+ * Parenthesize "as" cast if necessary
8+ * Convert properties using "Item" syntax
9+ * Extract variable for "To" expression
10+ * Convert base constructor call missing parentheses
11+ * Fix Nullref in SyntaxFactory.MethodDeclaration
12+
13+
414# 6.0.0 - 21/08/2018
515* Performance improvement for large solutions
616* Fix solution/project level context menu item not appearing when projects are within folders
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.0 .0.0</AssemblyVersion >
16- <FileVersion >6.0 .0.0</FileVersion >
17- <Version >6.0 .0</Version >
15+ <AssemblyVersion >6.1 .0.0</AssemblyVersion >
16+ <FileVersion >6.1 .0.0</FileVersion >
17+ <Version >6.1 .0</Version >
1818 <PackageId >ICSharpCode.CodeConverter</PackageId >
1919 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2020 <PackageLicenseUrl >https://github.com/icsharpcode/CodeConverter/blob/master/LICENSE</PackageLicenseUrl >
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.0 .0.0" Language =" en-US" Publisher =" IC#Code" />
4+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 6.1 .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 3131//
3232// You can specify all the values or you can default the Revision and Build Numbers
3333// by using the '*' as shown below:
34- [ assembly: AssemblyVersion ( "6.0 .0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "6.0 .0.0" ) ]
34+ [ assembly: AssemblyVersion ( "6.1 .0.0" ) ]
35+ [ assembly: AssemblyFileVersion ( "6.1 .0.0" ) ]
Original file line number Diff line number Diff line change 11platform : Any CPU
2- version : 6.0 .{build}
2+ version : 6.1 .{build}
33configuration : Debug
44image : Visual Studio 2017
55
You can’t perform that action at this time.
0 commit comments