We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919bd4f commit 997f228Copy full SHA for 997f228
src/ParquetViewer/ParquetViewer.csproj
@@ -13,6 +13,8 @@
13
</PropertyGroup>
14
<PropertyGroup>
15
<ApplicationIcon>Resources\parquet_icon.ico</ApplicationIcon>
16
+ <PlatformTarget>x64</PlatformTarget>
17
+ <StartupObject>ParquetViewer.Program</StartupObject>
18
19
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
20
<DebugType>full</DebugType>
src/ParquetViewer/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@
33
// You can specify all the values or you can default the Build and Revision Numbers
34
// by using the '*' as shown below:
35
// [assembly: AssemblyVersion("1.0.*")]
36
-[assembly: AssemblyVersion("2.6.0.1")]
+[assembly: AssemblyVersion("2.6.0.2")]
0 commit comments