fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
4.0.0-beta2244
Toggle Dropdown
API Diff
with 4.0.0-beta2965
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.4.0.0-beta2244.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"4.0.0-beta2244"
/>
Frameworks
net8.0
netstandard2.0
Dependencies
System.Reflection.MetadataLoadContext 8.0.0
API Diff between 4.0.0-beta2244 and 4.0.0-beta2965
0
Additions
4
Removals
Dynamo.Logging
public
enum
Actions
CallTool
=
64
Handle
=
65
public
static
class
Analytics
public
static
void
TrackEvent
(
Actions
action
,
string
category
,
string
description
=
""
,
int
?
value
=
default
)
public
interface
IAnalyticsClient
void
TrackEvent
(
Actions
action
,
string
category
,
string
description
,
int
?
value
)