@nx-dotnet/dotnet
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -0,1 +1,8 @@ | ||
## [1.18.1](https://github.com/nx-dotnet/nx-dotnet/compare/v1.18.0...v1.18.1) (2023-01-26) | ||
### Bug Fixes | ||
- **core:** build intermediates need to be captured by cache for DTE / parallel builds ([#596](https://github.com/nx-dotnet/nx-dotnet/issues/596)) ([cdea76e](https://github.com/nx-dotnet/nx-dotnet/commit/cdea76e4b52e85071d7354bf3580bac742e68353)) | ||
- **core:** resolve startupAssembly to ensure it is always an absolute path ([#595](https://github.com/nx-dotnet/nx-dotnet/issues/595)) ([2ea2570](https://github.com/nx-dotnet/nx-dotnet/commit/2ea25704b65c0079bfc363f3d470b35bccfbca68)) | ||
# [1.18.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.17.0...v1.18.0) (2023-01-17) | ||
@@ -2,0 +9,0 @@ |
@@ -20,7 +20,7 @@ { | ||
"homepage": "https://nx-dotnet.com/", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"types": "./src/index.d.ts", | ||
"peerDependencies": { | ||
"semver": "7.3.7", | ||
"@nx-dotnet/utils": "1.18.0", | ||
"@nx-dotnet/utils": "1.18.1", | ||
"fast-glob": "3.2.11", | ||
@@ -27,0 +27,0 @@ "rimraf": "3.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110109