Skip to content

Commit

Permalink
[RELEASE] 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 5, 2024
1 parent a086e89 commit 0d39778
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions automation-api-clients/csharp/BeamAutomationClient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamAutomationClient", "src\BeamAutomationClient\BeamAutomationClient.csproj", "{9B32DA76-83FE-4C73-BA12-4CE5AE956089}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamAutomationClient", "src\BeamAutomationClient\BeamAutomationClient.csproj", "{073D2AFE-4E43-4C64-8876-7ED4F30874DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B32DA76-83FE-4C73-BA12-4CE5AE956089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B32DA76-83FE-4C73-BA12-4CE5AE956089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B32DA76-83FE-4C73-BA12-4CE5AE956089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B32DA76-83FE-4C73-BA12-4CE5AE956089}.Release|Any CPU.Build.0 = Release|Any CPU
{073D2AFE-4E43-4C64-8876-7ED4F30874DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{073D2AFE-4E43-4C64-8876-7ED4F30874DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{073D2AFE-4E43-4C64-8876-7ED4F30874DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{073D2AFE-4E43-4C64-8876-7ED4F30874DA}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion automation-api-clients/typescript-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"form-data": "^4.0.0",
"node-fetch": "^3.3.1"
},
"version": "1.1.18"
"version": "1.2.0"
}
10 changes: 5 additions & 5 deletions player-api-clients/csharp/BeamPlayerClient.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamPlayerClient", "src\BeamPlayerClient\BeamPlayerClient.csproj", "{D791652A-70E3-4BC0-97F6-D31B9A6608E6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamPlayerClient", "src\BeamPlayerClient\BeamPlayerClient.csproj", "{A61B7E62-BA28-40AC-976A-02286A2FB1ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D791652A-70E3-4BC0-97F6-D31B9A6608E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D791652A-70E3-4BC0-97F6-D31B9A6608E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D791652A-70E3-4BC0-97F6-D31B9A6608E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D791652A-70E3-4BC0-97F6-D31B9A6608E6}.Release|Any CPU.Build.0 = Release|Any CPU
{A61B7E62-BA28-40AC-976A-02286A2FB1ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A61B7E62-BA28-40AC-976A-02286A2FB1ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A61B7E62-BA28-40AC-976A-02286A2FB1ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A61B7E62-BA28-40AC-976A-02286A2FB1ED}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion player-api-clients/typescript-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"form-data": "^4.0.0",
"node-fetch": "^3.3.1"
},
"version": "1.1.18"
"version": "1.2.0"
}

0 comments on commit 0d39778

Please sign in to comment.