Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitten committed Oct 27, 2020
2 parents 1936a6e + 5ba7829 commit 12376ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions Source/Plugins/NrPlugin/NrPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>CS0649</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion Source/RFmxSignalCreator/CommandLineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CommandLineOptions
[Option('c', "console", HelpText = "Sends full file log to console in addition to the log file.")]
public bool LogToConsole { get; set; }

[Usage(ApplicationAlias = "RFmxSignalCreator")]
[Usage(ApplicationAlias = "SignalCreator")]
public static IEnumerable<Example> Examples =>
new List<Example>()
{
Expand Down
9 changes: 4 additions & 5 deletions Source/RFmxSignalCreator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,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("RFmxSignalCreator")]
[assembly: AssemblyTitle("SignalCreator")]
[assembly: AssemblyDescription("This tool simplifies the process of creating NI-RFmx signal configurations by creating them automatically from NI-RFmx Waveform Creator configuration files. For supported waveform configuration files, a NI-RFmx signal will be created that maps all available properties from the configuration file to the appropriate NI-RFmx settings.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("National Instruments")]
[assembly: AssemblyProduct("RFmxSignalCreator")]
[assembly: AssemblyProduct("SignalCreator")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -32,5 +31,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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]

0 comments on commit 12376ce

Please sign in to comment.