Skip to content

Start of milestone changes for 8.2 #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HTTP_Adapter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyFileVersion("8.2.0.0")]

Check failure on line 58 in HTTP_Adapter/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

HTTP_Adapter/Properties/AssemblyInfo.cs#L58

Assembly File Version should be set to 8.1.0.0



Expand Down
1 change: 0 additions & 1 deletion HTTP_Engine/Create/HTTPConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
/**** Public Method ****/
/***************************************************/

[PreviousVersion("8.1", "BH.Engine.Adapters.HTTP.Create.HTTPAdapterConfig(System.Double)")]
public static HTTPConfig HTTPConfig(double secondsToTimeout)

Check warning on line 35 in HTTP_Engine/Create/HTTPConfig.cs

View check run for this annotation

BHoMBot-CI / documentation-compliance

HTTP_Engine/Create/HTTPConfig.cs#L35

Input parameter requires a matching Input attribute - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/IsInputAttributePresent Method must contain an Output or MultiOutput attribute - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/HasOutputAttribute
{
return new HTTPConfig
{
Expand Down
2 changes: 1 addition & 1 deletion HTTP_Engine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyFileVersion("8.2.0.0")]

Check failure on line 58 in HTTP_Engine/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

HTTP_Engine/Properties/AssemblyInfo.cs#L58

Assembly File Version should be set to 8.1.0.0



Expand Down
2 changes: 1 addition & 1 deletion HTTP_oM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.0.0")]
[assembly: AssemblyFileVersion("8.1.0.0")]
[assembly: AssemblyFileVersion("8.2.0.0")]

Check failure on line 58 in HTTP_oM/Properties/AssemblyInfo.cs

View check run for this annotation

BHoMBot-CI / project-compliance

HTTP_oM/Properties/AssemblyInfo.cs#L58

Assembly File Version should be set to 8.1.0.0



Expand Down