Skip to content

Commit a98580a

Browse files
authored
.Net: Updated package version (#12108)
1 parent 7013d5d commit a98580a

File tree

2 files changed

+6
-216
lines changed

2 files changed

+6
-216
lines changed

dotnet/nuget/nuget-package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Central version prefix - applies to all nuget packages. -->
4-
<VersionPrefix>1.50.0</VersionPrefix>
4+
<VersionPrefix>1.51.0</VersionPrefix>
55
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
66
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
77

88
<Configurations>Debug;Release;Publish</Configurations>
99
<IsPackable>true</IsPackable>
1010

1111
<!-- Package validation. Baseline Version should be the latest version available on NuGet. -->
12-
<PackageValidationBaselineVersion>1.49.0</PackageValidationBaselineVersion>
12+
<PackageValidationBaselineVersion>1.50.0</PackageValidationBaselineVersion>
1313
<!-- Validate assembly attributes only for Publish builds -->
1414
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
1515
<!-- Do not validate reference assemblies -->

dotnet/src/SemanticKernel.Abstractions/CompatibilitySuppressions.xml

Lines changed: 4 additions & 214 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4-
<Suppression>
5-
<DiagnosticId>CP0002</DiagnosticId>
6-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.#ctor</Target>
7-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
8-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
9-
<IsBaselineSuppression>true</IsBaselineSuppression>
10-
</Suppression>
11-
<Suppression>
12-
<DiagnosticId>CP0002</DiagnosticId>
13-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
14-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
15-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
16-
<IsBaselineSuppression>true</IsBaselineSuppression>
17-
</Suppression>
18-
<Suppression>
19-
<DiagnosticId>CP0002</DiagnosticId>
20-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.get_EndIndex</Target>
21-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
22-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
23-
<IsBaselineSuppression>true</IsBaselineSuppression>
24-
</Suppression>
25-
<Suppression>
26-
<DiagnosticId>CP0002</DiagnosticId>
27-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.get_StartIndex</Target>
28-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
29-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
30-
<IsBaselineSuppression>true</IsBaselineSuppression>
31-
</Suppression>
32-
<Suppression>
33-
<DiagnosticId>CP0002</DiagnosticId>
34-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.set_FileId(System.String)</Target>
35-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
36-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
37-
<IsBaselineSuppression>true</IsBaselineSuppression>
38-
</Suppression>
39-
<Suppression>
40-
<DiagnosticId>CP0002</DiagnosticId>
41-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.set_Quote(System.String)</Target>
42-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
43-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
44-
<IsBaselineSuppression>true</IsBaselineSuppression>
45-
</Suppression>
46-
<Suppression>
47-
<DiagnosticId>CP0002</DiagnosticId>
48-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.#ctor</Target>
49-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
50-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
51-
<IsBaselineSuppression>true</IsBaselineSuppression>
52-
</Suppression>
53-
<Suppression>
54-
<DiagnosticId>CP0002</DiagnosticId>
55-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
56-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
57-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
58-
<IsBaselineSuppression>true</IsBaselineSuppression>
59-
</Suppression>
60-
<Suppression>
61-
<DiagnosticId>CP0002</DiagnosticId>
62-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.get_EndIndex</Target>
63-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
64-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
65-
<IsBaselineSuppression>true</IsBaselineSuppression>
66-
</Suppression>
67-
<Suppression>
68-
<DiagnosticId>CP0002</DiagnosticId>
69-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.get_StartIndex</Target>
70-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
71-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
72-
<IsBaselineSuppression>true</IsBaselineSuppression>
73-
</Suppression>
744
<Suppression>
755
<DiagnosticId>CP0002</DiagnosticId>
766
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_FileId(System.String)</Target>
@@ -80,123 +10,18 @@
8010
</Suppression>
8111
<Suppression>
8212
<DiagnosticId>CP0002</DiagnosticId>
83-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_Quote(System.String)</Target>
84-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
85-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
86-
<IsBaselineSuppression>true</IsBaselineSuppression>
87-
</Suppression>
88-
<Suppression>
89-
<DiagnosticId>CP0002</DiagnosticId>
90-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.#ctor</Target>
91-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
92-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
93-
<IsBaselineSuppression>true</IsBaselineSuppression>
94-
</Suppression>
95-
<Suppression>
96-
<DiagnosticId>CP0002</DiagnosticId>
97-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
98-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
99-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
100-
<IsBaselineSuppression>true</IsBaselineSuppression>
101-
</Suppression>
102-
<Suppression>
103-
<DiagnosticId>CP0002</DiagnosticId>
104-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.set_FileId(System.String)</Target>
105-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
106-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
107-
<IsBaselineSuppression>true</IsBaselineSuppression>
108-
</Suppression>
109-
<Suppression>
110-
<DiagnosticId>CP0002</DiagnosticId>
111-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.#ctor</Target>
112-
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
113-
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
114-
<IsBaselineSuppression>true</IsBaselineSuppression>
115-
</Suppression>
116-
<Suppression>
117-
<DiagnosticId>CP0002</DiagnosticId>
118-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
13+
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_Kind(Microsoft.SemanticKernel.Agents.AnnotationKind)</Target>
11914
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
12015
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
12116
<IsBaselineSuppression>true</IsBaselineSuppression>
12217
</Suppression>
12318
<Suppression>
12419
<DiagnosticId>CP0002</DiagnosticId>
125-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.set_FileId(System.String)</Target>
20+
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_ReferenceId(System.String)</Target>
12621
<Left>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
12722
<Right>lib/net8.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
12823
<IsBaselineSuppression>true</IsBaselineSuppression>
12924
</Suppression>
130-
<Suppression>
131-
<DiagnosticId>CP0002</DiagnosticId>
132-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.#ctor</Target>
133-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
134-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
135-
<IsBaselineSuppression>true</IsBaselineSuppression>
136-
</Suppression>
137-
<Suppression>
138-
<DiagnosticId>CP0002</DiagnosticId>
139-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
140-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
141-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
142-
<IsBaselineSuppression>true</IsBaselineSuppression>
143-
</Suppression>
144-
<Suppression>
145-
<DiagnosticId>CP0002</DiagnosticId>
146-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.get_EndIndex</Target>
147-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
148-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
149-
<IsBaselineSuppression>true</IsBaselineSuppression>
150-
</Suppression>
151-
<Suppression>
152-
<DiagnosticId>CP0002</DiagnosticId>
153-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.get_StartIndex</Target>
154-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
155-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
156-
<IsBaselineSuppression>true</IsBaselineSuppression>
157-
</Suppression>
158-
<Suppression>
159-
<DiagnosticId>CP0002</DiagnosticId>
160-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.set_FileId(System.String)</Target>
161-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
162-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
163-
<IsBaselineSuppression>true</IsBaselineSuppression>
164-
</Suppression>
165-
<Suppression>
166-
<DiagnosticId>CP0002</DiagnosticId>
167-
<Target>M:Microsoft.SemanticKernel.Agents.AnnotationContent.set_Quote(System.String)</Target>
168-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
169-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
170-
<IsBaselineSuppression>true</IsBaselineSuppression>
171-
</Suppression>
172-
<Suppression>
173-
<DiagnosticId>CP0002</DiagnosticId>
174-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.#ctor</Target>
175-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
176-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
177-
<IsBaselineSuppression>true</IsBaselineSuppression>
178-
</Suppression>
179-
<Suppression>
180-
<DiagnosticId>CP0002</DiagnosticId>
181-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
182-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
183-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
184-
<IsBaselineSuppression>true</IsBaselineSuppression>
185-
</Suppression>
186-
<Suppression>
187-
<DiagnosticId>CP0002</DiagnosticId>
188-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.get_EndIndex</Target>
189-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
190-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
191-
<IsBaselineSuppression>true</IsBaselineSuppression>
192-
</Suppression>
193-
<Suppression>
194-
<DiagnosticId>CP0002</DiagnosticId>
195-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.get_StartIndex</Target>
196-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
197-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
198-
<IsBaselineSuppression>true</IsBaselineSuppression>
199-
</Suppression>
20025
<Suppression>
20126
<DiagnosticId>CP0002</DiagnosticId>
20227
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_FileId(System.String)</Target>
@@ -206,49 +31,14 @@
20631
</Suppression>
20732
<Suppression>
20833
<DiagnosticId>CP0002</DiagnosticId>
209-
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_Quote(System.String)</Target>
210-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
211-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
212-
<IsBaselineSuppression>true</IsBaselineSuppression>
213-
</Suppression>
214-
<Suppression>
215-
<DiagnosticId>CP0002</DiagnosticId>
216-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.#ctor</Target>
217-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
218-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
219-
<IsBaselineSuppression>true</IsBaselineSuppression>
220-
</Suppression>
221-
<Suppression>
222-
<DiagnosticId>CP0002</DiagnosticId>
223-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
224-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
225-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
226-
<IsBaselineSuppression>true</IsBaselineSuppression>
227-
</Suppression>
228-
<Suppression>
229-
<DiagnosticId>CP0002</DiagnosticId>
230-
<Target>M:Microsoft.SemanticKernel.FileReferenceContent.set_FileId(System.String)</Target>
231-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
232-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
233-
<IsBaselineSuppression>true</IsBaselineSuppression>
234-
</Suppression>
235-
<Suppression>
236-
<DiagnosticId>CP0002</DiagnosticId>
237-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.#ctor</Target>
238-
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
239-
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
240-
<IsBaselineSuppression>true</IsBaselineSuppression>
241-
</Suppression>
242-
<Suppression>
243-
<DiagnosticId>CP0002</DiagnosticId>
244-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.#ctor(System.String,System.String,System.Object,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})</Target>
34+
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_Kind(Microsoft.SemanticKernel.Agents.AnnotationKind)</Target>
24535
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
24636
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
24737
<IsBaselineSuppression>true</IsBaselineSuppression>
24838
</Suppression>
24939
<Suppression>
25040
<DiagnosticId>CP0002</DiagnosticId>
251-
<Target>M:Microsoft.SemanticKernel.StreamingFileReferenceContent.set_FileId(System.String)</Target>
41+
<Target>M:Microsoft.SemanticKernel.Agents.StreamingAnnotationContent.set_ReferenceId(System.String)</Target>
25242
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Left>
25343
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Abstractions.dll</Right>
25444
<IsBaselineSuppression>true</IsBaselineSuppression>

0 commit comments

Comments
 (0)