Skip to content

Commit

Permalink
bump assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Mar 23, 2023
1 parent 919bd4f commit 997f228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ParquetViewer/ParquetViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\parquet_icon.ico</ApplicationIcon>
<PlatformTarget>x64</PlatformTarget>
<StartupObject>ParquetViewer.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/ParquetViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.0.1")]
[assembly: AssemblyVersion("2.6.0.2")]

0 comments on commit 997f228

Please sign in to comment.