Skip to content

Commit

Permalink
Version 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed Mar 31, 2020
1 parent fe82cb4 commit 95c60e6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 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.0.4] - 2020-03-31


### Vsix


### VB -> C#

* Fixes error thrown when converting single file from VB project with resx files
Expand Down
6 changes: 3 additions & 3 deletions CodeConverter/CodeConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description>
<Product>Code Converter for C# to/from VB.NET</Product>
<Copyright>Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team</Copyright>
<AssemblyVersion>8.0.3.0</AssemblyVersion>
<FileVersion>8.0.3.0</FileVersion>
<Version>8.0.3</Version>
<AssemblyVersion>8.0.4.0</AssemblyVersion>
<FileVersion>8.0.4.0</FileVersion>
<Version>8.0.4</Version>
<PackageId>ICSharpCode.CodeConverter</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
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.0.3.0" Language="en-US" Publisher="IC#Code"/>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="8.0.4.0" Language="en-US" Publisher="IC#Code"/>
<DisplayName>Code Converter C# to/from VB.NET</DisplayName>
<Description xml:space="preserve">Based on Roslyn, this converter allows you to convert C# code to VB.NET and vice versa</Description>
<License>license.txt</License>
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.0.3.0</AssemblyVersion>
<FileVersion>8.0.3.0</FileVersion>
<Version>8.0.3</Version>
<AssemblyVersion>8.0.4.0</AssemblyVersion>
<FileVersion>8.0.4.0</FileVersion>
<Version>8.0.4</Version>
<LangVersion>7.3</LangVersion>
<NoWarn>$(NoWarn);1998</NoWarn>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform: Any CPU
version: 8.0.3.{build}
version: 8.0.4.{build}
configuration: Debug
image: Visual Studio 2019

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.0.3.$(Build.BuildId)'
buildVersion: '8.0.4.$(Build.BuildId)'

pool:
vmImage: 'windows-2019'
Expand Down

0 comments on commit 95c60e6

Please sign in to comment.