web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Changing the version o...
Power Apps
Answered

Changing the version of the Manifest file to update recent chnages in the solution

(0) ShareShare
ReportReport
Posted on by 13

I have a PCF Component whose version is "1.0.0". I imported the solution in my tenant. If I want to make modifications to my component, without having to import the solution again, how is it possible? I tried to change the version of the manifest file and tried, but the solution wasn't getting updated. Does anybody have a solution to this?

<?xml version="1.0" encoding="utf-8" ?>
<manifest>
  <control namespace="pcfcontrol" constructor="CustomLabelControlv1" version="2.0.0" display-name-key="CustomLabelControl " description-key="CustomLabelControl description" control-type="standard">
    <type-group name = "Strings">
      <type>SingleLine.Text</type>
      <type>SingleLine.URL</type>
      <type>SingleLine.TextArea</type>
      <type>Multiple</type>

    </type-group>
    <property name="sampleProperty" display-name-key="InternalName_Display_Key" description-key="InternalName_Desc_Key" of-type-group="Strings" usage="bound" required="true" />
    <property name="fieldName" display-name-key="fieldName" description-key="Name of the field" of-type-group="Strings" usage="input" required="true"/>
    <feature-usage>
      <uses-feature name = "WebAPI" required = "true"/>
    </feature-usage>
    <resources>
      <code path="index.ts" order="1"/>
      <css path = "css/LabelCSS.css" order ="1"/>
    </resources>
  </control>
</manifest>



 

I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    on at

    Check out the current instructed method for deploying PCF controls using command line command "pac pcf push".

     

    Updating version in Manifest file not required.

     

    https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls#deploying-code-components

  • JP-09110045-0 Profile Picture
    on at

    If you want to update version, you can increment the minor and/or patch version values but not the major version value.  Currently, there is an explicit check to make sure the major version value is the same as the initially imported manifest value.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#1
Kalathiya Profile Picture

Kalathiya 368 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 318 Most Valuable Professional

Last 30 days Overall leaderboard