Skip to content

Commit ace6df1

Browse files
authored
Merge pull request #4873 from Vogel612/v2.4.1bump
Bump version to 2.4.1
2 parents 12a4328 + 3e074f7 commit ace6df1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Rubberduck.Core/Rubberduck.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<DisabledWarnings>$(DisabledWarnings);1591</DisabledWarnings>
1313
<ApplicationIcon>Ducky.ico</ApplicationIcon>
1414
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
15-
<AssemblyVersion>2.4.0</AssemblyVersion>
15+
<AssemblyVersion>2.4.1</AssemblyVersion>
1616
</PropertyGroup>
1717
<Import Project="..\RubberduckBaseProject.csproj" />
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">

RubberduckBaseProject.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<!-- Ignore MSB4011 warning, rationale above -->
1818
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
1919
<DisabledWarnings>$(DisabledWarnings);4011;1001</DisabledWarnings>
20-
<Version Condition=" '$(Version)' == ''">2.4.0</Version>
20+
<Version Condition=" '$(Version)' == ''">2.4.1</Version>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition=" '$(AssemblyVersion)' == '' ">
2424
<!--
2525
This assembly version specification is considered nonstandard.
2626
As such builds that do not override the assembly version generate a warning, which we ignore.
2727
-->
28-
<AssemblyVersion>2.4.0.*</AssemblyVersion>
28+
<AssemblyVersion>2.4.1.*</AssemblyVersion>
2929
<!-- Ignore CSharp compiler warning for nonstandard assembly version (CS7035) -->
3030
<!-- Ignore Linker warning for nonstandard assembly version (AL1053) -->
3131
<DisabledWarnings>$(DisabledWarnings);7035;1053</DisabledWarnings>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.4.0.{build}'
1+
version: '2.4.1.{build}'
22

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

0 commit comments

Comments
 (0)