Skip to content

Commit a67e76d

Browse files
Merged PR 565: Chem4Word V3 - Release 29 (V3.0.41)
- Updated telemetry - Remove legacy Chem4Word settings on install Related work items: #990, #1040
1 parent 31d9860 commit a67e76d

File tree

221 files changed

+859
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+859
-353
lines changed

src/Chem4Word.V3/AssemblyReflectionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Chem4WordV3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Data/Chem4Word-Versions.xml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,26 @@
22
<!-- This file must be uploaded to https://www.chem4word.co.uk/files3/ folder as Chem4Word-Versions.xml -->
33
<ChangeLog>
44
<Id>f3c4f4db-2fff-46db-b14a-feb8e09f7742</Id>
5-
<Version>
6-
<Number>3.0.40 Release 28</Number>
7-
<IsBeta>false</IsBeta>
8-
<Released>01-Jul-2022</Released>
9-
<Changes>
10-
<Change>Security Update Newtonsoft.Json -> 13.0.1</Change>
11-
<Change>If you like our product, please consider buying us a coffee at https://www.buymeacoffee.com/chem4word</Change>
12-
<Change>Please download Chem4Word-Setup.exe via https://www.chem4word.co.uk/download/ if you encounter any difficulties updating</Change>
13-
</Changes>
14-
<Url>https://www.chem4word.co.uk/files3/Chem4Word-Setup.3.0.40.Release.28.msi</Url>
15-
</Version>
5+
<Version>
6+
<Number>3.0.41 Release 29</Number>
7+
<IsBeta>false</IsBeta>
8+
<Released>02-Feb-2023</Released>
9+
<Changes>
10+
<Change>Updated telemetry</Change>
11+
<Change>Remove legacy Chem4Word settings on install</Change>
12+
<Change>If you like our product, please consider buying us a coffee at https://www.buymeacoffee.com/chem4word</Change>
13+
<Change>Please download Chem4Word-Setup.exe via https://www.chem4word.co.uk/download/ if you encounter any difficulties updating</Change>
14+
</Changes>
15+
<Url>https://www.chem4word.co.uk/files3/Chem4Word-Setup.3.0.41.Release.29.msi</Url>
16+
</Version>
17+
<Version>
18+
<Number>3.0.40 Release 28</Number>
19+
<IsBeta>false</IsBeta>
20+
<Released>01-Jul-2022</Released>
21+
<Changes>
22+
<Change>Security Update Newtonsoft.Json -> 13.0.1</Change>
23+
</Changes>
24+
</Version>
1625
<Version>
1726
<Number>3.0.39 Release 27</Number>
1827
<IsBeta>false</IsBeta>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Version>
3-
<Number>3.0.40 Release 28</Number>
3+
<Number>3.0.41 Release 29</Number>
44
<IsBeta>false</IsBeta>
5-
<Released>01-Jul-2022</Released>
5+
<Released>02-Feb-2023</Released>
66
</Version>

src/Chem4Word.V3/Database/Library.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Helpers/C4wAddInInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Helpers/ChemistryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Helpers/ConfigWatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Helpers/CustomXMLPartHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

src/Chem4Word.V3/Helpers/FormulaHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ---------------------------------------------------------------------------
2-
// Copyright (c) 2022, The .NET Foundation.
2+
// Copyright (c) 2023, The .NET Foundation.
33
// This software is released under the Apache License, Version 2.0.
44
// The license and further copyright text can be found in the file LICENSE.md
55
// at the root directory of the distribution.

0 commit comments

Comments
 (0)