Skip to content

Commit

Permalink
Merge pull request #192 from max-ieremenko/release/1.8.1
Browse files Browse the repository at this point in the history
release 1.8.1
  • Loading branch information
max-ieremenko authored Feb 13, 2024
2 parents 2c3ecb0 + 8e2d810 commit 6cdc115
Show file tree
Hide file tree
Showing 65 changed files with 185 additions and 399 deletions.
2 changes: 1 addition & 1 deletion Benchmarks/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="MagicOnion" Version="5.1.8" />
<PackageVersion Include="MagicOnion.Server" Version="5.1.8" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.1" />
<PackageVersion Include="protobuf-net.Grpc" Version="1.1.1" />
<PackageVersion Include="protobuf-net.Grpc.AspNetCore" Version="1.1.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Google.Protobuf</id>
<version>3.25.1</version>
<version>3.25.2</version>
<authors>Google Inc.</authors>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<releaseNotes>C# proto3 support</releaseNotes>
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="7f94235e552599141950d7a4a3eaf93bc87d1b22" />
<repository type="git" url="https://github.com/protocolbuffers/protobuf.git" commit="a9b006bddd52e289029f16aa77b77e8e0033d9ee" />
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="System.Memory" version="4.5.3" exclude="Build,Analyzers" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google.Protobuf [3.25.1](https://www.nuget.org/packages/Google.Protobuf/3.25.1)
Google.Protobuf [3.25.2](https://www.nuget.org/packages/Google.Protobuf/3.25.2)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Grpc.Tools</id>
<version>2.60.0</version>
<version>2.61.0</version>
<authors>The gRPC Authors</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">Apache-2.0</license>
Expand All @@ -13,7 +13,7 @@
<description>gRPC and Protocol Buffer compiler for C# projects</description>
<copyright>Copyright 2018 The gRPC Authors</copyright>
<tags>gRPC RPC HTTP/2</tags>
<repository type="git" url="https://github.com/grpc/grpc.git" commit="0ef13a7555dbaadd4633399242524129eef5e231" />
<repository type="git" url="https://github.com/grpc/grpc.git" commit="a13178cb2537822bcdc552faba98fd9fa3c35b3e" />
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grpc.Tools [2.60.0](https://www.nuget.org/packages/Grpc.Tools/2.60.0)
Grpc.Tools [2.61.0](https://www.nuget.org/packages/Grpc.Tools/2.61.0)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.CodeCoverage</id>
<version>17.8.0</version>
<version>17.9.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE_MIT.txt</license>
Expand All @@ -13,7 +13,7 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing codecoverage code-coverage</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="cf7d549fc0197abaabec19d61d2c20d7a7b089f8" />
<repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework=".NETCoreApp3.1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.CodeCoverage [17.8.0](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.8.0)
Microsoft.CodeCoverage [17.9.0](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.9.0)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, SelfHost internal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -35,11 +35,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -54,11 +54,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -74,11 +74,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -94,11 +94,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -113,11 +113,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
},
Expand All @@ -133,11 +133,11 @@
"Dependencies": [
{
"Name": "Microsoft.CodeCoverage",
"Version": "17.8.0"
"Version": "17.9.0"
},
{
"Name": "Microsoft.TestPlatform.TestHost",
"Version": "17.8.0"
"Version": "17.9.0"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.NET.Test.Sdk</id>
<version>17.8.0</version>
<version>17.9.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE_MIT.txt</license>
Expand All @@ -13,14 +13,14 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="cf7d549fc0197abaabec19d61d2c20d7a7b089f8" />
<repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.TestPlatform.TestHost" version="17.8.0" />
<dependency id="Microsoft.CodeCoverage" version="17.8.0" />
<dependency id="Microsoft.TestPlatform.TestHost" version="17.9.0" />
<dependency id="Microsoft.CodeCoverage" version="17.9.0" />
</group>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Microsoft.CodeCoverage" version="17.8.0" />
<dependency id="Microsoft.CodeCoverage" version="17.9.0" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.NET.Test.Sdk [17.8.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.8.0)
Microsoft.NET.Test.Sdk [17.9.0](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.9.0)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, SelfHost internal
Expand All @@ -25,7 +25,7 @@ Dependencies 2

|Name|Version|
|----------|:----|
|[Microsoft.CodeCoverage](../../../../packages/nuget.org/microsoft.codecoverage/17.8.0)|17.8.0|
|[Microsoft.TestPlatform.TestHost](../../../../packages/nuget.org/microsoft.testplatform.testhost/17.8.0)|17.8.0|
|[Microsoft.CodeCoverage](../../../../packages/nuget.org/microsoft.codecoverage/17.9.0)|17.9.0|
|[Microsoft.TestPlatform.TestHost](../../../../packages/nuget.org/microsoft.testplatform.testhost/17.9.0)|17.9.0|

*This page was generated by a tool.*
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand All @@ -33,10 +29,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand All @@ -52,10 +44,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand All @@ -72,10 +60,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand All @@ -92,10 +76,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand All @@ -111,10 +91,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "5.0.0"
Expand All @@ -131,10 +107,6 @@
"net8.0"
],
"Dependencies": [
{
"Name": "NuGet.Frameworks",
"Version": "6.5.0"
},
{
"Name": "System.Reflection.Metadata",
"Version": "1.6.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.TestPlatform.ObjectModel</id>
<version>17.8.0</version>
<version>17.9.0</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE_MIT.txt</license>
Expand All @@ -13,19 +13,16 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/microsoft/vstest" commit="cf7d549fc0197abaabec19d61d2c20d7a7b089f8" />
<repository type="git" url="https://github.com/microsoft/vstest" commit="a77b8d5b4aa89504bbff10e2880c27fd55adc55b" />
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
<dependency id="NuGet.Frameworks" version="6.5.0" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
<dependency id="NuGet.Frameworks" version="6.5.0" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Reflection.Metadata" version="1.6.0" />
<dependency id="NuGet.Frameworks" version="6.5.0" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Microsoft.TestPlatform.ObjectModel [17.8.0](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.8.0)
Microsoft.TestPlatform.ObjectModel [17.9.0](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.9.0)
--------------------

Used by: AspNetCore internal, AspNetCoreNSwag internal, AspNetCoreSwashbuckle internal, ClientDI internal, Core internal, DesignTime internal, SelfHost internal
Expand All @@ -20,12 +20,11 @@ Remarks
no remarks


Dependencies 3
Dependencies 2
-----------

|Name|Version|
|----------|:----|
|[NuGet.Frameworks](../../../../packages/nuget.org/nuget.frameworks/6.5.0)|6.5.0|
|[System.Reflection.Metadata](../../../../packages/nuget.org/system.reflection.metadata/1.6.0)|1.6.0|
|[System.Reflection.Metadata](../../../../packages/nuget.org/system.reflection.metadata/5.0.0)|5.0.0|

Expand Down
Loading

0 comments on commit 6cdc115

Please sign in to comment.