Skip to content
/ cecil Public
forked from jbevain/cecil
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: dotnet/cecil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 61250b0ed4
Choose a base ref
...
head repository: dotnet/cecil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d0bc8e0f4
Choose a head ref
  • 1 commit
  • 1 file changed
  • 3 contributors

Commits on Feb 20, 2024

  1. [main] Update dependencies from dotnet/source-build-reference-packages (

    #152)
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240201.2
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24075.1 -> To Version 9.0.0-alpha.1.24101.2
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240209.1
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24075.1 -> To Version 9.0.0-alpha.1.24109.1
    
    * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240213.1
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 9.0.0-alpha.1.24075.1 -> To Version 9.0.0-alpha.1.24113.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    Co-authored-by: Marek Safar <marek.safar@gmail.com>
    3 people authored Feb 20, 2024
    Copy the full SHA
    0d0bc8e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 eng/Version.Details.xml
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
<Dependencies>
<ProductDependencies>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24075.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24113.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>e659f328bf255d3e17e81296117c3aed1d461f2f</Sha>
<Sha>2f79f97b7a6a0cf2ca3297a8fa526e6f4ea98ce2</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
</ProductDependencies>