Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 2.4.1
  • Loading branch information
Vogel612 committed Mar 22, 2019
1 parent 12a4328 commit 3e074f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rubberduck.Core/Rubberduck.Core.csproj
Expand Up @@ -12,7 +12,7 @@
<DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
<ApplicationIcon>Ducky.ico</ApplicationIcon>
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
<AssemblyVersion>2.4.0</AssemblyVersion>
<AssemblyVersion>2.4.1</AssemblyVersion>
</PropertyGroup>
<Import Project="..\RubberduckBaseProject.csproj" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions RubberduckBaseProject.csproj
Expand Up @@ -17,15 +17,15 @@
<!-- Ignore MSB4011 warning, rationale above -->
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
<DisabledWarnings>$(DisabledWarnings);4011;1001</DisabledWarnings>
<Version Condition=" '$(Version)' == ''">2.4.0</Version>
<Version Condition=" '$(Version)' == ''">2.4.1</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(AssemblyVersion)' == '' ">
<!--
This assembly version specification is considered nonstandard.
As such builds that do not override the assembly version generate a warning, which we ignore.
-->
<AssemblyVersion>2.4.0.*</AssemblyVersion>
<AssemblyVersion>2.4.1.*</AssemblyVersion>
<!-- Ignore CSharp compiler warning for nonstandard assembly version (CS7035) -->
<!-- Ignore Linker warning for nonstandard assembly version (AL1053) -->
<DisabledWarnings>$(DisabledWarnings);7035;1053</DisabledWarnings>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: '2.4.0.{build}'
version: '2.4.1.{build}'

# add nuget api to hosts file, making sure we can actually nuget restore for the build
hosts:
Expand Down

0 comments on commit 3e074f7

Please sign in to comment.