Skip to content

Commit

Permalink
increment version to fix partially published package
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbenghe committed Feb 8, 2017
1 parent 1356d72 commit 4736a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.0.0.{build}'
version: '1.0.1.{build}'

configuration:
- Release
Expand Down
2 changes: 1 addition & 1 deletion src/NotMicrosoft.Configuration/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "NotMicrosoft.Configuration",
"description": "Extending the configuration posibilities of NET core apps by applying configurable parameters stored in ini/properties files to json template files. Fully compatible with the built-in json configuration provider - designed to work as a drop-in replacement for it.",
"packOptions": {
Expand Down

0 comments on commit 4736a0f

Please sign in to comment.