Skip to content

Commit 01209b0

Browse files
committed
Releasing version 1.6.4.19
1 parent 2c71df1 commit 01209b0

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

Package.nuspec

Lines changed: 11 additions & 11 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.4.18</version>
5+
<version>1.6.4.19</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>Adding more log messages</releaseNotes>
13+
<releaseNotes>Changing some infrastructure to use rebus.</releaseNotes>
1414
<copyright>Copyright 2017</copyright>
1515
<dependencies>
1616
<dependency id="Newtonsoft.Json" version="10.0.3"/>
@@ -21,17 +21,17 @@
2121
<dependency id="Rebus.Castle.Windsor" version="4.0.0" />
2222
<dependency id="Castle.Core" version="4.0.0" />
2323
<dependency id="Castle.Windsor" version="4.0.0" />
24+
<dependency id="AWSSDK.Core" version="3.3.18.1"/>
25+
<dependency id="AWSSDK.SQS" version="3.3.3" />
2426
</dependencies>
2527
</metadata>
2628
<files>
27-
<file src="Compiled\eFormCommunicator.dll" target="lib"/>
28-
<file src="Compiled\eFormCore.dll" target="lib"/>
29-
<file src="Compiled\eFormData.dll" target="lib"/>
30-
<file src="Compiled\eFormShared.dll" target="lib"/>
31-
<file src="Compiled\eFormSqlController.dll" target="lib"/>
32-
<file src="Compiled\eFormSubscriber.dll" target="lib"/>
33-
<file src="Compiled\eForm.Messages.dll" target="lib"/>
34-
<file src="Compiled\AWSSDK.Core.dll" target="lib"/>
35-
<file src="Compiled\AWSSDK.SQS.dll" target="lib"/>
29+
<file src="eFormCore\bin\Release\eFormCommunicator.dll" target="lib"/>
30+
<file src="eFormCore\bin\Release\Microting.eForm.dll" target="lib"/>
31+
<file src="eFormCore\bin\Release\eFormData.dll" target="lib"/>
32+
<file src="eFormCore\bin\Release\eFormShared.dll" target="lib"/>
33+
<file src="eFormCore\bin\Release\eFormSqlController.dll" target="lib"/>
34+
<file src="eFormCore\bin\Release\eFormSubscriber.dll" target="lib"/>
35+
<file src="eFormCore\bin\Release\eForm.Messages.dll" target="lib"/>
3636
</files>
3737
</package>

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

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.4.18")]
36-
[assembly: AssemblyFileVersion("1.6.4.18")]
35+
[assembly: AssemblyVersion("1.6.4.19")]
36+
[assembly: AssemblyFileVersion("1.6.4.19")]

0 commit comments

Comments
 (0)