-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathFlowToVisio.nuspec
More file actions
82 lines (67 loc) · 3.22 KB
/
FlowToVisio.nuspec
File metadata and controls
82 lines (67 loc) · 3.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>LinkeD365.FlowToVisio</id>
<title>Flow to Visio</title>
<version>$version$</version>
<authors>LinkeD365</authors>
<owners>LinkeD365</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/LinkeD365/FlowToVisio</projectUrl>
<iconUrl>https://linked365.blog/wp-content/uploads/2020/03/smallIcon.png</iconUrl>
<description>A XrmToolBox tool to create Visio diagram of your Power Automate Flows that are within solutions, not in solutions and also Logic Apps</description>
<releaseNotes>
Tweaked Teams displays and added fix for switches
#43 Fixed
PR from @filcole
Updated to latest version of XrmToolBox
Added functionality to view flow Runs then cancel one or more runs
Updated tool version
added Actions for dataverse
#36 Added solution filter
#35 Added toggle to display comments
#33, #34 flows with [] in the name are corrupted (Thanks @RobCieloCosta, @banderson-eco)
#31 Added Options drop down to allow display of advanced settings
Added more detail to Http triggers and actions
#31, #32 Reduced bottom border for all shapes (Thanks @rappen, @mrhyde1st)
#30 Added append to string icon and value (DO IT YOUR SELF NEXT TIME @MCJ)
#29 Added SQL actions, which led to a lot of work to get parameters showing (Bloody MCJ)
#28 Added open file option (Thanks @MCJ)
#27 Resolved issue with Dataverse shape (thanks @Geoff-RSM)
#26 Resolved issue where no connectors on logic apps caused error (thanks @BTSSCarol)
#15 Allowed multi select of flows to create a large file (thanks @MichaelLaMontagne)
#25 Added Help and improved user interface for connecting to Power Automate and Logic Apps
#23 Fixed Filter/Search
#22 Fixed Sort
#20 Also returns flows that have been shared with me (Thanks Gilles) 👍
#24 Allowed multi configurations for Power Automate and Logic Apps (Thanks Fred) 🙌
Changed retrun from Flow and Logic apps to check if there are more to get
#17 Added Office 365 actions
#16 Added Logic App config, very beta 🤞
#14 Removed File button
#13 Fixed bug in conditions missing steps
#8 Implemented INoConnectionRequired to tidy up and removed initial call to get flows from Dataverse 😜
#11 Fixed display of _ in titles
#10 Modified Title rendering to allow for quotes and double quotes (Thanks Amey)
#9 Added Dev Azure APP info
Added additional logging around Flow API access
Added Append Array Increment Variables 🎁
Added Office Users✨
#7 Resolved issue with repeat was a class
Added PowerApp, more CDS, Forms, Customer Voice
10.7
#3 Fixed readonly grid
#5 Hope you are happy Jonas
#6 hopefully 🤞🏽
Added Onedrive and Word Templates
</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>XrmToolBox Plugins Flow Visio</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2020.6.40" />
</dependencies>
</metadata>
<files>
<file src="FlowToVisio\bin\Release\Plugins\LinkeD365.FlowToVisio.dll" target="lib\net472\Plugins" />
</files>
</package>