Skip to content

Commit 6b7f5ab

Browse files
CI BuildCI Build
authored andcommitted
Fix: Compile error in latest C# (#1030) - pin C# version to 10
1 parent 0588c46 commit 6b7f5ab

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

doc/ReleaseNotes.html

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ <h1 id="svgnet-release-notes">SVG.NET Release Notes</h1>
7474

7575
<p>The release versions are NuGet releases.</p>
7676
<h2 id="unreleased">Unreleased</h2>
77-
<h2 id="version-344--2022-10-29"><a href="https://www.nuget.org/packages/Svg/3.4.4">Version 3.4.4</a> (2022-10-29)</h2>
7877
<h3 id="fixes">Fixes</h3>
7978
<ul>
79+
<li>fixed build error in C# 11 (see <a href="https://github.com/svg-net/SVG/pull/1030">PR #1030</a>)</li>
80+
</ul>
81+
<h2 id="version-344--2022-10-29"><a href="https://www.nuget.org/packages/Svg/3.4.4">Version 3.4.4</a> (2022-10-29)</h2>
82+
<h3 id="fixes-1">Fixes</h3>
83+
<ul>
8084
<li>fixed localized family names in <code>SvgFontManager</code> (see <a href="https://github.com/svg-net/SVG/pull/993">PR #993</a>)</li>
8185
<li>fixed out of memory Exception in <code>SvgImage.Render()</code> (see <a href="https://github.com/svg-net/SVG/issues/1003">#1003</a>)</li>
8286
<li>fixed argument Exception in <code>Draw(Graphics)</code> (see <a href="https://github.com/svg-net/SVG/issues/1004">#1004</a>)</li>
@@ -95,7 +99,7 @@ <h3 id="enhancements">Enhancements</h3>
9599
<ul>
96100
<li>update XMLOutputTester (rename to SVGBuilder) (see <a href="https://github.com/svg-net/SVG/pull/983">PR #983</a>)</li>
97101
</ul>
98-
<h3 id="fixes-1">Fixes</h3>
102+
<h3 id="fixes-2">Fixes</h3>
99103
<ul>
100104
<li>fixed out of memory in Svg 3.4.2 (see <a href="https://github.com/svg-net/SVG/issues/989">#989</a>)</li>
101105
</ul>
@@ -109,14 +113,14 @@ <h3 id="changes-1">Changes</h3>
109113
<ul>
110114
<li>made anti-aliasing behavior more consistent with rendering in browsers (see <a href="https://github.com/svg-net/SVG/issues/960">#960</a>)</li>
111115
</ul>
112-
<h3 id="fixes-2">Fixes</h3>
116+
<h3 id="fixes-3">Fixes</h3>
113117
<ul>
114118
<li>fixed issue for <code>SvgTextBase.Bounds</code> with blank <code>SvgTextSpan</code> (see <a href="https://github.com/svg-net/SVG/pull/963">PR #963</a>)</li>
115119
<li>fixed precision issue in <code>SvgUnit</code> (see <a href="https://github.com/svg-net/SVG/pull/969">PR #969</a>)</li>
116120
<li>fixed <code>InheritGradient</code> values are not inherited (see <a href="https://github.com/svg-net/SVG/issues/966">#966</a>)</li>
117121
</ul>
118122
<h2 id="version-341--2022-03-19"><a href="https://www.nuget.org/packages/Svg/3.4.1">Version 3.4.1</a> (2022-03-19)</h2>
119-
<h3 id="fixes-3">Fixes</h3>
123+
<h3 id="fixes-4">Fixes</h3>
120124
<ul>
121125
<li>fixed <code>text-decoration</code> conversion (see <a href="https://github.com/svg-net/SVG/issues/941">#941</a>)</li>
122126
<li>fixed <code>text-transformation</code> (see <a href="https://github.com/svg-net/SVG/issues/952">#952</a>)</li>
@@ -132,7 +136,7 @@ <h3 id="enhancements-1">Enhancements</h3>
132136
<ul>
133137
<li>support relative commands in Paths (see <a href="https://github.com/svg-net/SVG/pull/925">PR #925</a>)</li>
134138
</ul>
135-
<h3 id="fixes-4">Fixes</h3>
139+
<h3 id="fixes-5">Fixes</h3>
136140
<ul>
137141
<li>fixed color blend position (see <a href="https://github.com/svg-net/SVG/issues/902">#902</a>)</li>
138142
<li>remove override method that is no longer needed in <code>SvgPath</code> (see <a href="https://github.com/svg-net/SVG/issues/830">#830</a>)</li>
@@ -155,7 +159,7 @@ <h3 id="enhancements-2">Enhancements</h3>
155159
<li>manage namespaces and prefixes (see <a href="https://github.com/svg-net/SVG/issues/604">#604</a>)</li>
156160
<li>add <code>Open(XmlReader)</code> method in <code>SvgDocument</code> (see <a href="https://github.com/svg-net/SVG/issues/877">#877</a>)</li>
157161
</ul>
158-
<h3 id="fixes-5">Fixes</h3>
162+
<h3 id="fixes-6">Fixes</h3>
159163
<ul>
160164
<li>fixed filled polyline not displayed with <code>stroke-width=0</code> (see <a href="https://github.com/svg-net/SVG/issues/785">#785</a>)</li>
161165
<li>added basic implementation of filter classes (see <a href="https://github.com/svg-net/SVG/issues/768">#768</a>)</li>
@@ -176,7 +180,7 @@ <h3 id="enhancements-3">Enhancements</h3>
176180
<li>added support for <code>miter-clip</code> and <code>arcs</code> line joins, and for <code>fr</code> radial gradiant property
177181
(SVG2 features, see <a href="https://github.com/svg-net/SVG/pull/621">PR #621</a>)</li>
178182
</ul>
179-
<h3 id="fixes-6">Fixes</h3>
183+
<h3 id="fixes-7">Fixes</h3>
180184
<ul>
181185
<li>fixed filter Inherited (see <a href="https://github.com/svg-net/SVG/issues/541">#541</a> and <a href="https://github.com/svg-net/SVG/pull/689">PR #689</a>)</li>
182186
<li>fixed calculate required layout rectangle (see <a href="https://github.com/svg-net/SVG/issues/732">#732</a> and <a href="https://github.com/svg-net/SVG/pull/741">PR #741</a>)</li>
@@ -205,7 +209,7 @@ <h3 id="enhancements-4">Enhancements</h3>
205209
<li>added Href property to SvgFilter (see <a href="https://github.com/svg-net/SVG/pull/679">PR #679</a>)</li>
206210
<li>supports localized family names (see <a href="https://github.com/svg-net/SVG/pull/706">PR #706</a>)</li>
207211
</ul>
208-
<h3 id="fixes-7">Fixes</h3>
212+
<h3 id="fixes-8">Fixes</h3>
209213
<ul>
210214
<li>fixed CoordinateParser handling of invalid state (see <a href="https://github.com/svg-net/SVG/pull/640">PR #640</a>)</li>
211215
<li>fixed CoordinateParser handling of invalid state (see <a href="https://github.com/svg-net/SVG/pull/642">PR #642</a>)</li>
@@ -240,7 +244,7 @@ <h3 id="enhancements-5">Enhancements</h3>
240244
<li>add support for <code>&lt;a&gt;</code> element (see <a href="https://github.com/svg-net/SVG/issues/626">#626</a> and <a href="https://github.com/svg-net/SVG/pull/628">PR #628</a>))</li>
241245
<li>added ColorConverter from dotnet runtime codebase to make Netstandard 2.0 target more complete (see <a href="https://github.com/svg-net/SVG/pull/630">PR #630</a>)</li>
242246
</ul>
243-
<h3 id="fixes-8">Fixes</h3>
247+
<h3 id="fixes-9">Fixes</h3>
244248
<ul>
245249
<li>fixed nested svg tags not rendered properly (see <a href="https://github.com/svg-net/SVG/issues/622">#622</a>)</li>
246250
<li>added handling of invalid property in parser (see <a href="https://github.com/svg-net/SVG/issues/632">#632</a>)</li>
@@ -270,7 +274,7 @@ <h3 id="documentation">Documentation</h3>
270274
<li>moved documentation to GitHub pages</li>
271275
<li>added auto-generated API documentation</li>
272276
</ul>
273-
<h3 id="fixes-9">Fixes</h3>
277+
<h3 id="fixes-10">Fixes</h3>
274278
<ul>
275279
<li>fixed scaling of embedded images (see <a href="https://github.com/svg-net/SVG/issues/592">#592</a>)</li>
276280
<li>fixed issue for stroke dasharray with odd number of values (see <a href="https://github.com/svg-net/SVG/pull/584">PR #584</a>)</li>
@@ -300,7 +304,7 @@ <h3 id="documentation-1">Documentation</h3>
300304
<ul>
301305
<li>added &quot;Getting Started&quot; Wiki page</li>
302306
</ul>
303-
<h3 id="fixes-10">Fixes</h3>
307+
<h3 id="fixes-11">Fixes</h3>
304308
<ul>
305309
<li>added check for invalid bounds (see <a href="https://github.com/svg-net/SVG/issues/554">#554</a>)</li>
306310
<li>added support for &quot;Grey&quot; color (see <a href="https://github.com/svg-net/SVG/pull/551">PR #551</a>)</li>
@@ -339,7 +343,7 @@ <h3 id="fixes-10">Fixes</h3>
339343
(see <a href="https://github.com/svg-net/SVG/issues/436">#436</a>)</li>
340344
</ul>
341345
<h2 id="version-243-2019-05-07"><a href="https://www.nuget.org/packages/Svg/2.4.3">Version 2.4.3</a> (2019-05-07)</h2>
342-
<h3 id="fixes-11">Fixes</h3>
346+
<h3 id="fixes-12">Fixes</h3>
343347
<ul>
344348
<li>fixed boundary drawing with corner and stroke (see PR <a href="https://github.com/svg-net/SVG/pull/444">#444</a>)</li>
345349
<li>fixed rendering with fill opacity 0 (see <a href="https://github.com/svg-net/SVG/issues/437">#437</a>)</li>
@@ -352,7 +356,7 @@ <h3 id="enhancements-8">Enhancements</h3>
352356
<li>added font manager to allow user-defined font handling
353357
(see PR <a href="https://github.com/svg-net/SVG/pull/414">#414</a>)</li>
354358
</ul>
355-
<h3 id="fixes-12">Fixes</h3>
359+
<h3 id="fixes-13">Fixes</h3>
356360
<ul>
357361
<li>fixed handling of invalid hex color and whitespace after hex color (see <a href="https://github.com/svg-net/SVG/issues/399">#399</a>)</li>
358362
<li>fixed default font size (caused text not to be displayed, see <a href="https://github.com/svg-net/SVG/issues/419">#419</a>)</li>
@@ -381,7 +385,7 @@ <h3 id="changes-4">Changes</h3>
381385
<li><code>ExCSS</code> lives now in the <code>Svg</code> namespace to avoid namespace collusions
382386
(see <a href="https://github.com/svg-net/SVG/issues/408">#408</a>)</li>
383387
</ul>
384-
<h3 id="fixes-13">Fixes</h3>
388+
<h3 id="fixes-14">Fixes</h3>
385389
<ul>
386390
<li>fixed handling of url IDs enclosed in apostrophes (see <a href="https://github.com/svg-net/SVG/issues/345">#345</a>)</li>
387391
<li>fixed calculation of percentage values (PR <a href="https://github.com/svg-net/SVG/pull/410">#410</a>)</li>
@@ -406,7 +410,7 @@ <h3 id="infrastructure-3">Infrastructure</h3>
406410
<li>added copy of license</li>
407411
<li>added automatic unit test execution after check-in in AppVeyor</li>
408412
</ul>
409-
<h3 id="fixes-14">Fixes</h3>
413+
<h3 id="fixes-15">Fixes</h3>
410414
<ul>
411415
<li>fixed display of rounded caps for dashed lines using dasharray (see <a href="https://github.com/svg-net/SVG/issues/191">#191</a>)</li>
412416
<li>fixed calculation of percentage units in 'y' (see <a href="https://github.com/svg-net/SVG/issues/329">#329</a>)</li>

0 commit comments

Comments
 (0)