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 33 <PropertyGroup >
44 <IsPackable >true</IsPackable >
55 <PackageId >SpeakeasySDK</PackageId >
6- <Version >5.9.21 </Version >
6+ <Version >5.9.22 </Version >
77 <Authors >Speakeasy</Authors >
88 <TargetFramework >net8.0</TargetFramework >
99 <Authors >Speakeasy</Authors >
1414 <RepositoryType >git</RepositoryType >
1515 </PropertyGroup >
1616
17+ <PropertyGroup >
18+ <Nullable >enable</Nullable >
19+ <NoWarn >1591</NoWarn >
20+ </PropertyGroup >
21+
1722 <PropertyGroup >
1823 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1924 <PackageReadmeFile >README.md</PackageReadmeFile >
3136 <PropertyGroup >
3237 <IncludeSymbols >true</IncludeSymbols >
3338 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
34- <Nullable >enable</Nullable >
35- <NoWarn >1591</NoWarn >
39+ <DebugType >portable</DebugType >
3640 </PropertyGroup >
3741
3842 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
3943 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
4044 <PublishRepositoryUrl >true</PublishRepositoryUrl >
4145 <EmbedUntrackedSources >true</EmbedUntrackedSources >
42- <DebugType >embedded</DebugType >
4346 </PropertyGroup >
4447
4548 <ItemGroup >
You can’t perform that action at this time.
0 commit comments