Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Added v1.1.2 work
Browse files Browse the repository at this point in the history
  • Loading branch information
jzapdot committed Apr 14, 2019
2 parents f77a3ba + 8afbcba commit b73c905
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "JCMG.AssetValidator.Editor",
"references": [
"JCMG.AssetValidator"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false
"name": "JCMG.AssetValidator.Editor",
"references": [
"JCMG.AssetValidator"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"com.jeffcampbellmakesgames.com","displayName":"JCMG Asset Validator","version":"1.1.1","unity":"2018.1","description":"The AssetValidator is an editor tool for validating scenes and assets and can be used as a continuous integration tool for testing content regression.","keywords":["CI","QA","validator","validation","testing"],"category":"Tools"}
{"name":"com.jeffcampbellmakesgames.assetvalidator","displayName":"JCMG Asset Validator","version":"1.1.2","unity":"2018.3","description":"The AssetValidator is an editor tool for validating scenes and assets and can be used as a continuous integration tool for testing content regression.","keywords":["CI","QA","validator","validation","testing"],"category":"Tools"}
4 changes: 2 additions & 2 deletions Unity/Assets/PackageManifests/PackageManifestConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ MonoBehaviour:
packageDestinationPath: ../../unity-asset-validator_release
packageName: com.jeffcampbellmakesgames.assetvalidator
displayName: JCMG Asset Validator
packageVersion: 1.1.1
unityVersion: 2018.1
packageVersion: 1.1.2
unityVersion: 2018.3
description: The AssetValidator is an editor tool for validating scenes and assets
and can be used as a continuous integration tool for testing content regression.
category: Tools
Expand Down

0 comments on commit b73c905

Please sign in to comment.