Skip to content

Commit ab2840c

Browse files
Changes to release notes
1 parent 5319baf commit ab2840c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Maverick.PCF.Builder/Maverick.PCF.Builder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ IF $(ConfigurationName) == Debug (
377377
)</PostBuildEvent>
378378
</PropertyGroup>
379379
<PropertyGroup>
380-
<PreBuildEvent>powershell -command "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser -force"
380+
<PreBuildEvent>powershell -command "Set-ExecutionPolicy -ExecutionPolicy Unrestricted"
381381
powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"
382-
powershell -command "Set-ExecutionPolicy -ExecutionPolicy Default -Scope CurrentUser -force"</PreBuildEvent>
382+
powershell -command "Set-ExecutionPolicy -ExecutionPolicy Default"</PreBuildEvent>
383383
</PropertyGroup>
384384
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
385385
<PropertyGroup>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---- NEW FEATURES ----
2-
None
2+
1. Publisher details separated out with accepting friendly names
3+
2. Publisher Friendly name accepts space but unique name does not accept spaces (#28)
34

45
---- UPDATES ----
5-
None
6+
1. Publisher prefix only accepts lowercase to align it with Dataverse (#35)
67

78
---- BUG FIXES ----
8-
Urgent bux fixes with solution creation, build and deployment. GitHub Issue #26 and #27
9+
No bug fixes in this release

PCF-CustomControlBuilder.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<summary>Easily create, build and deployment solution for your custom control using PCF.</summary>
1717
<releaseNotes>
1818
---- NEW FEATURES ----
19-
None
19+
1. Publisher details separated out with accepting friendly names
20+
2. Publisher Friendly name accepts space but unique name does not accept spaces (#28)
2021

2122
---- UPDATES ----
22-
1. PCF CLI is now called Power Apps CLI
23+
1. Publisher prefix only accepts lowercase to align it with Dataverse (#35)
2324

2425
---- BUG FIXES ----
25-
1. GitHub Issue #32 - PowerShell Execution Policy as Restricted
26-
2. GitHub Issue #33 - Tool does not respond when Power Apps CLI is not installed on the machine
26+
No bug fixes in this release
2727
</releaseNotes>
2828
<copyright>Copyright © Danish Naglekar</copyright>
2929
<tags>XrmToolBox, PCF, Power Apps, Power Apps Component Framework, PCF Builder</tags>

0 commit comments

Comments
 (0)