Skip to content

Commit 7274da0

Browse files
committed
Mark as version 0.1.0
1 parent 7003129 commit 7274da0

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

Ais/Ais.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
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>

Core/Core.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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>

MarsRoverScratchHost/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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

@@ -32,5 +32,5 @@
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")]

0 commit comments

Comments
 (0)