Merge pull request #3567 from brthor/brthor/stable
mark InternalAbstractions and DependencyModel Stable
This commit is contained in:
commit
e72d82c2cb
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue