You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more sophisticated Visual Studio Extension can be found at [VS Extension](https://marketplace.visualstudio.com/items?itemName=Yagasoft.CrmCodeGenerator).
20
+
A more sophisticated Visual Studio Extension can be found at [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=Yagasoft.CrmCodeGenerator).
19
21
20
-
The engine for this Plugin and the VS Extension is the same. The settings and T4 Templates can be used for both; however, the T4 Template from the Extension uses C# v6, which is not supported by this Plugin.
22
+
The engine for this Plugin and the VS Extension is the same. The settings and T4 Templates can be used for both (pre-v7 of the extension).
21
23
22
24
## Credits
23
25
@@ -31,6 +33,10 @@ The engine for this Plugin and the VS Extension is the same. The settings and T4
31
33
32
34
## Changes
33
35
36
+
#### _v1.0.0.5 (2020-08-28)_
37
+
+ Added: all missing features from VS extension (click on 'Quick Guide' for more info), except Contracts
38
+
+ Added: keep track of paths (settings, template, and code) used in previous sessions and the links between them
0 commit comments