Skip to content

Commit c4bb1e4

Browse files
committed
Updated version info.
1 parent d245343 commit c4bb1e4

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

Resgrid.Audio.Core/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Resgrid.Audio.Core")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("Resgrid Relay Audio Processing")]
9+
[assembly: AssemblyDescription("Dispatch first responders and personnel or units from audio feeds")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Resgrid.Audio.Core")]
13-
[assembly: AssemblyCopyright("Copyright © 2018")]
11+
[assembly: AssemblyCompany("Resgrid, LLC")]
12+
[assembly: AssemblyProduct("Resgrid Relay")]
13+
[assembly: AssemblyCopyright("Copyright © 2018 Resgrid, LLC")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

Resgrid.Audio.Relay.Console/Commands/SetupCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ public string Execute(SetupArgs args)
6363

6464
SaveSettingsFromFile(config);
6565

66+
System.Console.WriteLine("Your options have been written to the settings.json in this directory. You can also edit the file manually in a text editor.");
67+
6668
return "";
6769
}
6870

Resgrid.Audio.Relay.Console/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("Resgrid.Audio.Relay.Console")]
9-
[assembly: AssemblyDescription("")]
8+
[assembly: AssemblyTitle("Resgrid Relay Audio Console")]
9+
[assembly: AssemblyDescription("Dispatch first responders and personnel or units from audio feeds")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("Resgrid.Audio.Relay.Console")]
13-
[assembly: AssemblyCopyright("Copyright © 2018")]
11+
[assembly: AssemblyCompany("Resgrid, LLC")]
12+
[assembly: AssemblyProduct("Resgrid Relay")]
13+
[assembly: AssemblyCopyright("Copyright © 2018 Resgrid, LLC")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

Resgrid.Audio.Relay/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
10-
[assembly: AssemblyTitle("Resgrid.Audio.Relay")]
11-
[assembly: AssemblyDescription("Resgrid.Audio.Relay")]
10+
[assembly: AssemblyTitle("Resgrid Relay Audio Console")]
11+
[assembly: AssemblyDescription("Dispatch first responders and personnel or units from audio feeds")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Resgrid, LLC")]
14-
[assembly: AssemblyProduct("Resgrid.Audio.Relay")]
15-
[assembly: AssemblyCopyright("© Resgrid, LLC 2018")]
16-
[assembly: AssemblyTrademark("Resgrid, LLC")]
14+
[assembly: AssemblyProduct("Resgrid Relay")]
15+
[assembly: AssemblyCopyright("Copyright © 2018 Resgrid, LLC")]
16+
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

1919
// Setting ComVisible to false makes the types in this assembly not visible

0 commit comments

Comments
 (0)