Skip to content

Commit fb42395

Browse files
Merged PR 566: Chem4Word 2020 - Release 13 (V3.1.23)
- Updated telemetry - Remove legacy Chem4Word settings on install Related work items: #924, #1040
1 parent 989d7db commit fb42395

File tree

379 files changed

+887
-503
lines changed

Some content is hidden

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

379 files changed

+887
-503
lines changed

src/Chem4Word.V3-1.sln.DotSettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/INT_ALIGN_SWITCH_SECTIONS/@EntryValue">True</s:Boolean>
3131
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/USE_INDENT_FROM_VS/@EntryValue">False</s:Boolean>
3232
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">---------------------------------------------------------------------------&#xD;
33-
Copyright (c) 2022, The .NET Foundation.&#xD;
33+
Copyright (c) 2023, The .NET Foundation.&#xD;
3434
This software is released under the Apache License, Version 2.0.&#xD;
3535
The license and further copyright text can be found in the file LICENSE.md&#xD;
3636
at the root directory of the distribution.&#xD;

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/AssemblyReflectionProxy.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/Chem4WordOptions.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: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,29 @@
22
<!-- This file must be uploaded to https://www.chem4word.co.uk/files3-1/ folder as Chem4Word-Versions.xml -->
33
<ChangeLog>
44
<Id>f3c4f4db-2fff-46db-b14a-feb8e09f7742</Id>
5-
<Version>
6-
<Number>3.1.22 Release 12</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>Fix Null Pointer Exception in upgrader</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-1/Chem4Word-Setup.3.1.22.Release.12.msi</Url>
16-
</Version>
5+
<Version>
6+
<Number>3.1.23 Release 13</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-1/Chem4Word-Setup.3.1.23.Release.13.msi</Url>
16+
</Version>
17+
<Version>
18+
<Number>3.1.22 Release 12</Number>
19+
<IsBeta>false</IsBeta>
20+
<Released>01-Jul-2022</Released>
21+
<Changes>
22+
<Change>Security Update Newtonsoft.Json -> 13.0.1</Change>
23+
<Change>Fix Null Pointer Exception in upgrader</Change>
24+
<Change>If you like our product, please consider buying us a coffee at https://www.buymeacoffee.com/chem4word</Change>
25+
<Change>Please download Chem4Word-Setup.exe via https://www.chem4word.co.uk/download/ if you encounter any difficulties updating</Change>
26+
</Changes>
27+
</Version>
1728
<Version>
1829
<Number>3.1.21 Release 11</Number>
1930
<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.1.22 Release 12</Number>
3+
<Number>3.1.23 Release 13</Number>
44
<IsBeta>false</IsBeta>
5-
<Released>01-Jul-2022</Released>
5+
<Released>02-Feb-2023</Released>
66
</Version>

src/Chem4Word.V3/Database/ChemistryDTO.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/Database/ChemistryTagDTO.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/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.

0 commit comments

Comments
 (0)