Skip to content

Commit 1532ef3

Browse files
committed
Issue #12: adding corresponding .NET update to result
1 parent 64a58a5 commit 1532ef3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

dotnet/ITS.Propagation.P528/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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("5.0.0")]
36-
[assembly: AssemblyFileVersion("5.0.0")]
35+
[assembly: AssemblyVersion("5.1.0")]
36+
[assembly: AssemblyFileVersion("5.1.0")]

dotnet/ITS.Propagation.P528/Result.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ public struct Result
6868
/// Elevation angle of the ray at the low terminal, in rad
6969
/// </summary>
7070
public double theta_h1__rad;
71+
72+
/// <summary>
73+
/// Warning flags
74+
/// </summary>
75+
public int warnings;
7176
}
7277
}
7378
}

dotnet/nuget/p528.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>P528</id>
5-
<version>5.0.0</version>
5+
<version>5.1.0</version>
66
<authors>The Institute for Telecommunication Sciences</authors>
77
<owners>The Institute for Telecommunication Sciences</owners>
88
<license type="file">LICENSE.md</license>

0 commit comments

Comments
 (0)