Skip to content

Commit 2184a80

Browse files
committed
bump version to 2.5.0
1 parent 4bb5224 commit 2184a80

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
@@ -13,7 +13,7 @@
1313
<ApplicationIcon>Ducky.ico</ApplicationIcon>
1414
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
1515
<!-- This also fixes "Input string was not in the correct format" error message when referring to the current assembly in an XAML-Namespace -->
16-
<AssemblyVersion>2.4.1</AssemblyVersion>
16+
<AssemblyVersion>2.5.0</AssemblyVersion>
1717
</PropertyGroup>
1818
<Import Project="..\RubberduckBaseProject.csproj" />
1919
<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.1</Version>
20+
<Version Condition=" '$(Version)' == ''">2.5.0</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.1.*</AssemblyVersion>
28+
<AssemblyVersion>2.5.0.*</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.1.{build}'
1+
version: '2.5.0.{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)