Skip to content

Commit

Permalink
Merge pull request #1189 from microsoft/andrueastman/fixDotnetRelease
Browse files Browse the repository at this point in the history
Create release for dotnet serialization package
  • Loading branch information
andrueastman authored Feb 11, 2022
2 parents 2ca0167 + 51131ad commit 15906aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/microsoft/kiota</RepositoryUrl>
<Version>1.0.11</Version>
<Version>1.0.12</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Enable this line once we go live to prevent breaking changes -->
<!-- <PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion> -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.27" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.0.29" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
</ItemGroup>
</Project>

0 comments on commit 15906aa

Please sign in to comment.