Skip to content

Commit 374a913

Browse files
committed
Update: upgraded to the newest YS Library.
1 parent 835c906 commit 374a913

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

TemplateCodeGeneratorPlugin/Model/Constants.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static class Constants
44
{
55
public const string AppName = "Dynamics Template-based Code Generator";
66
public const string AppId = "xrmtoolbox-code-gen-plugin";
7-
public const string AppVersion = "2.4.1.2";
7+
public const string AppVersion = "2.5.1.1";
88

99
public const string SettingsVersion = "2.0.0.1";
1010

@@ -14,8 +14,12 @@ public static class Constants
1414
@"
1515
>> IMPORTANT VERSION UPDATE <<
1616
- 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.
17+
> Latest template modification in version: 2.4.1.2
1718
- REQUEST: Please report issues and improvement suggestions on the generator's GitHub repository. Use the 'Help' menu above to access the page.
1819
20+
* 2.5.1.1
21+
Improved: save values sorted to improve source control difference detection.
22+
Update: upgraded to the newest YS Library.
1923
* 2.4.1.2
2024
Added: [template] unify global option-sets (thanks https://github.com/ClemensWon)
2125
Fixed: Use Display Names option not saved correctly

TemplateCodeGeneratorPlugin/TemplateCodeGeneratorPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<HintPath>..\lib\Yagasoft.CrmCodeGenerator.dll</HintPath>
262262
</Reference>
263263
<Reference Include="Yagasoft.Libraries.Common, Version=3.3.3.0, Culture=neutral, PublicKeyToken=d99f90f6e31ed2df, processorArchitecture=MSIL">
264-
<HintPath>..\packages\Yagasoft.Libraries.Common.4.1.1\lib\net462\Yagasoft.Libraries.Common.dll</HintPath>
264+
<HintPath>..\packages\Yagasoft.Libraries.Common.4.1.4\lib\net462\Yagasoft.Libraries.Common.dll</HintPath>
265265
</Reference>
266266
</ItemGroup>
267267
<ItemGroup>

TemplateCodeGeneratorPlugin/TemplateCodeGeneratorPlugin.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>Template-based-CRM-Code-Generator-Plugin</id>
66
<title>Early-bound Template-based Code Generator</title>
7-
<version>2.4.1.2</version>
7+
<version>2.5.1.1</version>
88
<authors>Ahmed Elsawalhy</authors>
99
<owners>Ahmed Elsawalhy</owners>
1010
<projectUrl>https://github.com/yagasoft/DynamicsCrm-Template-based-Code-Generator-Plugin</projectUrl>
@@ -39,9 +39,12 @@
3939
+ Support bulk relation loading.
4040
-- Support filtering on relation loading.
4141
</description>
42-
<copyright>Copyright 2021 Ahmed Elsawalhy</copyright>
42+
<copyright>Copyright 2023 Ahmed Elsawalhy</copyright>
4343
<tags>XrmToolBox plugin,tool,CRM,Dynamics,365,yagasoft,xrm,early,bound,code,generate,generator,t4,template</tags>
4444
<releaseNotes>
45+
* 2.5.1.1
46+
Improved: save values sorted to improve source control difference detection.
47+
Update: upgraded to the newest YS Library.
4548
* 2.4.1.2
4649
Added: [template] unify global option-sets (thanks https://github.com/ClemensWon)
4750
Updated: libraries to more recent versions

TemplateCodeGeneratorPlugin/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net462" />
2727
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net462" />
2828
<package id="XrmToolBoxPackage" version="1.2020.2.37" targetFramework="net462" />
29-
<package id="Yagasoft.Libraries.Common" version="4.1.1" targetFramework="net462" developmentDependency="true" />
29+
<package id="Yagasoft.Libraries.Common" version="4.1.4" targetFramework="net462" developmentDependency="true" />
3030
</packages>
3 KB
Binary file not shown.
-23 KB
Binary file not shown.

0 commit comments

Comments
 (0)