Skip to content

Commit

Permalink
Update: upgraded to the newest YS Library.
Browse files Browse the repository at this point in the history
  • Loading branch information
yagasoft committed May 29, 2023
1 parent 835c906 commit 374a913
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
6 changes: 5 additions & 1 deletion TemplateCodeGeneratorPlugin/Model/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class Constants
{
public const string AppName = "Dynamics Template-based Code Generator";
public const string AppId = "xrmtoolbox-code-gen-plugin";
public const string AppVersion = "2.4.1.2";
public const string AppVersion = "2.5.1.1";

public const string SettingsVersion = "2.0.0.1";

Expand All @@ -14,8 +14,12 @@ public static class Constants
@"
>> IMPORTANT VERSION UPDATE <<
- FIX: If you are using an unmodified template, please reset (button) the template to get the latest version; otherwise, backup yours, reset, and then using CodeCompare or a similar tool, check the updates.
> Latest template modification in version: 2.4.1.2
- REQUEST: Please report issues and improvement suggestions on the generator's GitHub repository. Use the 'Help' menu above to access the page.
* 2.5.1.1
Improved: save values sorted to improve source control difference detection.
Update: upgraded to the newest YS Library.
* 2.4.1.2
Added: [template] unify global option-sets (thanks https://github.com/ClemensWon)
Fixed: Use Display Names option not saved correctly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<HintPath>..\lib\Yagasoft.CrmCodeGenerator.dll</HintPath>
</Reference>
<Reference Include="Yagasoft.Libraries.Common, Version=3.3.3.0, Culture=neutral, PublicKeyToken=d99f90f6e31ed2df, processorArchitecture=MSIL">
<HintPath>..\packages\Yagasoft.Libraries.Common.4.1.1\lib\net462\Yagasoft.Libraries.Common.dll</HintPath>
<HintPath>..\packages\Yagasoft.Libraries.Common.4.1.4\lib\net462\Yagasoft.Libraries.Common.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Template-based-CRM-Code-Generator-Plugin</id>
<title>Early-bound Template-based Code Generator</title>
<version>2.4.1.2</version>
<version>2.5.1.1</version>
<authors>Ahmed Elsawalhy</authors>
<owners>Ahmed Elsawalhy</owners>
<projectUrl>https://github.com/yagasoft/DynamicsCrm-Template-based-Code-Generator-Plugin</projectUrl>
Expand Down Expand Up @@ -39,9 +39,12 @@
+ Support bulk relation loading.
-- Support filtering on relation loading.
</description>
<copyright>Copyright 2021 Ahmed Elsawalhy</copyright>
<copyright>Copyright 2023 Ahmed Elsawalhy</copyright>
<tags>XrmToolBox plugin,tool,CRM,Dynamics,365,yagasoft,xrm,early,bound,code,generate,generator,t4,template</tags>
<releaseNotes>
* 2.5.1.1
Improved: save values sorted to improve source control difference detection.
Update: upgraded to the newest YS Library.
* 2.4.1.2
Added: [template] unify global option-sets (thanks https://github.com/ClemensWon)
Updated: libraries to more recent versions
Expand Down
2 changes: 1 addition & 1 deletion TemplateCodeGeneratorPlugin/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net462" />
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net462" />
<package id="XrmToolBoxPackage" version="1.2020.2.37" targetFramework="net462" />
<package id="Yagasoft.Libraries.Common" version="4.1.1" targetFramework="net462" developmentDependency="true" />
<package id="Yagasoft.Libraries.Common" version="4.1.4" targetFramework="net462" developmentDependency="true" />
</packages>
Binary file modified lib/ILMerge/Yagasoft.Libraries.Common.dll
Binary file not shown.
Binary file modified lib/ILMerge/Yagasoft.TemplateCodeGeneratorPlugin.dll
Binary file not shown.

0 comments on commit 374a913

Please sign in to comment.