File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.5.0 </AssemblyVersion >
16+ <AssemblyVersion >2.5.1 </AssemblyVersion >
1717 </PropertyGroup >
1818 <Import Project =" ..\RubberduckBaseProject.csproj" />
1919 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'" >
Original file line number Diff line number Diff line change 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.5.0 </Version >
20+ <Version Condition =" '$(Version)' == ''" >2.5.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.5.0 .*</AssemblyVersion >
28+ <AssemblyVersion >2.5.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 >
Original file line number Diff line number Diff line change 1- version : ' 2.5.0 .{build}'
1+ version : ' 2.5.1 .{build}'
22
33# add nuget api to hosts file, making sure we can actually nuget restore for the build
44hosts :
You can’t perform that action at this time.
0 commit comments