Skip to content

Commit b407738

Browse files
committed
0.4.0 (#pragma warning disable CS1591)
1 parent d367105 commit b407738

15 files changed

+36
-5
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<Version>0.4.0-preview-01</Version>
7+
<Version>0.4.0</Version>
88
<Authors>Stef Heyenrath</Authors>
9-
<LangVersion>11</LangVersion>
9+
<LangVersion>latest</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Description>Use the AnyOf&lt;TFirst, TSecond, ...&gt; type to handle multiple defined types as input parameters for methods.</Description>
1212
<PackageTags>AnyOf;types</PackageTags>

Generate-ReleaseNotes.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=0.3.0
3+
SET version=0.4.0
44

55
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%
66

PackageReleaseNotes.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 0.3.0 (21 January 2022)
2-
- #15 AnyOf.*.Json: Add support for CaseIgnore for property match [enhancement]
1+
# 0.4.0 (19 July 2024)
2+
- #16 [Snyk] Security upgrade Newtonsoft.Json from 9.0.1 to 13.0.1
3+
- #18 Add IEquatable [enhancement]
4+
- #21 Disable CS1591 warnings for all generated files [enhancement]
5+
- #17 Issues with matching types on nested objects [bug]
36

47
The full release notes can be found here: https://github.com/StefH/AnyOf/blob/main/ReleaseNotes.md

ReleaseNotes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.0 (19 July 2024)
2+
- [#16](https://github.com/StefH/AnyOf/pull/16) - [Snyk] Security upgrade Newtonsoft.Json from 9.0.1 to 13.0.1 contributed by [snyk-bot](https://github.com/snyk-bot)
3+
- [#18](https://github.com/StefH/AnyOf/pull/18) - Add IEquatable [enhancement] contributed by [StefH](https://github.com/StefH)
4+
- [#21](https://github.com/StefH/AnyOf/pull/21) - Disable CS1591 warnings for all generated files [enhancement] contributed by [mthierba](https://github.com/mthierba)
5+
- [#17](https://github.com/StefH/AnyOf/issues/17) - Issues with matching types on nested objects [bug]
6+
17
# 0.3.0 (21 January 2022)
28
- [#15](https://github.com/StefH/AnyOf/pull/15) - AnyOf.*.Json: Add support for CaseIgnore for property match [enhancement] contributed by [StefH](https://github.com/StefH)
39

src/AnyOf/AnyOfTypes.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
namespace AnyOfTypes
1113
{
1214
public enum AnyOfType

src/AnyOf/AnyOf_10.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_2.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_3.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_4.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_5.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_6.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_7.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_8.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/AnyOf_9.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System;
1113
using System.Diagnostics;
1214
using System.Collections.Generic;

src/AnyOf/HashCodeCalculator.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// </auto-generated>
88
//------------------------------------------------------------------------------
99

10+
#pragma warning disable CS1591
11+
1012
using System.Collections.Generic;
1113
using System.Linq;
1214

0 commit comments

Comments
 (0)