From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs') diff --git a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs index fe0744b94..096caaa21 100644 --- a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs +++ b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs @@ -34,7 +34,7 @@ namespace Tango.Protobuf /// /// Gets the file content. /// - public String Content { get; internal set; } + public String Content { get; private set; } /// /// Gets or sets the relative file path. -- cgit v1.3.1