Skip to content

Commit

Permalink
Bump version to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed Feb 7, 2019
1 parent 0c52beb commit b767f1c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to the code converter will be documented here.

# 6.4.0 TBC
# 6.4.0 07/02/2019
Fix initialization bug in VS2017

### C# -> VB
Expand Down
6 changes: 3 additions & 3 deletions CodeConverter.Web/CodeConverter.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<AssemblyVersion>6.3.0.0</AssemblyVersion>
<FileVersion>6.3.0.0</FileVersion>
<Version>6.3.0</Version>
<AssemblyVersion>6.4.0.0</AssemblyVersion>
<FileVersion>6.4.0.0</FileVersion>
<Version>6.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions ICSharpCode.CodeConverter/ICSharpCode.CodeConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,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) 2014-2018 AlphaSierraPapa</Copyright>
<AssemblyVersion>6.3.0.0</AssemblyVersion>
<FileVersion>6.3.0.0</FileVersion>
<Version>6.3.0</Version>
<AssemblyVersion>6.4.0.0</AssemblyVersion>
<FileVersion>6.4.0.0</FileVersion>
<Version>6.4.0</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="6.3.0.0" Language="en-US" Publisher="IC#Code"/>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="6.4.0.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
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: 6.3.{build}
version: 6.4.{build}
configuration: Debug
image: Visual Studio 2017

Expand Down

0 comments on commit b767f1c

Please sign in to comment.