Skip to content

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Jan 14, 2020
1 parent 2014f15 commit 11eed65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flash-multi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("flash-multi")]
[assembly: AssemblyDescription("Multiprotocol TX module firmware updater")]
[assembly: AssemblyDescription("MULTI-Module firmware updater")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ben Lye")]
[assembly: AssemblyProduct("flash-multi")]
Expand All @@ -51,5 +51,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.2.3")]
[assembly: AssemblyFileVersion("0.2.3")]
[assembly: AssemblyVersion("0.2.4")]
[assembly: AssemblyFileVersion("0.2.4")]

0 comments on commit 11eed65

Please sign in to comment.