Skip to content

Commit

Permalink
8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed Jun 26, 2020
1 parent 156f1b6 commit cddacb8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Vsix


### VB -> C#


### C# -> VB


## [8.1.4] - 2020-06-26


### Vsix
* Fixed UnauthorizedAccessException when converting single file/snippet

### VB -> C#
* When converting ReDim Preserve to Array.Resize, "ref" is now added
* Create delegating method for renamed implementations [#443](https://github.com/icsharpcode/CodeConverter/issues/443), [#444](https://github.com/icsharpcode/CodeConverter/issues/444)
Expand Down
6 changes: 3 additions & 3 deletions CodeConverter/CodeConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ See https://github.com/icsharpcode/CodeConverter for a pre-built command line, v
</Description>
<Product>Code Converter for C# to/from VB.NET</Product>
<Copyright>Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team</Copyright>
<AssemblyVersion>8.1.3.0</AssemblyVersion>
<FileVersion>8.1.3.0</FileVersion>
<Version>8.1.3</Version>
<AssemblyVersion>8.1.4.0</AssemblyVersion>
<FileVersion>8.1.4.0</FileVersion>
<Version>8.1.4</Version>
<PackageId>ICSharpCode.CodeConverter</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AssemblyName>ICSharpCode.CodeConverter.CodeConv.NetFramework</AssemblyName>
<RootNamespace>ICSharpCode.CodeConverter.CodeConv.NetFramework</RootNamespace>
<ToolCommandName>codeconv</ToolCommandName>
<AssemblyVersion>8.1.3.0</AssemblyVersion>
<FileVersion>8.1.3.0</FileVersion>
<AssemblyVersion>8.1.4.0</AssemblyVersion>
<FileVersion>8.1.4.0</FileVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
6 changes: 3 additions & 3 deletions CommandLine/CodeConv/CodeConv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<AssemblyName>ICSharpCode.CodeConverter.CodeConv</AssemblyName>
<RootNamespace>ICSharpCode.CodeConverter.CodeConv</RootNamespace>
<ToolCommandName>codeconv</ToolCommandName>
<AssemblyVersion>8.1.3.0</AssemblyVersion>
<FileVersion>8.1.3.0</FileVersion>
<Version>8.1.3</Version>
<AssemblyVersion>8.1.4.0</AssemblyVersion>
<FileVersion>8.1.4.0</FileVersion>
<Version>8.1.4</Version>
<Description>Bidirectional code converter for VB and C#
This package contains a command line tool.
For a nugetted dll, web converter or visual studio extension, see https://github.com/icsharpcode/CodeConverter</Description>
Expand Down
4 changes: 2 additions & 2 deletions Vsix/Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>ICSharpCode.CodeConverter.VsExtension</RootNamespace>
<AssemblyName>ICSharpCode.CodeConverter.VsExtension</AssemblyName>
<AssemblyVersion>8.1.3.0</AssemblyVersion>
<FileVersion>8.1.3.0</FileVersion>
<AssemblyVersion>8.1.4.0</AssemblyVersion>
<FileVersion>8.1.4.0</FileVersion>
<ProjectGuid>{99498EF8-C9E0-433B-8D7B-EA8E9E66F0C7}</ProjectGuid>
<ProjectTypeGuids>{82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion Vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.1.3.0" Language="en-US" Publisher="IC#Code"/>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.1.4.0" Language="en-US" Publisher="IC#Code"/>
<DisplayName>Code Converter (VB - C#)</DisplayName>
<Description xml:space="preserve">Convert VB.NET to C# and vice versa with this roslyn based converter</Description>
<MoreInfo>https://github.com/icsharpcode/CodeConverter</MoreInfo>
Expand Down
6 changes: 3 additions & 3 deletions Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<AssemblyVersion>8.1.3.0</AssemblyVersion>
<FileVersion>8.1.3.0</FileVersion>
<Version>8.1.3</Version>
<AssemblyVersion>8.1.4.0</AssemblyVersion>
<FileVersion>8.1.4.0</FileVersion>
<Version>8.1.4</Version>
<LangVersion>7.3</LangVersion>
<NoWarn>$(NoWarn);1998</NoWarn>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pr:
variables:
solution: '**/CodeConverter.sln'
buildPlatform: 'Any CPU'
buildVersion: '8.1.3.$(Build.BuildId)'
buildVersion: '8.1.4.$(Build.BuildId)'

pool:
vmImage: 'windows-2019'
Expand Down

0 comments on commit cddacb8

Please sign in to comment.