Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nuget/Microsoft.WSL.Containers.nuspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>${WSL_NUGET_PACKAGE_VERSION}</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/WSL</projectUrl>
<description>WSL Containers SDK</description>
<description>WSL Containers SDK (Preview - API subject to breaking changes)</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>WSL</tags>
<language>en-us</language>
Expand Down
6 changes: 5 additions & 1 deletion nuget/Microsoft.WSL.Containers/docs/README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# WSL Containers

This package contains the `WSLCApi.h` header which defines the WSL Containers interface.
> **⚠️ Preview:** This SDK is currently in preview and is subject to breaking changes
> in future releases without prior notice. Do not rely on API stability for production
> workloads.
This package contains the `wslcsdk.h` header which defines the WSL Containers interface.
5 changes: 5 additions & 0 deletions src/windows/WslcSDK/wslcsdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Module Name:
This file contains the public WSL Container SDK api definitions.
PREVIEW NOTICE: This API is currently in preview and is subject to breaking
changes in future releases without prior notice. Do not rely on API stability
for production workloads. Features, function signatures, and behaviors may
change between releases during the preview period.
Comment on lines +13 to +16
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While updating the header banner, consider also correcting the "Module Name" field above: it currently says "WslcSDK.h" but the file is "wslcsdk.h". Keeping these consistent avoids confusion for SDK consumers and when searching for the header referenced in the NuGet package.

Copilot uses AI. Check for mistakes.
--*/
#pragma once
#include <winsock2.h>
Expand Down