Skip to content

Commit

Permalink
Updated GSF dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Feb 3, 2024
1 parent 66e5b2a commit 43c4d3a
Show file tree
Hide file tree
Showing 84 changed files with 3 additions and 3 deletions.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/CSVDataManager.exe
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/ConfigCrypter.exe
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/ConfigurationEditor.exe
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/DNP3ConfigGenerator.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/HistorianView.exe
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/LogFileViewer.exe
Binary file not shown.
Binary file modified Source/Applications/SIMProx/SIMProxSetup/NoInetFixUtil.exe
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/AdoAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ArchivistAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/AudioAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/AzureEventHubAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/COMTRADEAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/CsvAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/DataQualityMonitoring.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/DeviceStatAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Dnp3Adapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/DynamicCalculator.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/EpriExport.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/FileAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/FtpAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ASN1.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.COMTRADE.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Communication.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Core.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/Dependencies/GSF/GSF.Core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41557,9 +41557,9 @@
This method will return a C#-compatible proper type name, resolving generic type names using reflection, which creates a valid,
useable type name versus what <see cref="P:System.Type.FullName"/> returns. For example, <see cref="P:System.Type.FullName"/> will return something like:
<c>System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]</c>
with a backtick (`) to indicate a generic type and noisy assembly info. Even <see cref="!:Type.Name"/> returns <c>List`1</c> with a backtick (`).
For the same type, this method would instead return: <c>System.Collections.Generic.List&lt;System.String&gt;</c> which is a valid, usable C# type
name. You can also set the <paramref name="includeNamespaces"/> parameter to <c>false</c> to remove namespaces from the type name, which yields:
with a backtick (`) to indicate a generic type and noisy assembly info. Even <c>Type.Name</c> returns <c>List`1</c> with a backtick (`). For the
same type, this method would instead return: <c>System.Collections.Generic.List&lt;System.String&gt;</c> which is a valid, usable C# type name.
You can also set the <paramref name="includeNamespaces"/> parameter to <c>false</c> to remove namespaces from the type name, which yields:
<c>List&lt;String&gt;</c> for the same example.
</remarks>
</member>
Expand Down
Binary file modified Source/Dependencies/GSF/GSF.EMAX.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Geo.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Historian.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.InstallerActions.CA.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.MMS.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Media.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Net.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PQDIF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PQDS.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.PhasorProtocols.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.SELEventParser.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Security.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceBus.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceModel.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.ServiceProcess.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.TimeSeries.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Web.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GSF.Windows.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/GrafanaAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/Hadoop.Replication.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/HistorianAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ICCPExport.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/InfluxDBAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/KafkaAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/MetadataAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ModbusAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/MongoAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/MySqlAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/OneSecondFrequencyAverager.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PIAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PhasorProtocolAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PhasorWebUI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.UI.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/PowerCalculations.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/TestingAdapters.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/ValidateAssemblyBindings.exe
Binary file not shown.
Binary file modified Source/Dependencies/GSF/WavInputAdapter.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/eDNAAdapters.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.
Binary file modified Source/Dependencies/GSF/sttp.gsf.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll
Binary file not shown.

0 comments on commit 43c4d3a

Please sign in to comment.