Skip to content

Commit

Permalink
9.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed Jan 29, 2024
1 parent 4162f5f commit 19ba022
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
BuildVersion: '9.2.4'
BuildVersion: '9.2.5'

jobs:
build:
Expand Down
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


## [9.2.5] - 2024-01-29


### Vsix


### VB -> C#

* Remove square brackets from identifiers [#1043](https://github.com/icsharpcode/CodeConverter/issues/1043)
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<WarningLevel>4</WarningLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<LangVersion>10.0</LangVersion>
<AssemblyVersion>9.2.4.0</AssemblyVersion>
<FileVersion>9.2.4.0</FileVersion>
<Version>9.2.4</Version>
<AssemblyVersion>9.2.5.0</AssemblyVersion>
<FileVersion>9.2.5.0</FileVersion>
<Version>9.2.5</Version>
<Authors>ICSharpCode</Authors>
<Copyright>Copyright (c) 2017-2023 AlphaSierraPapa for the CodeConverter team</Copyright>
<Company>ICSharpCode</Company>
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="9.2.4.0" Language="en-US" Publisher="IC#Code"/>
<Identity Id="7e2a69d6-193b-4cdf-878d-3370d5931942" Version="9.2.5.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

0 comments on commit 19ba022

Please sign in to comment.