Skip to content

Commit

Permalink
[build]: Update PCF Tools packages to v0.2.2 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: [pcf-tools] <[email protected]>
  • Loading branch information
cathalnoonan and [pcf-tools] authored Apr 5, 2024
1 parent 0ff0afd commit db16fc7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Feature request
description: Describe the feature you would like to see.
labels: [ "enhancement" ]
body:
- type: textarea
id: description
attributes:
label: Description
validations:
required: true
11 changes: 11 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
categories:
- title: New features
labels:
- "*"
exclude:
labels:
- dependencies
- title: Dependencies
labels:
- dependencies
2 changes: 1 addition & 1 deletion control/control.pcfproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.2.0" />
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.2.2" />
<PropertyGroup>
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion d365-pcf-securityrolemanager.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.2.0" />
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.2.2" />
</Project>
2 changes: 1 addition & 1 deletion solution/solution.cdsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.2.0" />
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.2.2" />
<PropertyGroup>
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion solution/src/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UniqueName>SecurityRoleManager</UniqueName>
<LocalizedNames>
<!-- Localized Solution Name in language code -->
<LocalizedName description="Security Role Manager" languagecode="1033" />
<LocalizedName description="Security Role Manager. https://github.com/cathalnoonan/d365-pcf-securityrolemanager" languagecode="1033" />
</LocalizedNames>
<Descriptions />
<Version>2.1.0</Version>
Expand Down

0 comments on commit db16fc7

Please sign in to comment.