Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed password encryption and decryption error message #671

Merged
merged 1 commit into from
Jun 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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