Skip to content

Commit 8050093

Browse files
committed
fixed wrong pr links.
1 parent f77808f commit 8050093

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASENOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
Nuget packages:
55
* https://www.nuget.org/packages/LinqToXsdCore/3.4.15
66
* https://www.nuget.org/packages/XObjectsCore/3.4.15
7-
* [#88](https://github.com/mamift/LinqToXsdCore/pull/88).
7+
* [#89](https://github.com/mamift/LinqToXsdCore/pull/89).
88
* Fixes a bug which threw an exception when accessing the property getter for an element or attribute whose type is an enum type where the enum value shares the same name with a C# keyword, and thus the string value (ToString) returns a word prefixed with the '@' symbol.
99
* Fixes an issue with publishing new [XObjectsCodeGen](https://www.nuget.org/packages/XObjectsCodeGen) nuget releases.
1010

1111
## Version 3.4.14
1212
Nuget packages:
1313
* https://www.nuget.org/packages/LinqToXsdCore/3.4.14
1414
* https://www.nuget.org/packages/XObjectsCore/3.4.14
15-
* [#87](https://github.com/mamift/LinqToXsdCore/pull/87).
15+
* [#88](https://github.com/mamift/LinqToXsdCore/pull/88).
1616
* Fixes a code generation bug which did not properly generate the return type on a property getter when an element was of an XML Schema simple type with enumerations (this bug affected XSD string types like xs:string and xs:NMTOKEN, but should fix it for all simple enum types). Affected code generation for XQueryX.xsd.
1717
* Also fixed another code gen bug: when referencing an enum for the internal static field holding a default value, the member reference code was uncompilable when the default value in the XSD started with a number.
1818

0 commit comments

Comments
 (0)