Skip to content

Commit 713bcfe

Browse files
committed
Push around stuff in CodeAnalysis trying to fix AppVeyor
1 parent 3fecb31 commit 713bcfe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Rubberduck.CodeAnalysis/Rubberduck.CodeAnalysis.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<Product>Rubberduck.CodeAnalysis</Product>
66
<Description>Assembly Containing the Code Analysis features exposed by Rubberduck</Description>
77
<Copyright>Copyright © 2017-2018</Copyright>
8-
<AssemblyVersion>2.1.*</AssemblyVersion>
8+
<AssemblyName>Rubberduck.CodeAnalysis</AssemblyName>
9+
<RootNamespace>Rubberduck.Inspections</RootNamespace>
10+
<Version>2.2.*</Version>
11+
<AssemblyVersion>2.2.*</AssemblyVersion>
912
<TargetFramework>net46</TargetFramework>
1013
<ProjectGuid>{DEF2FB9D-6E62-49D6-8E26-9983AC025768}</ProjectGuid>
1114
<AppDesignerFolder>Properties</AppDesignerFolder>
12-
<RootNamespace>Rubberduck.Inspections</RootNamespace>
13-
<AssemblyName>Rubberduck.Inspections</AssemblyName>
1415
<OutputType>Library</OutputType>
1516
<LangVersion>7.2</LangVersion>
1617
<!--

0 commit comments

Comments
 (0)