Skip to content

Commit 997f228

Browse files
committed
bump assembly version
1 parent 919bd4f commit 997f228

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/ParquetViewer/ParquetViewer.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<ApplicationIcon>Resources\parquet_icon.ico</ApplicationIcon>
16+
<PlatformTarget>x64</PlatformTarget>
17+
<StartupObject>ParquetViewer.Program</StartupObject>
1618
</PropertyGroup>
1719
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1820
<DebugType>full</DebugType>

src/ParquetViewer/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("2.6.0.1")]
36+
[assembly: AssemblyVersion("2.6.0.2")]

0 commit comments

Comments
 (0)