Skip to content

Commit db7b0bc

Browse files
Merge pull request #31 from BeverCRM/chore/publishing-v1.0.1
Solution configuration
2 parents eb62c17 + dbd3a84 commit db7b0bc

3 files changed

Lines changed: 25 additions & 27 deletions

File tree

.github/workflows/publish-on-marketplace-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
with:
1212
control-title: Drag and Drop Grid
1313
control-youtube-video-url: https://www.youtube.com/watch?v=jvDp9eG5RCo
14-
control-tags: DragAndDrop, Grid, Dataset
14+
control-tags: DragAndDrop, Grid, Dataset

Solution/Solution.cdsproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
@@ -8,18 +8,24 @@
88
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" />
99

1010
<PropertyGroup>
11-
<ProjectGuid>b5a23774-08f6-4faf-8c6d-25fa366bb4bf</ProjectGuid>
11+
<ProjectGuid>176cfd93-8c6c-4851-a79e-376df8370ffd</ProjectGuid>
1212
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1313
<!--Remove TargetFramework when this is available in 16.1-->
1414
<TargetFramework>net462</TargetFramework>
1515
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
1616
<SolutionRootPath>src</SolutionRootPath>
1717
</PropertyGroup>
1818

19-
<!-- Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both) -->
19+
<!--
20+
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both)
21+
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync
22+
-->
23+
<!--
2024
<PropertyGroup>
21-
<SolutionPackageType>Both</SolutionPackageType>
25+
<SolutionPackageType>Managed</SolutionPackageType>
26+
<SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization>
2227
</PropertyGroup>
28+
-->
2329

2430
<ItemGroup>
2531
<PackageReference Include="Microsoft.PowerApps.MSBuild.Solution" Version="1.*" />
@@ -41,10 +47,6 @@
4147
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4248
</Content>
4349
</ItemGroup>
44-
45-
<ItemGroup>
46-
<ProjectReference Include="..\PCF-DragAndDropGrid.pcfproj" />
47-
</ItemGroup>
4850

4951
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
5052
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.targets')" />

Solution/src/Other/Solution.xml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
<ImportExportXml version="9.1.0.643" SolutionPackageVersion="9.1" languagecode="1033" generatedBy="CrmLive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<SolutionManifest>
44
<!-- Unique Name of Cds Solution-->
5-
<UniqueName>DragAndDropGrid</UniqueName>
5+
<UniqueName>Solution</UniqueName>
66
<LocalizedNames>
77
<!-- Localized Solution Name in language code -->
8-
<LocalizedName description="DragAndDropGrid" languagecode="1033" />
8+
<LocalizedName description="Solution" languagecode="1033" />
99
</LocalizedNames>
10-
<Descriptions>
11-
<Description description="PCF - Drag and Drop Grid &#10; &#10;This control allows the user to drag and drop files onto entity records in the grid. &#10;The dropped files will be added as Dynamics 365 attachments. &#10;&#10;© 2022 Bever" languagecode="1033" />
12-
</Descriptions>
13-
<Version>1.0.0</Version>
10+
<Descriptions />
11+
<Version>1.0</Version>
1412
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
1513
<Managed>2</Managed>
1614
<Publisher>
@@ -22,37 +20,37 @@
2220
</LocalizedNames>
2321
<Descriptions>
2422
<!-- Description of Cds Publisher in language code -->
25-
<Description description="Bever helps small-sized and medium-sized businesses to digitize by using Dynamics 365 &amp; Power Platform." languagecode="1033" />
23+
<Description description="Bever" languagecode="1033" />
2624
</Descriptions>
27-
<EMailAddress>[email protected]</EMailAddress>
28-
<SupportingWebsiteUrl>https://bevercrm.com</SupportingWebsiteUrl>
25+
<EMailAddress xsi:nil="true"></EMailAddress>
26+
<SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl>
2927
<!-- Customization Prefix for the Cds Publisher-->
3028
<CustomizationPrefix>bvr</CustomizationPrefix>
3129
<!-- Derived Option Value Prefix for the Customization Prefix of Cds Publisher -->
32-
<CustomizationOptionValuePrefix>55180</CustomizationOptionValuePrefix>
30+
<CustomizationOptionValuePrefix>10031</CustomizationOptionValuePrefix>
3331
<Addresses>
3432
<!-- Address of the Publisher-->
3533
<Address>
3634
<AddressNumber>1</AddressNumber>
3735
<AddressTypeCode>1</AddressTypeCode>
38-
<City>Yerevan</City>
36+
<City xsi:nil="true"></City>
3937
<County xsi:nil="true"></County>
40-
<Country>Armenia</Country>
38+
<Country xsi:nil="true"></Country>
4139
<Fax xsi:nil="true"></Fax>
4240
<FreightTermsCode xsi:nil="true"></FreightTermsCode>
4341
<ImportSequenceNumber xsi:nil="true"></ImportSequenceNumber>
4442
<Latitude xsi:nil="true"></Latitude>
45-
<Line1>Abelian 6/4</Line1>
43+
<Line1 xsi:nil="true"></Line1>
4644
<Line2 xsi:nil="true"></Line2>
4745
<Line3 xsi:nil="true"></Line3>
4846
<Longitude xsi:nil="true"></Longitude>
4947
<Name xsi:nil="true"></Name>
50-
<PostalCode>0038</PostalCode>
48+
<PostalCode xsi:nil="true"></PostalCode>
5149
<PostOfficeBox xsi:nil="true"></PostOfficeBox>
5250
<PrimaryContactName xsi:nil="true"></PrimaryContactName>
5351
<ShippingMethodCode>1</ShippingMethodCode>
5452
<StateOrProvince xsi:nil="true"></StateOrProvince>
55-
<Telephone1>+374 (77) 590071</Telephone1>
53+
<Telephone1 xsi:nil="true"></Telephone1>
5654
<Telephone2 xsi:nil="true"></Telephone2>
5755
<Telephone3 xsi:nil="true"></Telephone3>
5856
<TimeZoneRuleVersionNumber xsi:nil="true"></TimeZoneRuleVersionNumber>
@@ -90,9 +88,7 @@
9088
</Address>
9189
</Addresses>
9290
</Publisher>
93-
<RootComponents>
94-
<RootComponent type="66" schemaName="bvr_BeverControls.DragAndDropGrid" behavior="0" />
95-
</RootComponents>
91+
<RootComponents />
9692
<MissingDependencies />
9793
</SolutionManifest>
9894
</ImportExportXml>

0 commit comments

Comments
 (0)