Skip to content

Commit

Permalink
8.2.4
Browse files Browse the repository at this point in the history
8.2.3 never got released due to build system issues getting in the way, so is omitted
#722
  • Loading branch information
GrahamTheCoder committed May 4, 2021
1 parent c2a971d commit 1817d3a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: windows-latest
env:
BuildVersion: '8.2.3'
BuildVersion: '8.2.4'
BuildPlatform: Any CPU
BuildTarget: Release
steps:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]


### Vsix


### VB -> C#


### C# -> VB


## [8.2.4] - 2021-05-04

### Command line
* The --Core-Only flag no longer requires a value [#704](https://github.com/icsharpcode/CodeConverter/issues/704)

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.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<Version>8.2.3</Version>
<AssemblyVersion>8.2.4.0</AssemblyVersion>
<FileVersion>8.2.4.0</FileVersion>
<Version>8.2.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.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<AssemblyVersion>8.2.4.0</AssemblyVersion>
<FileVersion>8.2.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.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<Version>8.2.3</Version>
<AssemblyVersion>8.2.4.0</AssemblyVersion>
<FileVersion>8.2.4.0</FileVersion>
<Version>8.2.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 Func/Func.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<RootNamespace>ICSharpCode.CodeConverter.Func</RootNamespace>
<AssemblyName>ICSharpCode.CodeConverter.Func</AssemblyName>
<AssemblyVersion>8.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<AssemblyVersion>8.2.4.0</AssemblyVersion>
<FileVersion>8.2.4.0</FileVersion>
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
<UserSecretsId>1d2f0b91-7e29-4920-8a93-e52863d06c2e</UserSecretsId>
</PropertyGroup>
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.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<AssemblyVersion>8.2.4.0</AssemblyVersion>
<FileVersion>8.2.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.2.3.0" Language="en-US" Publisher="IC#Code"/>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.2.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.2.2.0</AssemblyVersion>
<FileVersion>8.2.2.0</FileVersion>
<Version>8.2.2</Version>
<AssemblyVersion>8.2.3.0</AssemblyVersion>
<FileVersion>8.2.3.0</FileVersion>
<Version>8.2.3</Version>
<LangVersion>8</LangVersion>
<NoWarn>$(NoWarn);1998</NoWarn>
<RootNamespace>ICSharpCode.CodeConverter.Web</RootNamespace>
Expand Down

0 comments on commit 1817d3a

Please sign in to comment.