Skip to content

Commit fe4336d

Browse files
authored
9.0 Deployment (#417)
2 parents f57807c + aac54bc commit fe4336d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

MidasCivil_Adapter/CRUD/Create/Loads/BarPointLoads.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ private bool CreateCollection(IEnumerable<BarPointLoad> barPointLoads)
9191
CompareLoadGroup(midasLoadGroup, loadGroupPath);
9292
RemoveEndOfDataString(barLoadPath);
9393
File.AppendAllLines(barLoadPath, midasBarLoads);
94+
95+
Compute.RecordWarning("MidasCivil only supports parametric distances with BarPointLoads.");
9496
}
9597

9698
return true;

MidasCivil_Adapter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.3.0.0")]
57+
[assembly: AssemblyVersion("9.0.0.0")]
58+
[assembly: AssemblyFileVersion("9.0.0.0")]
5959

6060

6161

MidasCivil_Engine/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.3.0.0")]
57+
[assembly: AssemblyVersion("9.0.0.0")]
58+
[assembly: AssemblyFileVersion("9.0.0.0")]
5959

6060

6161

MidasCivil_oM/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// You can specify all the values or you can default the Build and Revision Numbers
5555
// by using the '*' as shown below:
5656
// [assembly: AssemblyVersion("1.0.*")]
57-
[assembly: AssemblyVersion("8.0.0.0")]
58-
[assembly: AssemblyFileVersion("8.3.0.0")]
57+
[assembly: AssemblyVersion("9.0.0.0")]
58+
[assembly: AssemblyFileVersion("9.0.0.0")]
5959

6060

6161

0 commit comments

Comments
 (0)