File tree Expand file tree Collapse file tree 4 files changed +17
-15
lines changed
Resgrid.Audio.Core/Properties
Resgrid.Audio.Relay.Console
Resgrid.Audio.Relay/Properties Expand file tree Collapse file tree 4 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments