Skip to content

Commit 871d2a2

Browse files
authored
Merge branch 'main' into fix-produce-event-activity
2 parents 8807680 + 28d954a commit 871d2a2

File tree

46 files changed

+184
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+184
-141
lines changed

src/apis/management/Synapse.Apis.Management.Core/Synapse.Apis.Management.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Core", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

src/apis/management/Synapse.Apis.Management.Grpc.Client/Synapse.Apis.Management.Grpc.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Client", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

src/apis/management/Synapse.Apis.Management.Grpc/Synapse.Apis.Management.Grpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net6.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<VersionPrefix>0.3.15</VersionPrefix>
6+
<VersionPrefix>0.3.16</VersionPrefix>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<Authors>The Synapse Authors</Authors>
99
<Company>Cloud Native Computing Foundation</Company>

src/apis/management/Synapse.Apis.Management.Http.Client/Synapse.Apis.Management.Http.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Client", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>
@@ -35,6 +35,6 @@
3535
<ProjectReference Include="..\Synapse.Apis.Management.Core\Synapse.Apis.Management.Core.csproj" />
3636
</ItemGroup>
3737
<ItemGroup>
38-
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.4.1" />
38+
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.4.4" />
3939
</ItemGroup>
4040
</Project>

src/apis/management/Synapse.Apis.Management.Http/Synapse.Apis.Management.Http.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net6.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<VersionPrefix>0.3.15</VersionPrefix>
6+
<VersionPrefix>0.3.16</VersionPrefix>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<Authors>The Synapse Authors</Authors>
99
<Company>Cloud Native Computing Foundation</Company>
@@ -26,9 +26,9 @@
2626
</ItemGroup>
2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.10" />
29-
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.0.11" />
30-
<PackageReference Include="Microsoft.AspNetCore.OData.NewtonsoftJson" Version="8.0.4" />
31-
<PackageReference Include="Neuroglia.Mediation.AspNetCore" Version="2.0.9" />
29+
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.0.12" />
30+
<PackageReference Include="Microsoft.AspNetCore.OData.NewtonsoftJson" Version="8.0.12" />
31+
<PackageReference Include="Neuroglia.Mediation.AspNetCore" Version="2.0.12" />
3232
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.4.0" />
3333
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.4.0" />
3434
</ItemGroup>

src/apis/management/Synapse.Apis.Management.Ipc.Client/Synapse.Apis.Management.Ipc.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Client", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

src/apis/monitoring/Synapse.Apis.Monitoring.Core/Synapse.Apis.Monitoring.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Core", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

src/apis/monitoring/Synapse.Apis.Monitoring.WebSocket/Synapse.Apis.Monitoring.WebSocket.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net6.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6-
<VersionPrefix>0.3.15</VersionPrefix>
6+
<VersionPrefix>0.3.16</VersionPrefix>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
88
<Authors>The Synapse Authors</Authors>
99
<Company>Cloud Native Computing Foundation</Company>
@@ -21,7 +21,6 @@
2121
<DebugType>embedded</DebugType>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.1.0" />
2524
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="6.0.10" />
2625
</ItemGroup>
2726
<ItemGroup>

src/apis/runtime/Synapse.Apis.Runtime.Core/Synapse.Apis.Runtime.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Core", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

src/apis/runtime/Synapse.Apis.Runtime.Grpc.Client/Synapse.Apis.Runtime.Grpc.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace(".Client", ""))</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>0.3.15</VersionPrefix>
7+
<VersionPrefix>0.3.16</VersionPrefix>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<Authors>The Synapse Authors</Authors>
1010
<Company>Cloud Native Computing Foundation</Company>

0 commit comments

Comments
 (0)