Skip to content

Commit 886478f

Browse files
Merged PR 499: Chem4Word 2020 - Release 10 (V3.1.20)
* Detect Windows 11 * Update Copyright to 2022 Related work items: #837
1 parent 2b5b38c commit 886478f

File tree

374 files changed

+811
-758
lines changed

Some content is hidden

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

374 files changed

+811
-758
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) 2021, The .NET Foundation.&#xD;
33+
Copyright (c) 2022, 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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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: 223 additions & 214 deletions
Large diffs are not rendered by default.
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.19 Release 9</Number>
3+
<Number>3.1.20 Release 10</Number>
44
<IsBeta>false</IsBeta>
5-
<Released>20-May-2021</Released>
5+
<Released>27-Feb-2022</Released>
66
</Version>

src/Chem4Word.V3/Data/index.html

Lines changed: 50 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,58 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Chemistry for Word Add-In Version 2020</title>
6+
7+
<link rel="stylesheet" type="text/css" href="/css/slider.css" />
68
</head>
79
<body bgcolor="white">
8-
<h1>Chemistry for Word Add-In 2020</h1>
10+
<h1><a href="https://www.chem4word.co.uk">Chemistry for Word Add-In 2020</a></h1>
11+
12+
<!-- Slideshow container -->
13+
<div class="slideshow-container fade">
14+
15+
<!-- Full images with numbers and message Info -->
16+
<div class="Containers">
17+
<div class="MessageInfo">Chem4Word - Ribbon</div>
18+
<a href="https://www.chem4word.co.uk"><img src="/slider/Chem4Word-Ribbon-2-1200x600-1.png" style="width:100%"></a>
19+
<div class="Info"></div>
20+
</div>
21+
22+
<div class="Containers">
23+
<div class="MessageInfo">Chem4Word - Search PubChem</div>
24+
<a href="https://www.chem4word.co.uk"><img src="/slider/Chem4Word-Pubchem-1200x600-1.png" style="width:100%"></a>
25+
<div class="Info"></div>
26+
</div>
27+
28+
<div class="Containers">
29+
<div class="MessageInfo">Chem4Word - Library</div>
30+
<a href="https://www.chem4word.co.uk"><img src="/slider/Chem4Word-Library-1200x600-1.png" style="width:100%"></a>
31+
<div class="Info"></div>
32+
</div>
33+
34+
<div class="Containers">
35+
<div class="MessageInfo">Chem4Word - ACME Editor</div>
36+
<a href="https://www.chem4word.co.uk"><img src="/slider/Chem4Word-ACME-1200x600-1.png" style="width:100%"></a>
37+
<div class="Info"></div>
38+
</div>
39+
40+
<!-- Back and forward buttons -->
41+
<a class="Back" onclick="plusSlides(-1)">&#10094;</a>
42+
<a class="forward" onclick="plusSlides(1)">&#10095;</a>
43+
</div>
44+
<br>
45+
46+
<!-- The circles/dots -->
47+
<div style="text-align:center">
48+
<span class="dots" onclick="currentSlide(1)"></span>
49+
<span class="dots" onclick="currentSlide(2)"></span>
50+
<span class="dots" onclick="currentSlide(3)"></span>
51+
<span class="dots" onclick="currentSlide(4)"></span>
52+
</div>
53+
54+
<script src="/scripts/slider.js"></script>
55+
56+
<hr>
57+
958
<table border="1" cellpadding="10">
1059
<tr>
1160
<td>Version History</td>
@@ -15,82 +64,6 @@ <h1>Chemistry for Word Add-In 2020</h1>
1564
<td>Setup Bootstrapper</td>
1665
<td><a href="/files3-1/Chem4Word-Setup.exe">Chem4Word-Setup</a></td>
1766
</tr>
18-
<tr>
19-
<td>Version 3.1.19 - Release 9</td>
20-
<td><a href="/files3-1/Chem4Word-Setup.3.1.19.Release.9.msi">Chem4Word-Setup 3.1.19 Release 9</a></td>
21-
</tr>
22-
<tr>
23-
<td>Version 3.1.18 - Release 8</td>
24-
<td>Chem4Word-Setup 3.1.18 Release 8</td>
25-
</tr>
26-
<tr>
27-
<td>Version 3.1.17 - Release 7</td>
28-
<td>Chem4Word-Setup 3.1.17 Release 7</td>
29-
</tr>
30-
<tr>
31-
<td>Version 3.1.16 - Release 6</td>
32-
<td>Chem4Word-Setup 3.1.16 Release 6</td>
33-
</tr>
34-
<tr>
35-
<td>Version 3.1.15 - Release 5</td>
36-
<td>Chem4Word-Setup 3.1.15 Release 5</td>
37-
</tr>
38-
<tr>
39-
<td>Version 3.1.14 - Release 4</td>
40-
<td>Chem4Word-Setup 3.1.14 Release 4</td>
41-
</tr>
42-
<tr>
43-
<td>Version 3.1.13 - Release 3</td>
44-
<td>Chem4Word-Setup 3.1.13 Release 3</td>
45-
</tr>
46-
<tr>
47-
<td>Version 3.1.12 - Release 2</td>
48-
<td>Chem4Word-Setup 3.1.12 Release 2</td>
49-
</tr>
50-
<tr>
51-
<td>Version 3.1.11 - Release 1</td>
52-
<td>Chem4Word-Setup 3.1.11 Release 1</td>
53-
</tr>
54-
<tr>
55-
<td>Version 3.1.10 - Beta 10</td>
56-
<td>Chem4Word-Setup 3.1.10 Beta 10</td>
57-
</tr>
58-
<tr>
59-
<td>Version 3.1.9 - Beta 9</td>
60-
<td>Chem4Word-Setup 3.1.9 Beta 9</td>
61-
</tr>
62-
<tr>
63-
<td>Version 3.1.8 - Beta 8</td>
64-
<td>Chem4Word-Setup 3.1.8 Beta 8</td>
65-
</tr>
66-
<tr>
67-
<td>Version 3.1.7 - Beta 7</td>
68-
<td>Chem4Word-Setup 3.1.7 Beta 7</td>
69-
</tr>
70-
<tr>
71-
<td>Version 3.1.6 - Beta 6</td>
72-
<td>Chem4Word-Setup 3.1.6 Beta 6</td>
73-
</tr>
74-
<tr>
75-
<td>Version 3.1.5 - Beta 5</td>
76-
<td>Chem4Word-Setup 3.1.5 Beta 5</td>
77-
</tr>
78-
<tr>
79-
<td>Version 3.1.4 - Beta 4</td>
80-
<td>Chem4Word-Setup 3.1.4 Beta 4</td>
81-
</tr>
82-
<tr>
83-
<td>Version 3.1.3 - Beta 3</td>
84-
<td>Chem4Word-Setup 3.1.3 Beta 3</td>
85-
</tr>
86-
<tr>
87-
<td>Version 3.1.2 - Beta 2</td>
88-
<td>Chem4Word-Setup 3.1.2 Beta 2</td>
89-
</tr>
90-
<tr>
91-
<td>Version 3.1.1 - Beta 1</td>
92-
<td>Chem4Word-Setup 3.1.1 Beta 1</td>
93-
</tr>
9467
</table>
9568
<h1>Third Party</h1>
9669
<table border="1" cellpadding="10">

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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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) 2021, The .NET Foundation.
2+
// Copyright (c) 2022, 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)