Skip to content

Commit

Permalink
Mi to Stadia
Browse files Browse the repository at this point in the history
Change Mi to Stadia, New Icon
  • Loading branch information
prazaar committed Oct 23, 2021
1 parent a9b05a5 commit d29a225
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ProcessIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void Display()
ni.MouseClick += new MouseEventHandler(ni_MouseClick);
var icon = Resources.micontroller;
ni.Icon = icon;
ni.Text = "Mi controller interface application";
ni.Text = "Stadia interface application";
ni.Visible = true;

// Attach a context menu.
Expand Down
12 changes: 6 additions & 6 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// 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("Mi controller interface application")]
[assembly: AssemblyDescription("Adds a virtual xbox360 gamepad managed by the mi controller")]
[assembly: AssemblyTitle("Stadia interface application")]
[assembly: AssemblyDescription("Adds a virtual Xbox360 Gamepad managed by Stadia Controller")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Emulator")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyProduct("Stadia to Xbox Emulator")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]

0 comments on commit d29a225

Please sign in to comment.