发布 package preview2 版本收口
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.2.0-preview.2
|
||||
|
||||
- Added `Samples~/MainMenuP0` package sample metadata and content.
|
||||
- Added the first `Tests~/EditMode` package smoke test slice.
|
||||
- Updated package installation and layout documentation to reflect the current P2 package state.
|
||||
- Fixed the package `Documentation~` content so consuming projects no longer see an empty documentation folder warning.
|
||||
- Validated Git package installation, package smoke references, and manual `MainMenuP0` sample import in a clean consumer project.
|
||||
|
||||
## 0.2.0-preview.1
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Add FlowScope, R3.Unity, and the NuGet R3 core dependency to the consuming proje
|
||||
],
|
||||
"dependencies": {
|
||||
"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity#1.3.0",
|
||||
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.1",
|
||||
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.2",
|
||||
"org.nuget.r3": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ Add the package to the consuming project's `Packages/manifest.json`:
|
||||
],
|
||||
"dependencies": {
|
||||
"com.cysharp.r3": "https://github.com/Cysharp/R3.git?path=src/R3.Unity/Assets/R3.Unity#1.3.0",
|
||||
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.1",
|
||||
"com.flowscope.gamecore": "ssh://git@git.zz.com:2222/Developer/FlowScope.git?path=/Packages/com.flowscope.gamecore#v0.2.0-preview.2",
|
||||
"org.nuget.r3": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.flowscope.gamecore",
|
||||
"displayName": "FlowScope Game Core",
|
||||
"version": "0.2.0-preview.1",
|
||||
"version": "0.2.0-preview.2",
|
||||
"unity": "2022.3",
|
||||
"description": "A lightweight Unity game flow, resource, config, save, audio, and UI runtime foundation.",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user