Skip to content

Commit aaaac1a

Browse files
committed
Fixed: assembly issues.
1 parent e2ccb19 commit aaaac1a

11 files changed

Lines changed: 13 additions & 16 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/yagasoft/DynamicsCrm-TemplateBasedCodeGeneratorPlugin](https://badges.gitter.im/yagasoft/DynamicsCrm-TemplateBasedCodeGeneratorPlugin.svg)](https://gitter.im/yagasoft/DynamicsCrm-TemplateBasedCodeGeneratorPlugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
### Version: 1.0.0.4
5+
### Version: 1.0.0.5
66
---
77

88
An XrmToolBox plugin that can be used to generate Early-bound code from a CRM Schema using a customisable T4 Template.
@@ -31,7 +31,7 @@ The engine for this Plugin and the VS Extension is the same. The settings and T4
3131

3232
## Changes
3333

34-
#### _v1.0.0.4 (2020-08-27)_
34+
#### _v1.0.0.5 (2020-08-28)_
3535
+ Fixed: assembly issues
3636
#### _v1.0.0.3 (2020-08-25)_
3737
+ Changed: updated package name

TemplateCodeGeneratorPlugin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.4")]
36-
[assembly: AssemblyFileVersion("1.0.0.4")]
35+
[assembly: AssemblyVersion("1.0.0.5")]
36+
[assembly: AssemblyFileVersion("1.0.0.5")]

TemplateCodeGeneratorPlugin/TemplateCodeGeneratorPlugin.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,16 @@
5454
<HintPath>..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.9.1.0.26\lib\net462\Microsoft.Rest.ClientRuntime.dll</HintPath>
5555
<Private>False</Private>
5656
</Reference>
57-
<Reference Include="Microsoft.VisualStudio.TextTemplating.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Microsoft.VisualStudio.TextTemplating.14.0.14.3.25407\lib\net45\Microsoft.VisualStudio.TextTemplating.14.0.dll</HintPath>
59-
<Private>False</Private>
57+
<Reference Include="Microsoft.VisualStudio.TextTemplating.12.0">
58+
<HintPath>..\lib\Microsoft.VisualStudio.TextTemplating.12.0.dll</HintPath>
6059
</Reference>
6160
<Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.10.0.30320\lib\net40\Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll</HintPath>
63-
<Private>False</Private>
61+
<SpecificVersion>False</SpecificVersion>
62+
<HintPath>..\lib\Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll</HintPath>
6463
</Reference>
6564
<Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
66-
<HintPath>..\packages\Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.11.0.50728\lib\net45\Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll</HintPath>
67-
<Private>True</Private>
65+
<SpecificVersion>False</SpecificVersion>
66+
<HintPath>..\lib\Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll</HintPath>
6867
</Reference>
6968
<Reference Include="Microsoft.Web.XmlTransform, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7069
<HintPath>..\packages\Microsoft.Web.Xdt.2.1.2\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
@@ -304,6 +303,7 @@
304303
<PostBuildEvent>IF NOT EXIST "$(SolutionDir)XrmToolBox\Plugins" mkdir "$(SolutionDir)XrmToolBox\Plugins"
305304

306305
IF "$(ConfigurationName)" == "Debug" (
306+
$(SolutionDir)packages\ILMerge.3.0.41\tools\net452\ILMerge.exe /out:$(TargetFileName) "$(TargetDir)*.dll" /target:library /wildcards /lib:"$(SolutionDir)lib\ILMerge" /lib:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies" /targetplatform:v4,"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2" /attr:"$(TargetPath)"
307307
copy /Y $(TargetName).pdb "$(SolutionDir)XrmToolBox\Plugins"
308308
)
309309

TemplateCodeGeneratorPlugin/TemplateCodeGeneratorPlugin.nuspec

Lines changed: 2 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>1.0.0.4</version>
7+
<version>1.0.0.5</version>
88
<authors>Ahmed Elsawalhy</authors>
99
<owners>Ahmed Elsawalhy</owners>
1010
<projectUrl>https://github.com/yagasoft/DynamicsCrm-Template-based-Code-Generator-Plugin</projectUrl>
@@ -16,7 +16,7 @@
1616
<copyright>Copyright 2020 Ahmed Elsawalhy</copyright>
1717
<tags>XrmToolBox plugin,tool,CRM,Dynamics,365,yagasoft,xrm,early,bound,code,generate,generator,t4,template</tags>
1818
<releaseNotes>
19-
* 1.0.0.4
19+
* 1.0.0.5
2020
Fixed: assembly issues
2121
* 1.0.0.3
2222
Changed: updated package name

TemplateCodeGeneratorPlugin/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<package id="Microsoft.CrmSdk.XrmTooling.WpfControls" version="9.1.0.26" targetFramework="net462" />
1212
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="5.2.6" targetFramework="net462" />
1313
<package id="Microsoft.Rest.ClientRuntime" version="2.3.20" targetFramework="net462" />
14-
<package id="Microsoft.VisualStudio.TextTemplating.14.0" version="14.3.25407" targetFramework="net462" />
15-
<package id="Microsoft.VisualStudio.TextTemplating.Interfaces.10.0" version="10.0.30320" targetFramework="net462" />
16-
<package id="Microsoft.VisualStudio.TextTemplating.Interfaces.11.0" version="11.0.50728" targetFramework="net462" />
1714
<package id="Microsoft.Web.Xdt" version="2.1.2" targetFramework="net462" />
1815
<package id="MscrmTools.Xrm.Connection" version="1.2020.1.29" targetFramework="net462" />
1916
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net462" />
138 KB
Binary file not shown.
-173 KB
Binary file not shown.
Binary file not shown.
138 KB
Binary file not shown.
16.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)