Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class SerializableBundle: SerializableComponent<SerializableBundle>
{
public const double ExpectedVersion = 3;
public const string IncompatMessage = "Incompatible packages cannot be installed from UniGetUI, " +
"either because they came from a local source (for example Local PC)" +
"either because they came from a local source (for example Local PC) " +
"or because the package manager was unavailable. " +
"Nevertheless, they have been listed here for logging purposes.";

Expand Down
Loading