Skip to content

Commit 4283fb2

Browse files
committed
fix: Update README workflow to use main branch and correct author/company names in Directory.Build.props
1 parent 4ee2115 commit 4283fb2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/essentialsplugins-updatereadme-caller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-update-readme:
11-
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@development
11+
uses: PepperDash/workflow-templates/.github/workflows/update-readme.yml@main
1212
with:
1313
target-branch: ${{ github.ref_name }}
1414

src/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<PropertyGroup>
33
<Version>1.0.0-local</Version>
44
<InformationalVersion>$(Version)</InformationalVersion>
5-
<Authors>PepperDash Technologies</Authors>
6-
<Company>PepperDash Technologies</Company>
5+
<Authors>PepperDash Technology</Authors>
6+
<Company>PepperDash Technology</Company>
77
<Product>PepperDash Essentials Plugin Template</Product>
88
<Copyright>Copyright © 2025</Copyright>
99
<RepositoryUrl>https://github.com/PepperDash/EssentialsPluginTemplate.git</RepositoryUrl>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageTags>Crestron; 4series</PackageTags>
12-
<PackageOutputPath>../output</PackageOutputPath>
12+
<PackageOutputPath>..\output</PackageOutputPath>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1414
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>

src/epi-make-model.4Series.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<RootNamespace>PepperDash.Essentials.Plugin</RootNamespace>
88
<Deterministic>false</Deterministic>
99
<AssemblyTitle>PepperDash.Essentials.Plugin.Make.Model</AssemblyTitle>
10-
<Company>PepperDash Technologies</Company>
10+
<Company>PepperDash Technology</Company>
1111
<Description>This software is a template for a PepperDash Essentials Plugin.</Description>
1212
<Copyright>Copyright 2025</Copyright>
1313
<Version>1.0.0-local</Version>
1414
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1515
<InformationalVersion>$(Version)</InformationalVersion>
1616
<OutputPath>bin\$(Configuration)\</OutputPath>
17-
<Authors>PepperDash Technologies</Authors>
17+
<Authors>PepperDash Technology</Authors>
1818
<PackageId>Pepperdash.Essentials.Plugins.Template</PackageId>
1919
<PackageProjectUrl>https://github.com/PepperDash/EssentialsPluginTemplate.git</PackageProjectUrl>
2020
<PackageTags>crestron 4series essentials plugin template</PackageTags>

0 commit comments

Comments
 (0)