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 12
12
<DisabledWarnings >$(DisabledWarnings);1591</DisabledWarnings >
13
13
<ApplicationIcon >Ducky.ico</ApplicationIcon >
14
14
<!-- Give a fixed version to not blow XAML generated code to smithereens -->
15
- <AssemblyVersion >2.4.0 </AssemblyVersion >
15
+ <AssemblyVersion >2.4.1 </AssemblyVersion >
16
16
</PropertyGroup >
17
17
<Import Project =" ..\RubberduckBaseProject.csproj" />
18
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'" >
Original file line number Diff line number Diff line change 17
17
<!-- Ignore MSB4011 warning, rationale above -->
18
18
<!-- Ignore VisualStudio whining about the CodeAnalysis assembly changing (IDE1001) -->
19
19
<DisabledWarnings >$(DisabledWarnings);4011;1001</DisabledWarnings >
20
- <Version Condition =" '$(Version)' == ''" >2.4.0 </Version >
20
+ <Version Condition =" '$(Version)' == ''" >2.4.1 </Version >
21
21
</PropertyGroup >
22
22
23
23
<PropertyGroup Condition =" '$(AssemblyVersion)' == '' " >
24
24
<!--
25
25
This assembly version specification is considered nonstandard.
26
26
As such builds that do not override the assembly version generate a warning, which we ignore.
27
27
-->
28
- <AssemblyVersion >2.4.0 .*</AssemblyVersion >
28
+ <AssemblyVersion >2.4.1 .*</AssemblyVersion >
29
29
<!-- Ignore CSharp compiler warning for nonstandard assembly version (CS7035) -->
30
30
<!-- Ignore Linker warning for nonstandard assembly version (AL1053) -->
31
31
<DisabledWarnings >$(DisabledWarnings);7035;1053</DisabledWarnings >
Original file line number Diff line number Diff line change 1
- version : ' 2.4.0 .{build}'
1
+ version : ' 2.4.1 .{build}'
2
2
3
3
# add nuget api to hosts file, making sure we can actually nuget restore for the build
4
4
hosts :
You can’t perform that action at this time.
0 commit comments