Skip to content

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvtesh committed Nov 5, 2017
2 parents 0912bad + 094568f commit 905dcf9
Show file tree
Hide file tree
Showing 81 changed files with 249 additions and 1,055 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ artifacts:
- path: .\Bin\net46
name: UnityFx.Async-net46

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(GitVersion_MajorMinorPatch)'
package_version: '$(GitVersion_SemVer)'
assembly_version: '$(GitVersion_AssemblySemVer)'
file_version: '$(GitVersion_MajorMinorPatch).$(GitVersion_CommitsSinceVersionSource)'
informational_version: '$(GitVersion_InformationalVersion)'

deploy:
- provider: GitHub
tag: v$(GitVersion_MajorMinorPatch)
auth_token:
secure: aTd8m7PLWUlE3iacD7bx9oWPW/CK0+BTE7/nhgB2EXk8iZ3FJ/TJX5kKLIYP76nN
force_update: false
Expand Down
8 changes: 8 additions & 0 deletions AssetStore/UnityPackage35/Assets/UnityFx/README.txt.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AssetStore/UnityPackage35/Assets/UnityFx/UnityFx.Async.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions AssetStore/UnityPackage35/Assets/UnityFx/UnityFx.Async.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AssetStore/UnityPackage46/Assets/UnityFx/UnityFx.Async.dll
Binary file not shown.
31 changes: 28 additions & 3 deletions AssetStore/UnityPackage46/Assets/UnityFx/UnityFx.Async.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.\Source\Build.ps1 Release
.\src\Build.ps1 Release
4 changes: 2 additions & 2 deletions BuildDocs.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.\Source\Build.ps1 Release
.\Source\BuildDocs.ps1
.\src\Build.ps1 Release
.\src\BuildDocs.ps1
Loading

0 comments on commit 905dcf9

Please sign in to comment.