Skip to content

Commit

Permalink
Corrected NuGet packaging file. Resolving bug #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Power-Maverick committed Oct 20, 2020
1 parent caf723f commit ba26bc1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
9 changes: 3 additions & 6 deletions Maverick.PCF.Builder/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---- NEW FEATURES ----
1. Detects if CSS, Preview Image and RESX resources exists
2. Creates PCF project with default CSS, RESX files
3. Initiates PCF project with preview image (you will need to change it)
None

---- UPDATES ----
1. Animated "Running" status
2. Update of preview image disabled
None

---- BUG FIXES ----
None
Urgent bux fix . GitHub Issue #26
19 changes: 8 additions & 11 deletions PCF-CustomControlBuilder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
<description>Easily create, build and deployment solution for your custom control using PCF.</description>
<summary>Easily create, build and deployment solution for your custom control using PCF.</summary>
<releaseNotes>
---- NEW FEATURES ----
1. Detects if CSS, Preview Image and RESX resources exists
2. Creates PCF project with default CSS, RESX files
3. Initiates PCF project with preview image (you will need to change it)
---- NEW FEATURES ----
None

---- UPDATES ----
1. Animated "Running" status
2. Update of preview image disabled
---- UPDATES ----
None

---- BUG FIXES ----
None
---- BUG FIXES ----
Urgent bux fix . GitHub Issue #26
</releaseNotes>
<copyright>Copyright © Danish Naglekar</copyright>
<tags>XrmToolBox, PCF, Power Apps, Power Apps Component Framework, PCF Builder</tags>
Expand All @@ -38,7 +35,7 @@
<file src="PCFCustomControlBuilder\bin\Release\MainIcon.png" target="" />
<file src="PCFCustomControlBuilder\bin\Release\lcid.json" target="lib\net462\Plugins\Maverick.PCF.Builder" />
<file src="PCFCustomControlBuilder\bin\Release\MsBuild.ps1" target="lib\net462\Plugins\Maverick.PCF.Builder" />
<file src="PCFCustomControlBuilder\bin\Release\CoreTools\*.*" target="lib\net462\Plugins\Maverick.PCF.Builder" />
<file src="PCFCustomControlBuilder\bin\Release\Templates\*.*" target="lib\net462\Plugins\Maverick.PCF.Builder" />
<file src="PCFCustomControlBuilder\bin\Release\CoreTools\*.*" target="lib\net462\Plugins\Maverick.PCF.Builder\CoreTools" />
<file src="PCFCustomControlBuilder\bin\Release\Templates\*.*" target="lib\net462\Plugins\Maverick.PCF.Builder\Templates" />
</files>
</package>

0 comments on commit ba26bc1

Please sign in to comment.