Skip to content

Commit

Permalink
Merge pull request #553 from microsoft/renovate/opensoftware.dgmlbuil…
Browse files Browse the repository at this point in the history
…der-2.x

Update dependency OpenSoftware.DgmlBuilder to 2.1.0
  • Loading branch information
AArnott authored Feb 10, 2025
2 parents 8f5f79d + 654aa9f commit 5d13ac7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.8.8" />
<PackageVersion Include="Nerdbank.MSBuildExtension" Version="0.1.17-beta" />
<PackageVersion Include="Nerdbank.NetStandardBridge" Version="1.1.9-alpha" />
<PackageVersion Include="OpenSoftware.DgmlBuilder" Version="2.0.0" />
<PackageVersion Include="OpenSoftware.DgmlBuilder" Version="2.1.0" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
<PackageVersion Include="System.ComponentModel.Composition" Version="8.0.0" />
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

[![Build Status](https://dev.azure.com/azure-public/vside/_apis/build/status/vs-mef)](https://dev.azure.com/azure-public/vside/_build/latest?definitionId=17)
[![codecov](https://codecov.io/gh/Microsoft/vs-mef/branch/main/graph/badge.svg)](https://codecov.io/gh/Microsoft/vs-mef)
[![Join the chat at https://gitter.im/vs-mef/Lobby](https://badges.gitter.im/vs-mef/Lobby.svg)](https://gitter.im/vs-mef/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This repo contains the Visual Studio team's implementation of .NET's managed extensibility framework.
It is broken up into several NuGet packages, as listed below.

## Microsoft.VisualStudio.Composition

[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Composition)
[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.svg)](https://www.nuget.org/packages/Microsoft.VisualStudio.Composition)

Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.

Expand All @@ -30,15 +29,15 @@ Lightning fast MEF engine, supporting System.ComponentModel.Composition and Syst

## Microsoft.VisualStudio.Composition.Analyzers

[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.Analyzers.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Composition.Analyzers)
[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.Analyzers.svg)](https://www.nuget.org/packages/Microsoft.VisualStudio.Composition.Analyzers)

Analyzers for MEF consumers to help identify common errors in MEF parts.

[Learn more about this package](src/Microsoft.VisualStudio.Composition.Analyzers/README.md).

## Microsoft.VisualStudio.Composition.AppHost

[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.AppHost.svg)](https://nuget.org/packages/Microsoft.VisualStudio.Composition.AppHost)
[![NuGet package](https://img.shields.io/nuget/v/Microsoft.VisualStudio.Composition.AppHost.svg)](https://www.nuget.org/packages/Microsoft.VisualStudio.Composition.AppHost)

Adds a VS MEF system with a pre-computed, cached MEF graph.

Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.VisualStudio.Composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Documentation

* [Why VS-MEF?](https://github.com/microsoft/vs-mef/tree/main/doc/why.md)
* [Differences between .NET MEF, NuGet MEF and VS MEF](https://github.com/microsoft/vs-mef/tree/main/doc/mef_library_differences.md)
* [Hosting](https://github.com/microsoft/vs-mef/tree/main/doc/hosting.md)
* [more docs](https://github.com/microsoft/vs-mef/tree/main/doc/index.md)
* [Why VS-MEF?](https://github.com/microsoft/vs-mef/blob/main/doc/why.md)
* [Differences between .NET MEF, NuGet MEF and VS MEF](https://github.com/microsoft/vs-mef/blob/main/doc/mef_library_differences.md)
* [Hosting](https://github.com/microsoft/vs-mef/blob/main/doc/hosting.md)
* [more docs](https://github.com/microsoft/vs-mef/blob/main/doc/index.md)
2 changes: 1 addition & 1 deletion test/VS.Mefx.Tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the expected output.

## Adding Tests

The program makes it relatively easy to add a new test to run by adding a file of name [TestName].txt into the TestData folder.
The program makes it relatively easy to add a new test to run by adding a file of name `[TestName].txt` into the TestData folder.
The file should have the following format:

```
Expand Down

0 comments on commit 5d13ac7

Please sign in to comment.