Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xunit/visualstudio.xunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.5
Choose a base ref
...
head repository: xunit/visualstudio.xunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.6
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 9, 2023

  1. Bump up to v2.5.6-pre

    bradwilson committed Dec 9, 2023
    Copy the full SHA
    6dff757 View commit details

Commits on Dec 18, 2023

  1. Copy the full SHA
    0e604e4 View commit details
  2. Copy the full SHA
    3423937 View commit details
  3. Latest dependencies

    bradwilson committed Dec 18, 2023
    Copy the full SHA
    b05cd38 View commit details

Commits on Dec 22, 2023

  1. v2.5.6

    bradwilson committed Dec 22, 2023
    Copy the full SHA
    bf9b858 View commit details
4 changes: 2 additions & 2 deletions Versions.props
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
<NSubstituteVersion>5.1.0</NSubstituteVersion>
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
<XunitAnalyzersVersion>1.7.0</XunitAnalyzersVersion>
<XunitVersion>2.6.3</XunitVersion>
<XunitAnalyzersVersion>1.8.0</XunitAnalyzersVersion>
<XunitVersion>2.6.4</XunitVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.dotnetcore.testadapter.dll">
<Link>xunit.runner.visualstudio.dotnetcore.testadapter.dll</Link>
<None Include="$(MSBuildThisFileDirectory)xunit.runner.visualstudio.testadapter.dll">
<Link>xunit.runner.visualstudio.testadapter.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName Condition=" '$(TargetFramework)' == 'net462' ">xunit.runner.visualstudio.testadapter</AssemblyName>
<AssemblyName Condition=" '$(TargetFramework)' == 'net6.0' ">xunit.runner.visualstudio.dotnetcore.testadapter</AssemblyName>
<AssemblyName>xunit.runner.visualstudio.testadapter</AssemblyName>
<AssemblyTitle>xUnit.net Runner for Visual Studio ($(TargetFramework))</AssemblyTitle>
<CopyLocalLockFileAssemblies Condition=" '$(TargetFramework)' == 'net6.0' ">true</CopyLocalLockFileAssemblies>
<NoWarn>$(NoWarn);CS0436</NoWarn>
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.5.5",
"version": "2.5.6",
"nuGetPackageVersion": {
"semVer": 2.0
},