-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Internal: Fix inability to render structure with only a reaction - Internal: Correct some internal testing settings - Performance: Optimised collection access in Molecule for Atoms and Bonds - Security: Updated NuGet packages to latest versions ## Before submitting this PR for code review, please make sure: - [X] "Describe the changes being made to the code and why" above has been replaced - [X] All new files have the standard license headers - [X] CodeMaid has been run against all new or updated files - [X] The code builds clean without any errors or new warnings - [X] All NuGet packages have been updated and Readme.md updated - [X] All Unit Tests pass - [X] You have followed the [Chem4Word Coding Standards](https://chem4word.visualstudio.com/C4W-VNext/_wiki/wikis/C4W-VNext.wiki/2/Coding-Standards) - [X] You have updated the change history (/src/Chem4Word.V3/Data/Chem4Word-Versions.xml) - [X] If appropriate you have updated the manual (/docs/Chem4Word-Version3-2-User-Manual.docx) - [X] The build pipeline is green Related work items: #1019
- Loading branch information
1 parent
78d9fa9
commit 9353f1e
Showing
68 changed files
with
81 additions
and
4,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Version> | ||
<Number>3.2.5 Beta 5</Number> | ||
<IsBeta>true</IsBeta> | ||
<Released>07-Sep-2022</Released> | ||
<Number>3.2.5 Release 1</Number> | ||
<IsBeta>false</IsBeta> | ||
<Released>30-Nov-2022</Released> | ||
</Version> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.