File tree Expand file tree Collapse file tree
MarsRoverScratchHost/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <AssemblyName >MarsRoverScratch.Ais</AssemblyName >
66 <RootNamespace >MarsRoverScratch.Ais</RootNamespace >
7+ <AssemblyVersion >0.1.0.0</AssemblyVersion >
8+ <Version >0.1.0</Version >
9+ <Authors >ociaw</Authors >
710 </PropertyGroup >
811
912 <ItemGroup >
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <AssemblyName >Core</AssemblyName >
66 <RootNamespace >MarsRoverScratch</RootNamespace >
7+ <Version >0.1.0</Version >
8+ <AssemblyVersion >1.1.0.0</AssemblyVersion >
9+ <Authors >ociaw</Authors >
10+ <Company >ociaw</Company >
711 </PropertyGroup >
812
913</Project >
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "MarsRoverScratchHost " ) ]
8+ [ assembly: AssemblyTitle ( "Host " ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "MarsRoverScratchHost " ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © 2014 " ) ]
12+ [ assembly: AssemblyProduct ( "Host " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2019 " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.0 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "0.1 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "0.1 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments