Skip to content

Commit 5a5514e

Browse files
committed
CHORE: Update CHANGELOG and add author field to package.
1 parent ee33dc6 commit 5a5514e

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ To ensure XrmPluginCore, and it's dependencies are included, you can use the fol
109109
<InputAssemblies Include="$(TargetDir)Microsoft.Bcl.AsyncInterfaces.dll" />
110110
<InputAssemblies Include="$(TargetDir)Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
111111
<InputAssemblies Include="$(TargetDir)Microsoft.Extensions.DependencyInjection.dll" />
112-
<InputAssemblies Include="$(TargetDir)Microsoft.Extensions.Logging.Abstractions.dll" />
113112
<InputAssemblies Include="$(TargetDir)XrmPluginCore.Abstractions.dll" />
114113
<InputAssemblies Include="$(TargetDir)XrmPluginCore.dll" />
115114
</ItemGroup>

XrmPluginCore.Abstractions/XrmPluginCore.Abstractions.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<PackageId>XrmPluginCore.Abstractions</PackageId>
66
<Title>XrmPluginCore.Abstractions</Title>
77
<Company>Context&amp; A/S</Company>
8-
<Copyright>2025 Context&amp; A/S</Copyright>
8+
<Copyright>&#169; Context&amp; A/S</Copyright>
9+
<Authors>Context&amp;</Authors>
910
<PackageProjectUrl>https://github.com/delegateas/XrmPluginCore</PackageProjectUrl>
1011
<Description>Abstractions and shared Enums for the XrmPluginCore package</Description>
1112
<PackageReadmeFile>README.md</PackageReadmeFile>

XrmPluginCore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### v1.0.1-preview.1 - 2 October 2025
1+
### v1.0.1 - 2 October 2025
22
* Refactor: Merge CustomAPI into Plugin base class for simplicity
33

44
### v1.0.0 - 30 September 2025

XrmPluginCore/XrmPluginCore.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net462;net8</TargetFrameworks>
44
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
55
<PackageId>XrmPluginCore</PackageId>
66
<Title>XrmPluginCore</Title>
77
<Company>Context&amp; A/S</Company>
8-
<Copyright>2025 Context&amp; A/S</Copyright>
8+
<Copyright>©2025 Context&amp; A/S</Copyright>
9+
<Authors>Context&amp;</Authors>
910
<Description>XrmPluginCore provides base functionality for developing plugins and custom APIs in Dynamics 365. It includes context wrappers and registration utilities to streamline the development process.</Description>
1011
<PackageProjectUrl>https://github.com/delegateas/XrmPluginCore</PackageProjectUrl>
1112
<PackageReadmeFile>README.md</PackageReadmeFile>

resources/contextand.png

-271 Bytes
Loading

0 commit comments

Comments
 (0)