Skip to content

Commit 926a539

Browse files
authored
8.2 Deployment (#114)
2 parents af6ed39 + 3df0c5e commit 926a539

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

HTTP_Adapter/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.1.0.0")]
58+
[assembly: AssemblyFileVersion("8.2.0.0")]
5959

6060

6161

HTTP_Engine/Create/HTTPConfig.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public static partial class Create
3232
/**** Public Method ****/
3333
/***************************************************/
3434

35-
[PreviousVersion("8.1", "BH.Engine.Adapters.HTTP.Create.HTTPAdapterConfig(System.Double)")]
3635
public static HTTPConfig HTTPConfig(double secondsToTimeout)
3736
{
3837
return new HTTPConfig

HTTP_Engine/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.1.0.0")]
58+
[assembly: AssemblyFileVersion("8.2.0.0")]
5959

6060

6161

HTTP_oM/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
5757
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.1.0.0")]
58+
[assembly: AssemblyFileVersion("8.2.0.0")]
5959

6060

6161

0 commit comments

Comments
 (0)