Skip to content

Commit

Permalink
Changed password encryption and decryption error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhili1208 committed Jun 10, 2016
1 parent 6cd2095 commit 509ca92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NuGet.Core/NuGet.Configuration/Resources.Designer.cs

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

4 changes: 2 additions & 2 deletions src/NuGet.Core/NuGet.Configuration/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
<value>Unexpected failure reading NuGet.Config. Path: '{0}'.</value>
</data>
<data name="UnsupportedDecryptPassword" xml:space="preserve">
<value>Password decryption failed for source : '{0}' is unsupported on this platform. A clear text password may be used instead.</value>
<value>Password decryption is not supported on this platform (Windows/.NET Core). The following feed uses an encrypted password: '{0}'. You can use a clear text password as a workaround, or pass it on the commandline.</value>
</data>
<data name="UnsupportedEncryptPassword" xml:space="preserve">
<value>Password encryption failed for source : '{0}' is unsupported on this platform. A clear text password may be used instead.</value>
<value>Password encryption is not supported on this platform (Windows/.NET Core). The following feed try to use an encrypted password: '{0}'. You can use a clear text password as a workaround, or pass it on the commandline.</value>
</data>
<data name="UserSettings_UnableToParseConfigFile" xml:space="preserve">
<value>Unable to parse config file '{0}'.</value>
Expand Down

0 comments on commit 509ca92

Please sign in to comment.