Skip to content

Commit

Permalink
Bumped version number to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianBlokland committed Jul 28, 2019
1 parent 9334e9e commit 5d4cfc9
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .docfx/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Add a reference to this repository to your package dependencies (`Packages/manifest.json`)
```
"dependencies": {
"com.bastianblokland.componenttask": "https://github.com/BastianBlokland/componenttask-unity.git#v1.6",
"com.bastianblokland.componenttask": "https://github.com/BastianBlokland/componenttask-unity.git#v1.7",
...
}
```
Expand All @@ -23,4 +23,4 @@ commit.

### Upgrading
To update to a newer version simply open your package manifest (`Packages/manifest.json`) and set
the tag at the end of the git url (for example `v1.6`) to a later version.
the tag at the end of the git url (for example `v1.7`) to a later version.
186 changes: 93 additions & 93 deletions docs/index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 id="installation">Installation</h1>
<h3 id="add-package">Add package</h3>
<p>Add a reference to this repository to your package dependencies (<code>Packages/manifest.json</code>)</p>
<pre><code>&quot;dependencies&quot;: {
&quot;com.bastianblokland.componenttask&quot;: &quot;https://github.com/BastianBlokland/componenttask-unity.git#v1.6&quot;,
&quot;com.bastianblokland.componenttask&quot;: &quot;https://github.com/BastianBlokland/componenttask-unity.git#v1.7&quot;,
...
}
</code></pre>
Expand All @@ -87,7 +87,7 @@ <h3 id="add-package">Add package</h3>
commit.</p>
<h3 id="upgrading">Upgrading</h3>
<p>To update to a newer version simply open your package manifest (<code>Packages/manifest.json</code>) and set
the tag at the end of the git url (for example <code>v1.6</code>) to a later version.</p>
the tag at the end of the git url (for example <code>v1.7</code>) to a later version.</p>
</article>
</div>

Expand Down
16 changes: 7 additions & 9 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"output": {
".html": {
"relative_path": "install.html",
"hash": "5ap+GKV6JMf5Pbxh7T2LVQ=="
"hash": "rzmByaP49MiGJHzBpf2Kiw=="
}
},
"is_incremental": false,
Expand All @@ -331,12 +331,10 @@
"incremental_info": [
{
"status": {
"can_incremental": false,
"details": "Cannot build incrementally because config changed.",
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 0,
"skipped_file_count": 0,
"full_build_reason_code": "ConfigChanged"
"skipped_file_count": 0
},
"processors": {
"TocDocumentProcessor": {
Expand All @@ -347,16 +345,16 @@
"skipped_file_count": 0
},
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 19,
"skipped_file_count": 0
"skipped_file_count": 19
},
"ConceptualDocumentProcessor": {
"can_incremental": false,
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 5,
"skipped_file_count": 0
"skipped_file_count": 4
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.bastianblokland.componenttask",
"displayName": "ComponentTask",
"author": "Bastian Blokland",
"version": "1.6.0",
"version": "1.7.0",
"unity": "2019.1",
"description": "Library for running dotnet 'Task' and 'Task<T>' scoped to Unity components. Repository: https://github.com/BastianBlokland/componenttask-unity",
"repository": {
Expand Down

0 comments on commit 5d4cfc9

Please sign in to comment.