Skip to content

Commit d5a36b0

Browse files
committed
Add NuGet badge and organize GitHub workflows
- Added a NuGet badge to README.md for KlutzyNinja.VisualStudioInterop. - Created a new folder structure in vsinterop.slnx for GitHub workflows. - Added dotnet.yml and publish.yml workflow files.
1 parent 956b68d commit d5a36b0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visual Studio Interop
22

33
[![Build](https://github.com/JeremyKuhne/vsinterop/actions/workflows/dotnet.yml/badge.svg)](https://github.com/JeremyKuhne/vsinterop/actions/workflows/dotnet.yml)
4+
[![NuGet](https://img.shields.io/nuget/v/KlutzyNinja.VisualStudioInterop.svg)](https://www.nuget.org/packages/KlutzyNinja.VisualStudioInterop/)
45

56
Provides fast, direct access to Visual Studio COM interfaces on both .NET Framework and .NET.

vsinterop.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<File Path="README.md" />
1212
<File Path="THIRD-PARTY-NOTICES.TXT" />
1313
</Folder>
14+
<Folder Name="/Solution Items/GitHub/">
15+
<File Path=".github/workflows/dotnet.yml" />
16+
<File Path=".github/workflows/publish.yml" />
17+
</Folder>
1418
<Project Path="vsinterop.tests/vsinterop.tests.csproj" Id="ac151218-63ff-4b07-a187-e60cea0c4ee1">
1519
<Platform Project="x64" />
1620
</Project>

0 commit comments

Comments
 (0)