Skip to content

Commit

Permalink
Update README, ditch last digit in AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng committed Oct 19, 2018
1 parent 15af659 commit 8fc9902
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FcomClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.8.0")]
[assembly: AssemblyVersion("0.8")]
[assembly: AssemblyFileVersion("0.8.0")]
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# FCOM client #

The client that capture messages received over VATSIM / IVAO
The client that capture messages received over VATSIM / IVAO



## Requirements ##

* Windows 7 or newer
* .NET Framework 4.7.1 or newer
* [WinPcap](https://www.winpcap.org/)



## Download and installation ##

See the [Releases page on GitHub](https://github.com/norrisng/FcomClient/releases) for downloads.

To install, simply extract the FcomClient folder to anywhere as desired.

To run FcomClient, simply open `FcomClient.exe`.

0 comments on commit 8fc9902

Please sign in to comment.