Skip to content

Commit 2d09efc

Browse files
committed
Updating version no to 1.6.4.0 because we now only support 64bit arch.
1 parent b2161a9 commit 2d09efc

File tree

10 files changed

+20
-19
lines changed

10 files changed

+20
-19
lines changed

Package.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>Microting.eForm</id>
5-
<version>1.6.3.6</version>
5+
<version>1.6.4.0</version>
66
<authors>Microting A/S</authors>
77
<owners>Microting A/S</owners>
88
<licenseUrl>https://github.com/microting/eform-sdk-dotnet/blob/master/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/microting/eform-sdk-dotnet</projectUrl>
1010
<iconUrl>https://www.microting.com/wp-content/uploads/2016/02/Microting-O-Logo-1.jpg</iconUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>A .NET SDK for integrating with the Microting eForm API</description>
13-
<releaseNotes>Fixing the release build to be 64bit only.</releaseNotes>
13+
<releaseNotes>Locking the SDK to only support 64bit arch.</releaseNotes>
1414
<copyright>Copyright 2017</copyright>
1515
<dependencies>
1616
<dependency id="Newtonsoft.Json" version="10.0.3"/>

SourceCode/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

UnitTest/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Changelog
22

3-
- Version 1.6.3.6 *(October 23th 2017)*
3+
- Version 1.6.4.0 *(October 24th 2017)*
4+
- **Breaking changes to supported platforms! ONLY 64bit is supported now**
45
- Fixing the release build to be 64bit only.
56

67
- Version 1.6.3.5 *(October 19th 2017)*

eFormCommunicator/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

eFormCore/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

eFormData/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

eFormShared/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

eFormSqlController/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

eFormSubscriber/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.6.3.6")]
36-
[assembly: AssemblyFileVersion("1.6.3.6")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]

0 commit comments

Comments
 (0)