Skip to content

Commit

Permalink
Merge pull request #8 from UniToolsTeam/feature/version-0.1.0-preview
Browse files Browse the repository at this point in the history
Version 0.1.0-preview
  • Loading branch information
Rinal authored Mar 2, 2023
2 parents 94e9018 + 2c1bf91 commit e4235c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/Steps/Post/AppCenter/DistributeToAppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace UniTools.Build.AppCenter
fileName = nameof(DistributeToAppCenter),
menuName = nameof(UniTools) + "/Build/" + nameof(AppCenter) + "/" + nameof(DistributeToAppCenter)
)]
public sealed class DistributeToAppCenter : ScriptableCustomBuildStep
public sealed class DistributeToAppCenter : BuildStep
{
[SerializeField] private string m_apiToken = default;
[SerializeField] private string m_appName = default;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"displayName": "UniTools.Build.AppCenter",
"name": "com.unitools.build.appcenter",
"version": "0.0.3-preview",
"version": "0.1.0-preview",
"unity": "2019.1",
"dependencies": {
"com.unitools.build": "0.0.1-preview"
"com.unitools.build": "0.1.0-preview"
},
"description": "Part of the Customizable Build Pipeline tool to work with AppCenter API",
"keywords": [
Expand Down

0 comments on commit e4235c6

Please sign in to comment.