@nx/dotnet 22.0.0 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
  <hr>
22
22
 
23
+ > Note: The `@nx/dotnet` plugin is currently experimental. Features and APIs may change.
24
+
23
25
  # Nx: Smart Repos · Fast Builds
24
26
 
25
27
  Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
@@ -9,6 +9,8 @@
9
9
 
10
10
  <hr>
11
11
 
12
+ > Note: The `@nx/dotnet` plugin is currently experimental. Features and APIs may change.
13
+
12
14
  # Nx: Smart Repos · Fast Builds
13
15
 
14
16
  Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/dotnet",
3
- "version": "22.0.0",
3
+ "version": "22.0.1",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for .NET containing graph support for working with .NET projects in an Nx workspace.",
6
6
  "keywords": [
@@ -48,7 +48,7 @@
48
48
  "!dist/tsconfig.lib.tsbuildinfo"
49
49
  ],
50
50
  "dependencies": {
51
- "@nx/devkit": "22.0.0",
51
+ "@nx/devkit": "22.0.1",
52
52
  "tslib": "^2.3.0",
53
53
  "ignore": "^7.0.5"
54
54
  },
@@ -57,7 +57,7 @@
57
57
  "@types/node": "20.16.10",
58
58
  "jest": "30.0.2",
59
59
  "memfs": "^4.9.2",
60
- "nx": "22.0.0",
60
+ "nx": "22.0.1",
61
61
  "ts-jest": "^29.1.0",
62
62
  "typescript": "^5.0.0"
63
63
  },