Skip to content

Commit

Permalink
Update to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjon2040 committed Mar 11, 2021
1 parent b43f8c0 commit f3d6505
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UE4 Network Profiler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UE4 Network Profiler")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Unreal Engine Network Profiler")]
[assembly: AssemblyDescription("WPF rewrite of WinForm based Network Profiler by Epic Games.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Satheesh (ryanjon2040)")]
[assembly: AssemblyProduct("UE4 Network Profiler")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
Expand Down Expand Up @@ -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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit f3d6505

Please sign in to comment.