ArticyDraft3.MacroDevKit
1.8.0
Prefix Reserved
See the version list below for details.
dotnet add package ArticyDraft3.MacroDevKit --version 1.8.0
NuGet\Install-Package ArticyDraft3.MacroDevKit -Version 1.8.0
<PackageReference Include="ArticyDraft3.MacroDevKit" Version="1.8.0" />
paket add ArticyDraft3.MacroDevKit --version 1.8.0
#r "nuget: ArticyDraft3.MacroDevKit, 1.8.0"
// Install ArticyDraft3.MacroDevKit as a Cake Addin #addin nuget:?package=ArticyDraft3.MacroDevKit&version=1.8.0 // Install ArticyDraft3.MacroDevKit as a Cake Tool #tool nuget:?package=ArticyDraft3.MacroDevKit&version=1.8.0
- New plugin overridable method "ValidatePublising" which is called before publish/unclaiming processing starts and can be used to prevent further processing.
- New plugin overridable method "PartitionPublished" which is called after an successful publish/unclaiming. Gets the provided Commit Message and can be used to log that action.
- New session method "FindFlowPosition" to query the mouse/click position in the flow to ease flow related content positioning. The result is transformed to "world/object" coordinates directly useable as position.
articy:draft 3.1.31 or above required
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 728 | 8/17/2022 |
1.8.1 | 1,050 | 9/1/2021 |
1.8.0 | 771 | 3/15/2021 |
1.7.0 | 710 | 5/28/2020 |
1.6.1 | 755 | 7/19/2019 |
1.6.0 | 1,025 | 12/5/2018 |
1.5.0 | 1,032 | 6/6/2018 |
1.4.0 | 1,344 | 11/30/2017 |
1.3.0 | 1,300 | 9/4/2017 |
1.2.0 | 1,281 | 6/6/2017 |
1.1.1 | 1,143 | 4/25/2017 |
1.1.0 | 1,086 | 4/24/2017 |
1.0.0 | 1,181 | 2/15/2017 |
0.9.5-beta | 1,175 | 2/6/2017 |
0.9.0-beta | 1,045 | 12/19/2016 |
0.8.4-beta | 1,028 | 12/12/2016 |
0.8.3-beta | 992 | 11/30/2016 |
0.8.2-beta | 988 | 11/16/2016 |
0.8.1-beta | 902 | 11/9/2016 |
0.8.0-beta | 924 | 11/8/2016 |
- New plugin overridable method "ValidatePublising" which is called before publish/unclaiming processing starts and can be used to prevent further processing.
- New plugin overridable method "PartitionPublished" which is called after an successful publish/unclaiming. Gets the provided Commit Message and can be used to log that action.
- New session method "FindFlowPosition" to query the mouse/click position in the flow to ease flow related content positioning. The result is transformed to "world/object" coordinates directly useable as position.
articy:draft 3.1.31 or above required