Skip to content

Commit

Permalink
Merge pull request #98 from Nikolai558/development
Browse files Browse the repository at this point in the history
Releasing 2.3.3
  • Loading branch information
Nikolai558 authored Aug 26, 2022
2 parents b99d4fd + 2b6e72a commit 6e00a1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# CHANGELOG

---
- ## Version 2.3.3
- #97: Fixed the problem where the .id commands for the 3LD were not working.

- ## Version 2.3.2
- #95: Elements inside a ASDEX VideoMap that are not a xsi:type of "Path" will not be included in the geojson output
(CRC will not render anything other than Polygon's / Paths inside of an ASDEX file)


- ## Version 2.3.1
- #92: Corrected ASDEX properties in the geojson output files
- #93: Default property settings are not included in "feature-level" properties
Expand Down
4 changes: 2 additions & 2 deletions FeBuddyLibrary/DataAccess/GetTelephony.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public void WriteTelephony()
NameSB.AppendLine($".id{telephony.TelephonyAltered} .MSG FAA_ISR *** 3LD: {telephony.ThreeLD} ___ TELEPHONY: {telephony.Telephony}");
}
}
File.WriteAllText(filePath, threeLD_SB.ToString());
File.WriteAllText(filePath, NameSB.ToString());
File.AppendAllText(filePath, threeLD_SB.ToString());
File.AppendAllText(filePath, NameSB.ToString());
File.AppendAllText(combinedFilePath, threeLD_SB.ToString());
File.AppendAllText(combinedFilePath, NameSB.ToString());
Logger.LogMessage("DEBUG", $"COMPLETED TELEPHONY");
Expand Down
2 changes: 1 addition & 1 deletion FeBuddyWinFormUI/FeBuddyWinFormUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<AssemblyName>FE-BUDDY</AssemblyName>
<Version>2.3.2</Version>
<Version>2.3.3</Version>
<Copyright>Copyright © 2022 Nikolas Boling, Kyle Sanders</Copyright>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>FE_BUDDY_icon.ico</ApplicationIcon>
Expand Down
11 changes: 5 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

| Version | Supported |
| ------- | ------------------ |
| 2.0.0 | :white_check_mark: |
| 2.3.x | :white_check_mark: |
| 2.2.x | :white_check_mark: |
| 2.1.x | :white_check_mark: |
| 2.0.x | :white_check_mark: |
| ------- | ------------------ |
| 1.0.3 | :white_check_mark: |
| 1.0.2 | :white_check_mark: |
| 1.0.1 | :white_check_mark: |
| 1.0.0 | :white_check_mark: |
| < 1.0.0 | :x: |
| < 2.0.0 | :x: |

0 comments on commit 6e00a1d

Please sign in to comment.