Skip to content

Commit 8bd1f8e

Browse files
committed
bump version
1 parent b313203 commit 8bd1f8e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/CustomCode-Analyzer.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="CustomCode_Analyzer.Vsix.e1c79fe3-d19f-4bf9-9c0c-57ba1f95b494" Version="0.1.1" Language="en-US" Publisher="Jonathan Algar"/>
4+
<Identity Id="CustomCode_Analyzer.Vsix.e1c79fe3-d19f-4bf9-9c0c-57ba1f95b494" Version="0.1.2" Language="en-US" Publisher="Jonathan Algar"/>
55
<DisplayName>ODC Custom Code Analyzer</DisplayName>
66
<Description xml:space="preserve">Get feedback on your OutSytems Developer Cloud (ODC) custom C# code as you code.</Description>
77
<MoreInfo>https://github.com/jonathanalgar/CustomCode-Analyzer</MoreInfo>

src/CustomCode-Analyzer/CustomCode-Analyzer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<LangVersion>latest</LangVersion>
99
<RootNamespace>CustomCode_Analyzer</RootNamespace>
1010
<PackageId>CustomCode.Analyzer</PackageId>
11-
<Version>0.1.1</Version>
12-
<AssemblyVersion>0.1.1</AssemblyVersion>
13-
<FileVersion>0.1.1</FileVersion>
11+
<Version>0.1.2</Version>
12+
<AssemblyVersion>0.1.2</AssemblyVersion>
13+
<FileVersion>0.1.2</FileVersion>
1414
<Authors>Jonathan Algar</Authors>
1515
<Product>OutSystems Developer Cloud (ODC) Custom Code Analyzer</Product>
1616
<Description>Get feedback on your OutSytems Developer Cloud (ODC) custom C# code as you code.</Description>

0 commit comments

Comments
 (0)