Skip to content

Commit

Permalink
Merge pull request #54 from ivanz/feature/2.0.0
Browse files Browse the repository at this point in the history
2.0.0 version bump
  • Loading branch information
ivanz committed Mar 18, 2016
2 parents b6afda8 + aab892d commit adbf34b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[appveyor.yml]
indent_style = space
indent_size = 2

[*.cs]
indent_style = space
indent_size = 4

[*.ps1]
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nuget_version: '2.0.0-rc1'
nuget_version: '2.0.0'
vsix_version: '2.0.0'
assembly_version: '2.0.0'

Expand Down

0 comments on commit adbf34b

Please sign in to comment.