File tree 7 files changed +25
-13
lines changed
7 files changed +25
-13
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/)
8
8
### Vsix
9
9
10
10
11
+ ### VB -> C#
12
+
13
+
14
+ ### C# -> VB
15
+
16
+
17
+ ## [ 8.1.2] - 2020-05-03
18
+
19
+
20
+ ### Vsix
21
+
22
+
11
23
### VB -> C#
12
24
13
25
* Improve multi-declaration field conversion for arrays - [ #559 ] ( https://github.com/icsharpcode/CodeConverter/issues/559 )
Original file line number Diff line number Diff line change 10
10
* Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description >
11
11
<Product >Code Converter for C# to/from VB.NET</Product >
12
12
<Copyright >Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team</Copyright >
13
- <AssemblyVersion >8.1.1 .0</AssemblyVersion >
14
- <FileVersion >8.1.1 .0</FileVersion >
15
- <Version >8.1.1 </Version >
13
+ <AssemblyVersion >8.1.2 .0</AssemblyVersion >
14
+ <FileVersion >8.1.2 .0</FileVersion >
15
+ <Version >8.1.2 </Version >
16
16
<PackageId >ICSharpCode.CodeConverter</PackageId >
17
17
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
18
18
<PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 6
6
<AssemblyName >ICSharpCode.CodeConverter.CodeConv.NetFramework</AssemblyName >
7
7
<RootNamespace >ICSharpCode.CodeConverter.CodeConv.NetFramework</RootNamespace >
8
8
<ToolCommandName >codeconv</ToolCommandName >
9
- <AssemblyVersion >8.1.1 .0</AssemblyVersion >
10
- <FileVersion >8.1.1 .0</FileVersion >
9
+ <AssemblyVersion >8.1.2 .0</AssemblyVersion >
10
+ <FileVersion >8.1.2 .0</FileVersion >
11
11
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
12
12
<LangVersion >8.0</LangVersion >
13
13
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 9
9
<AssemblyName >ICSharpCode.CodeConverter.CodeConv</AssemblyName >
10
10
<RootNamespace >ICSharpCode.CodeConverter.CodeConv</RootNamespace >
11
11
<ToolCommandName >codeconv</ToolCommandName >
12
- <AssemblyVersion >8.1.1 .0</AssemblyVersion >
13
- <FileVersion >8.1.1 .0</FileVersion >
14
- <Version >8.1.1 </Version >
12
+ <AssemblyVersion >8.1.2 .0</AssemblyVersion >
13
+ <FileVersion >8.1.2 .0</FileVersion >
14
+ <Version >8.1.2 </Version >
15
15
<Description >Bidirectional code converter for VB and C#</Description >
16
16
<Copyright >Copyright 2011-2020 AlphaSierraPapa</Copyright >
17
17
<PackageProjectUrl >https://github.com/icsharpcode/CodeConverter/</PackageProjectUrl >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<Metadata >
4
- <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 8.1.1 .0" Language =" en-US" Publisher =" IC#Code" />
4
+ <Identity Id =" 7e2a69d6-193b-4cdf-878d-3370d5931942" Version =" 8.1.2 .0" Language =" en-US" Publisher =" IC#Code" />
5
5
<DisplayName >Code Converter C# to/from VB.NET</DisplayName >
6
6
<Description xml : space =" preserve" >Based on Roslyn, this converter allows you to convert C# code to VB.NET and vice versa</Description >
7
7
<License >license.txt</License >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
6
- <AssemblyVersion >8.1.1 .0</AssemblyVersion >
7
- <FileVersion >8.1.1 .0</FileVersion >
8
- <Version >8.1.1 </Version >
6
+ <AssemblyVersion >8.1.2 .0</AssemblyVersion >
7
+ <FileVersion >8.1.2 .0</FileVersion >
8
+ <Version >8.1.2 </Version >
9
9
<LangVersion >7.3</LangVersion >
10
10
<NoWarn >$(NoWarn);1998</NoWarn >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
variables :
8
8
solution : ' **/CodeConverter.sln'
9
9
buildPlatform : ' Any CPU'
10
- buildVersion : ' 8.1.1 .$(Build.BuildId)'
10
+ buildVersion : ' 8.1.2 .$(Build.BuildId)'
11
11
12
12
pool :
13
13
vmImage : ' windows-2019'
You can’t perform that action at this time.
0 commit comments