-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6111 from microsoft/release/v1.23.0
- bumps version for release of 1.23.0
- Loading branch information
Showing
2 changed files
with
70 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<LangVersion>Latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<TargetFrameworks>net8.0;net9.0;</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> | ||
<PackageProjectUrl>https://github.com/microsoft/kiota</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Authors>Microsoft</Authors> | ||
<Company>Microsoft</Company> | ||
<Title>Microsoft.OpenApi.Kiota.Builder</Title> | ||
<PackageId>Microsoft.OpenApi.Kiota.Builder</PackageId> | ||
<PackageOutputPath>./nupkg</PackageOutputPath> | ||
<VersionPrefix>1.23.0</VersionPrefix> | ||
<VersionSuffix>$(VersionSuffix)</VersionSuffix> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<LangVersion>Latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<TargetFrameworks>net8.0;net9.0;</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl> | ||
<PackageProjectUrl>https://github.com/microsoft/kiota</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<Authors>Microsoft</Authors> | ||
<Company>Microsoft</Company> | ||
<Title>Microsoft.OpenApi.Kiota.Builder</Title> | ||
<PackageId>Microsoft.OpenApi.Kiota.Builder</PackageId> | ||
<PackageOutputPath>./nupkg</PackageOutputPath> | ||
<VersionPrefix>1.23.0</VersionPrefix> | ||
<VersionSuffix>$(VersionSuffix)</VersionSuffix> | ||
<PackageReleaseNotes> | ||
https://github.com/microsoft/kiota/releases | ||
</PackageReleaseNotes> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl> | ||
<Description>The core engine behind the OpenAPI based client generator.</Description> | ||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright> | ||
<PackageTags>OpenAPI .NET CSharp TypeScript Java Go PHP Python REST API</PackageTags> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile> | ||
<IsTrimmable>true</IsTrimmable> | ||
<AnalysisMode>All</AnalysisMode> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- the source generators emit warnings --> | ||
<NoWarn>$(NoWarn);CS8785;NU5048;NU5104;CA1724;CA1055;CA1848;CA1308;CA1822</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AsyncKeyedLock" Version="7.1.4" /> | ||
<PackageReference Include="DotNet.Glob" Version="3.1.3" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" /> | ||
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.kiota.Serialization.Multipart" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" /> | ||
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.6-preview" /> | ||
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" /> | ||
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-rc3" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="YamlDotNet" Version="16.3.0" /> | ||
<ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="*.g.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="../../README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
</Project> | ||
</PackageReleaseNotes> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl> | ||
<Description>The core engine behind the OpenAPI based client generator.</Description> | ||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright> | ||
<PackageTags>OpenAPI .NET CSharp TypeScript Java Go PHP Python REST API</PackageTags> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile> | ||
<IsTrimmable>true</IsTrimmable> | ||
<AnalysisMode>All</AnalysisMode> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- the source generators emit warnings --> | ||
<NoWarn>$(NoWarn);CS8785;NU5048;NU5104;CA1724;CA1055;CA1848;CA1308;CA1822</NoWarn> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AsyncKeyedLock" Version="7.1.4" /> | ||
<PackageReference Include="DotNet.Glob" Version="3.1.3" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" /> | ||
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.kiota.Serialization.Multipart" Version="1.17.0" /> | ||
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" /> | ||
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.6-preview" /> | ||
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" /> | ||
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-rc3" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="YamlDotNet" Version="16.3.0" /> | ||
<ProjectReference Include="..\Kiota.Generated\KiotaGenerated.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="*.g.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="../../README.md" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
</Project> |