Skip to content

Commit

Permalink
Build 21.10.19.103
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Oct 19, 2021
1 parent 27e7c39 commit 0927969
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 4 deletions.
721 changes: 721 additions & 0 deletions DNSLookUp.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion InputBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
//
// Milok Zbrozek InputBox Class
Expand Down
3 changes: 2 additions & 1 deletion KMZViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@
<Compile Include="aprsview.cs" />
<Compile Include="ax25kiss.cs" />
<Compile Include="DBFRegions.cs" />
<Compile Include="DNSLookUp.cs" />
<Compile Include="ExifRewriteFiles.cs" />
<Compile Include="FileAss.cs" />
<Compile Include="fit_Definitions.cs" />
<Compile Include="fit_FastCrc.cs" />
<Compile Include="fit_Parser.cs" />
<Compile Include="FlightRadar24GW.cs" />
<Compile Include="InputBox.cs">
<SubType>Form</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="KISS.cs" />
<Compile Include="KMZViewerForm.cs">
Expand Down
Binary file modified KMZViewerForm.cs
Binary file not shown.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("21.10.15.99")]
[assembly: AssemblyFileVersion("21.10.15.99")]
[assembly: AssemblyVersion("21.10.19.103")]
[assembly: AssemblyFileVersion("21.10.19.103")]
Binary file modified bin/Debug/KMZViewer.exe
Binary file not shown.

0 comments on commit 0927969

Please sign in to comment.