Skip to content

Commit d43d520

Browse files
committed
Released v1.4.0.
1 parent cb1dc8c commit d43d520

File tree

6 files changed

+18
-17
lines changed

6 files changed

+18
-17
lines changed

Console/Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<WarningLevel>4</WarningLevel>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29-
<PlatformTarget>x86</PlatformTarget>
29+
<PlatformTarget>x64</PlatformTarget>
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
3232
<OutputPath>bin\Release\</OutputPath>
@@ -42,7 +42,7 @@
4242
<DefineConstants>TRACE</DefineConstants>
4343
<Optimize>true</Optimize>
4444
<DebugType>pdbonly</DebugType>
45-
<PlatformTarget>x86</PlatformTarget>
45+
<PlatformTarget>x64</PlatformTarget>
4646
<ErrorReport>prompt</ErrorReport>
4747
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4848
<Prefer32Bit>true</Prefer32Bit>

Console/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.3.0.3")]
39-
[assembly: AssemblyFileVersion("1.3.0.3")]
40-
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta3")]
38+
[assembly: AssemblyVersion("1.4.0.0")]
39+
[assembly: AssemblyFileVersion("1.4.0.0")]
40+
[assembly: AssemblyInformationalVersionAttribute("1.4.0")]

LibDmd/LibDmd.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<WarningLevel>4</WarningLevel>
3535
<DebugSymbols>true</DebugSymbols>
3636
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
37-
<PlatformTarget>x86</PlatformTarget>
37+
<PlatformTarget>x64</PlatformTarget>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release - Coloring Disabled|AnyCPU'">
4040
<DebugSymbols>true</DebugSymbols>
@@ -43,7 +43,7 @@
4343
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4444
<Optimize>true</Optimize>
4545
<DebugType>full</DebugType>
46-
<PlatformTarget>x86</PlatformTarget>
46+
<PlatformTarget>x64</PlatformTarget>
4747
<ErrorReport>prompt</ErrorReport>
4848
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4949
</PropertyGroup>

LibDmd/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.0.3")]
36-
[assembly: AssemblyFileVersion("1.3.0.3")]
37-
[assembly: AssemblyInformationalVersionAttribute("1.3.0-beta3")]
35+
[assembly: AssemblyVersion("1.4.0.0")]
36+
[assembly: AssemblyFileVersion("1.4.0.0")]
37+
[assembly: AssemblyInformationalVersionAttribute("1.4.0")]

PinMameDevice/PinMameDevice.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
<Prefer32Bit>false</Prefer32Bit>
37-
<PlatformTarget>x86</PlatformTarget>
37+
<PlatformTarget>x64</PlatformTarget>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release - Coloring Disabled|AnyCPU'">
4040
<OutputPath>bin\Release - Coloring Disabled\</OutputPath>
4141
<DefineConstants>TRACE;DISABLE_COLORING</DefineConstants>
4242
<Optimize>true</Optimize>
4343
<DebugType>pdbonly</DebugType>
44-
<PlatformTarget>x86</PlatformTarget>
44+
<PlatformTarget>x64</PlatformTarget>
4545
<ErrorReport>prompt</ErrorReport>
4646
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4747
</PropertyGroup>

PinMameDevice/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("PinMameDevice")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("DmdDevice")]
9+
[assembly: AssemblyDescription("DmdDevice for Visual PinMAME")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("PinMameDevice")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2016 [email protected]")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.4.0.0")]
36+
[assembly: AssemblyFileVersion("1.4.0.0")]
37+
[assembly: AssemblyInformationalVersionAttribute("1.4.0")]

0 commit comments

Comments
 (0)