Skip to content

Commit 12376ce

Browse files
author
mwhitten
committed
Merge branch 'hotfix/2.0.1'
2 parents 1936a6e + 5ba7829 commit 12376ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Source/Plugins/NrPlugin/NrPlugin.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
33+
<NoWarn>CS0649</NoWarn>
3334
</PropertyGroup>
3435
<PropertyGroup>
3536
<ApplicationIcon>

Source/RFmxSignalCreator/CommandLineOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CommandLineOptions
1919
[Option('c', "console", HelpText = "Sends full file log to console in addition to the log file.")]
2020
public bool LogToConsole { get; set; }
2121

22-
[Usage(ApplicationAlias = "RFmxSignalCreator")]
22+
[Usage(ApplicationAlias = "SignalCreator")]
2323
public static IEnumerable<Example> Examples =>
2424
new List<Example>()
2525
{

Source/RFmxSignalCreator/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
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("RFmxSignalCreator")]
8+
[assembly: AssemblyTitle("SignalCreator")]
99
[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.")]
10-
[assembly: AssemblyConfiguration("")]
1110
[assembly: AssemblyCompany("National Instruments")]
12-
[assembly: AssemblyProduct("RFmxSignalCreator")]
11+
[assembly: AssemblyProduct("SignalCreator")]
1312
[assembly: AssemblyCopyright("Copyright © 2020")]
1413
[assembly: AssemblyTrademark("")]
1514
[assembly: AssemblyCulture("")]
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
34+
[assembly: AssemblyVersion("2.0.1.0")]
35+
[assembly: AssemblyFileVersion("2.0.1.0")]

0 commit comments

Comments
 (0)