File tree Expand file tree Collapse file tree 4 files changed +27
-6
lines changed
ICSharpCode.CodeConverter Expand file tree Collapse file tree 4 files changed +27
-6
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+ #5 .7.0 - TBC
5+ * Update to .NET Standard 2.0
6+ * Convert solution and project files
7+ * Added convert and copy to clipboard into options
8+
9+ ### VB -> C#
10+ * Convert WithEvents/Handles
11+ * Convert ` Handles ` and ` WithEvents ` similarly to the VB compiler
12+ * Handle expressions in Select Case
13+ * Ensure all parts of a partial class have the partial modifier
14+ * Handle missing optional arguments
15+ * Increase number of default global imports for web conversion
16+ * Default properties not implemented
17+
18+ ### C# -> VB
19+ * Fix DeclarationExpressions without a type throwing exception
20+ * Convert Throw Expressions to multi-line lambda function
21+ * Convert properties with no accessors
22+ * Fix error converting ObjectCollectionInitializerSyntax within object initializer
23+ * Escape predefined if they are used for the name of declaration
24+
425#5 .6.3 - 09/04/2018
526
627* Improve support for sub-class snippets through the website
Original file line number Diff line number Diff line change 1111 * Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description >
1212 <Product >Code Converter for C# to/from VB.NET</Product >
1313 <Copyright >Copyright (c) 2014-2018 AlphaSierraPapa</Copyright >
14- <AssemblyVersion >5.6.3 .0</AssemblyVersion >
15- <FileVersion >5.6.3 .0</FileVersion >
16- <Version >5.6.3 </Version >
14+ <AssemblyVersion >5.7.0 .0</AssemblyVersion >
15+ <FileVersion >5.7.0 .0</FileVersion >
16+ <Version >5.7.0 </Version >
1717 <PackageId >ICSharpCode.CodeConverter</PackageId >
1818 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1919 <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 =" 5.6.3 .0" Language =" en-US" Publisher =" IC#Code" />
4+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 5.7.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 ( "5.6.3 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "5.6.3 .0" ) ]
34+ [ assembly: AssemblyVersion ( "5.7.0 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "5.7.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments