File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >SpeakeasySDK</PackageId >
6
- <Version >5.9.21 </Version >
6
+ <Version >5.9.22 </Version >
7
7
<Authors >Speakeasy</Authors >
8
8
<TargetFramework >net8.0</TargetFramework >
9
9
<Authors >Speakeasy</Authors >
14
14
<RepositoryType >git</RepositoryType >
15
15
</PropertyGroup >
16
16
17
+ <PropertyGroup >
18
+ <Nullable >enable</Nullable >
19
+ <NoWarn >1591</NoWarn >
20
+ </PropertyGroup >
21
+
17
22
<PropertyGroup >
18
23
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
24
<PackageReadmeFile >README.md</PackageReadmeFile >
31
36
<PropertyGroup >
32
37
<IncludeSymbols >true</IncludeSymbols >
33
38
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
34
- <Nullable >enable</Nullable >
35
- <NoWarn >1591</NoWarn >
39
+ <DebugType >portable</DebugType >
36
40
</PropertyGroup >
37
41
38
42
<PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
39
43
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
40
44
<PublishRepositoryUrl >true</PublishRepositoryUrl >
41
45
<EmbedUntrackedSources >true</EmbedUntrackedSources >
42
- <DebugType >embedded</DebugType >
43
46
</PropertyGroup >
44
47
45
48
<ItemGroup >
You can’t perform that action at this time.
0 commit comments