Merge pull request #3567 from brthor/brthor/stable

mark InternalAbstractions and DependencyModel Stable
This commit is contained in:
Bryan Thornbury 2016-06-14 16:00:31 -07:00 committed by GitHub
commit e72d82c2cb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"description": "Abstractions for making code that uses file system and environment testable.",
"version": "1.0.0-rc3-*",
"version": "1.0.0",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View file

@ -1,6 +1,6 @@
{
"description": "Abstractions for reading `.deps` files.",
"version": "1.0.0-rc3-*",
"version": "1.0.0",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"