File tree Expand file tree Collapse file tree 8 files changed +24
-2
lines changed
DG.XrmPluginCore.Abstractions Expand file tree Collapse file tree 8 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 0.0.5 - 5 May 2025
2+ * Add icon to package
3+ * Sign the assembly
4+
15### 0.0.4 - 29 April 2025
26* Add AsyncAutoDelete field, and documentation of properties on the config interfaces
37
Original file line number Diff line number Diff line change 1919 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2020 <Version >$([System.IO.File]::ReadAllText("DG.XrmPluginCore.Abstractions/VERSION"))</Version >
2121 <RootNamespace >DG.XrmPluginCore</RootNamespace >
22+ <SignAssembly >True</SignAssembly >
23+ <AssemblyOriginatorKeyFile >../resources/delegate.snk</AssemblyOriginatorKeyFile >
24+ <PackageIcon >delegate.png</PackageIcon >
2225 </PropertyGroup >
2326 <ItemGroup >
2427 <None Include =" ..\LICENSE" >
2932 <Pack >True</Pack >
3033 <PackagePath >\</PackagePath >
3134 </None >
35+ <None Include =" ..\resources\delegate.png" >
36+ <Pack >True</Pack >
37+ <PackagePath >\</PackagePath >
38+ </None >
3239 </ItemGroup >
3340 <Target Name =" UpdateVersion" BeforeTargets =" BeforeBuild" >
3441 <Exec Command =" pwsh -NoProfile -ExecutionPolicy RemoteSigned -File " $(ProjectDir)..\DG.XrmPluginCore\SetVersion.ps1" " />
Original file line number Diff line number Diff line change 1- 0.0.4
1+ 0.0.5
Original file line number Diff line number Diff line change 1+ ### 0.0.7 - 5 May 2025
2+ * Add icon to package
3+ * Sign the assembly
4+
15### 0.0.6 - 1 May 2025
26* Fix: Mark base classes (CustomApi and Plugin) as abstract
37
Original file line number Diff line number Diff line change 1717 <IncludeSymbols >True</IncludeSymbols >
1818 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1919 <Version >$([System.IO.File]::ReadAllText("DG.XrmPluginCore/VERSION"))</Version >
20+ <PackageIcon >delegate.png</PackageIcon >
21+ <SignAssembly >True</SignAssembly >
22+ <AssemblyOriginatorKeyFile >../resources/delegate.snk</AssemblyOriginatorKeyFile >
2023 </PropertyGroup >
2124 <ItemGroup >
2225 <None Include =" ..\LICENSE" >
2730 <Pack >True</Pack >
2831 <PackagePath >\</PackagePath >
2932 </None >
33+ <None Include =" ..\resources\delegate.png" >
34+ <Pack >True</Pack >
35+ <PackagePath >\</PackagePath >
36+ </None >
3037 </ItemGroup >
3138 <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
3239 <PackageReference Include =" Microsoft.CrmSdk.CoreAssemblies" Version =" 9.0.2.1" />
Original file line number Diff line number Diff line change 1- 0.0.6
1+ 0.0.7
You can’t perform that action at this time.
0 commit comments