Skip to content
This repository was archived by the owner on May 16, 2021. It is now read-only.

Commit 27f922c

Browse files
committed
Fixed: assembly version
1 parent 7bba160 commit 27f922c

File tree

3 files changed

+8
-44
lines changed

3 files changed

+8
-44
lines changed

README.md

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

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

5-
### Version: 1.3.2.2
5+
### Version: 1.3.2.3
66
---
77

88
An XrmToolBox plugin that can be used to generate the XRM form model for xrm-mock test framework.
@@ -71,7 +71,7 @@ Configuration details can be found at [DynamicsCrm-NodeCrmService](https://www.n
7171

7272
## Changes
7373

74-
#### _v1.3.2.2 (2018-12-25)_
74+
#### _v1.3.2.3 (2018-12-25)_
7575
+ Fixed: tab and section names
7676
#### _v1.3.2.1 (2018-12-24)_
7777
+ Fixed: compile issues with generated code
@@ -84,25 +84,7 @@ Configuration details can be found at [DynamicsCrm-NodeCrmService](https://www.n
8484
#### _v1.2.1.6 (2018-08-27)_
8585
+ Added: online communication option
8686
+ Added: option to specify org URL for use with `getClientUrl`
87-
#### _v1.1.5.4 (2018-08-22)_
88-
+ Added: min, max, and precision of numbers
89-
+ Added: max length of strings
90-
+ Added: initial value of option-sets and booleans
91-
+ Fixed: attribute type issue during initialisation
92-
#### _v1.1.4.3 (2018-08-21)_
93-
+ Fixed: labels and options not properly set
94-
#### _v1.1.3.3 (2018-08-21)_
95-
+ Fixed: imports
96-
+ Fixed: constructor parameter type
97-
+ Fixed: removed redundant folder in package
98-
#### _v1.1.2.2 (2018-08-19)_
99-
+ Fixed: control creation error in template
100-
+ Fixed: sections array error in template
101-
+ Fixed: misidentifying grids in form XML
102-
#### _v1.1.1.3 (2018-08-18)_
103-
+ Added: entity filter
104-
+ Added: button icons
105-
+ Added: reuse latest path to save/load settings
87+
...
10688
#### _v1.0.3.2 (2018-08-17)_
10789
+ Initial release
10890

XrmMockGenerator/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.3.2.1")]
36-
[assembly: AssemblyFileVersion("1.3.2.1")]
35+
[assembly: AssemblyVersion("1.3.2.3")]
36+
[assembly: AssemblyFileVersion("1.3.2.3")]

XrmMockGenerator/XrmMockGeneratorPlugin.nuspec

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>xrm-mock-Generator</id>
66
<title>xrm-mock Generator</title>
7-
<version>1.3.2.2</version>
7+
<version>1.3.2.3</version>
88
<authors>Ahmed el-Sawalhy</authors>
99
<owners>Ahmed el-Sawalhy</owners>
1010
<projectUrl>https://github.com/yagasoft/DynamicsCrm-xrm-mock-Generator</projectUrl>
@@ -15,7 +15,7 @@
1515
<copyright>Copyright 2018 Ahmed el-Sawalhy</copyright>
1616
<tags>XrmToolBox plugin,tool,CRM,Dynamics,365,yagasoft,xrm,mock,test,testing,javascript,form</tags>
1717
<releaseNotes>
18-
* 1.3.2.2
18+
* 1.3.2.3
1919
Fixed: tab and section names
2020
* 1.3.2.1
2121
Fixed: compile issues with generated code
@@ -28,25 +28,7 @@
2828
* 1.2.1.6
2929
Added: online communication option
3030
Added: option to specify org URL for use with `getClientUrl`
31-
* 1.1.5.4
32-
Added: min, max, and precision of numbers
33-
Added: max length of strings
34-
Added: initial value of option-sets and booleans
35-
Fixed: attribute type issue during initialisation
36-
* 1.1.4.3
37-
Fixed: labels and options not properly set
38-
* 1.1.3.3
39-
Fixed: imports
40-
Fixed: constructor parameter type
41-
Fixed: removed redundant folder in package
42-
* 1.1.2.2
43-
Fixed: control creation error in template
44-
Fixed: sections array error in template
45-
Fixed: misidentifying grids in form XML
46-
* 1.1.1.3
47-
Added: entity filter
48-
Added: button icons
49-
Added: reuse latest path to save/load settings
31+
...
5032
* 1.0.3.2
5133
Initial release
5234
</releaseNotes>

0 commit comments

Comments
 (0)