File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
RoslynCompilerFix/Properties
RoslynMdbWriter/Properties Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55
66namespace IncrementalCompiler
77{
8- [ ServiceContract ( Namespace = "https://github.com/SaladbowlCreative /Unity3D.IncrementalCompiler" ) ]
8+ [ ServiceContract ( Namespace = "https://github.com/SaladLab /Unity3D.IncrementalCompiler" ) ]
99 public interface ICompilerService
1010 {
1111 [ OperationContract ]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static int Main(string[] args)
3939 static void ShowUsage ( )
4040 {
4141 Console . WriteLine ( "Unity3D Incremental C# Compiler using Roslyn" ) ;
42- Console . WriteLine ( "https://github.com/SaladbowlCreative /Unity3D.IncrementalCompiler/" ) ;
42+ Console . WriteLine ( "https://github.com/SaladLab /Unity3D.IncrementalCompiler/" ) ;
4343 Console . WriteLine ( "" ) ;
4444 Console . WriteLine ( "* Client" ) ;
4545 Console . WriteLine ( " -out:<file> Specifies the output file name." ) ;
Original file line number Diff line number Diff line change 77[ assembly: AssemblyTitle ( "Unity3D.IncrementalCompiler" ) ]
88[ assembly: AssemblyDescription ( "" ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
10- [ assembly: AssemblyCompany ( "Saladbowl Creative " ) ]
10+ [ assembly: AssemblyCompany ( "SaladLab " ) ]
1111[ assembly: AssemblyProduct ( "Unity3D.IncrementalCompiler" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © Saladbowl Creative 2016" ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2016 SaladLab " ) ]
1313
1414// Setting ComVisible to false makes the types in this assembly not visible
1515// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 77[ assembly: AssemblyTitle ( "RoslynCompilerFix" ) ]
88[ assembly: AssemblyDescription ( "" ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
10- [ assembly: AssemblyCompany ( "Saladbowl Creative " ) ]
10+ [ assembly: AssemblyCompany ( "SaladLab " ) ]
1111[ assembly: AssemblyProduct ( "Unity3D.IncrementalCompiler" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © Saladbowl Creative 2016" ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2016 SaladLab " ) ]
1313
1414// Setting ComVisible to false makes the types in this assembly not visible
1515// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 77[ assembly: AssemblyTitle ( "RoslynMdbWriter" ) ]
88[ assembly: AssemblyDescription ( "" ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
10- [ assembly: AssemblyCompany ( "Saladbowl Creative " ) ]
10+ [ assembly: AssemblyCompany ( "SaladLab " ) ]
1111[ assembly: AssemblyProduct ( "Unity3D.IncrementalCompiler" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © Saladbowl Creative 2016" ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2016 SaladLab " ) ]
1313
1414// Setting ComVisible to false makes the types in this assembly not visible
1515// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 1111#endif
1212[ assembly: AssemblyDescription ( "" ) ]
1313[ assembly: AssemblyConfiguration ( "" ) ]
14- [ assembly: AssemblyCompany ( "Saladbowl Creative " ) ]
14+ [ assembly: AssemblyCompany ( "SaladLab " ) ]
1515[ assembly: AssemblyProduct ( "Unity3D.IncrementalCompiler" ) ]
1616
1717// Setting ComVisible to false makes the types in this assembly not visible
Original file line number Diff line number Diff line change 77[ assembly: AssemblyTitle ( "Universal C# Compiler for Unity" ) ]
88[ assembly: AssemblyDescription ( "" ) ]
99[ assembly: AssemblyConfiguration ( "" ) ]
10- [ assembly: AssemblyCompany ( "Saladbowl Creative " ) ]
10+ [ assembly: AssemblyCompany ( "SaladLab " ) ]
1111[ assembly: AssemblyProduct ( "Unity3D.IncrementalCompiler" ) ]
1212
1313// Setting ComVisible to false makes the types in this assembly not visible
You can’t perform that action at this time.
0 commit comments