Skip to content

Commit 23fe4df

Browse files
committed
Fix Global Assembly bugs
1 parent 076e6b5 commit 23fe4df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Error Control System/ErrorControlSystem/ErrorControlSystem.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DebugType>full</DebugType>
2121
<Optimize>true</Optimize>
2222
<OutputPath>..\..\..\out\ErrorControlSystem\WinApp\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<DefineConstants>TRACE;DEBUG;Debug_disable</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
2626
<NoWarn>1607, 1591</NoWarn>

src/Error Control System/ErrorControlSystem/Properties/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.2.1.5")]
44+
[assembly: System.Reflection.AssemblyVersion("4.1.5")]
4545

4646
// This is also assigned to 'AssemblyInformationalVersion' which is the product version
4747
// Standard Way: [major].[minor].[bugfix].[build]
4848
// .NET Convention: Third digit is the auto-incremented build version. Fourth digit is revision, which is service pack no
49-
[assembly: AssemblyFileVersion("4.2.1.5")]
49+
[assembly: System.Reflection.AssemblyFileVersion("4.1.5")]
5050
/*
5151
* AssemblyVersion should only be changed for major changes or breaking changes since any change to the
5252
* AssemblyVersion would force every .NET application referencing the assembly to re-compile against the

0 commit comments

Comments
 (0)