File tree Expand file tree Collapse file tree 6 files changed +21
-9
lines changed Expand file tree Collapse file tree 6 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ 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.0.4] - 2020-03-31
18+
19+
20+ ### Vsix
21+
22+
1123### VB -> C#
1224
1325* Fixes error thrown when converting single file from VB project with resx files
Original file line number Diff line number Diff line change 1010* Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description >
1111 <Product >Code Converter for C# to/from VB.NET</Product >
1212 <Copyright >Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team</Copyright >
13- <AssemblyVersion >8.0.3 .0</AssemblyVersion >
14- <FileVersion >8.0.3 .0</FileVersion >
15- <Version >8.0.3 </Version >
13+ <AssemblyVersion >8.0.4 .0</AssemblyVersion >
14+ <FileVersion >8.0.4 .0</FileVersion >
15+ <Version >8.0.4 </Version >
1616 <PackageId >ICSharpCode.CodeConverter</PackageId >
1717 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1818 <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 =" 8.0.3 .0" Language =" en-US" Publisher =" IC#Code" />
4+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 8.0.4 .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 33 <PropertyGroup >
44 <TargetFramework >netcoreapp3.1</TargetFramework >
55 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
6- <AssemblyVersion >8.0.3 .0</AssemblyVersion >
7- <FileVersion >8.0.3 .0</FileVersion >
8- <Version >8.0.3 </Version >
6+ <AssemblyVersion >8.0.4 .0</AssemblyVersion >
7+ <FileVersion >8.0.4 .0</FileVersion >
8+ <Version >8.0.4 </Version >
99 <LangVersion >7.3</LangVersion >
1010 <NoWarn >$(NoWarn);1998</NoWarn >
1111 </PropertyGroup >
Original file line number Diff line number Diff line change 11platform : Any CPU
2- version : 8.0.3 .{build}
2+ version : 8.0.4 .{build}
33configuration : Debug
44image : Visual Studio 2019
55
Original file line number Diff line number Diff line change 77variables :
88 solution : ' **/CodeConverter.sln'
99 buildPlatform : ' Any CPU'
10- buildVersion : ' 8.0.3 .$(Build.BuildId)'
10+ buildVersion : ' 8.0.4 .$(Build.BuildId)'
1111
1212pool :
1313 vmImage : ' windows-2019'
You can’t perform that action at this time.
0 commit comments