Skip to content

Commit b956697

Browse files
committed
Added package.json
1 parent a122971 commit b956697

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Abstractions

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ configuration: Package
33
platform: Any CPU
44

55
install:
6-
# - ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7-
# - ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8-
- git submodule update --init
6+
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
7+
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8+
- git submodule update --init
99

1010
dotnet_csproj:
1111
patch: false

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "6.0.0",
3+
"name": "Unity Container Library",
4+
"description": "Unity library."
5+
}

0 commit comments

Comments
 (0)