Skip to content

Commit

Permalink
feat: Update to 14.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 28, 2024
1 parent 33edbf4 commit 27c5743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup Label="Nuget">
<BUILD_NUMBER Condition="'$(BUILD_NUMBER)' == ''">1</BUILD_NUMBER>
<Version>14.0.7.$(BUILD_NUMBER)</Version>
<Version>14.1.0.$(BUILD_NUMBER)</Version>
<PackageReleaseNotes>$(PACKAGE_RELEASE_NOTES)</PackageReleaseNotes>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup Label="Source Link">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions src/libs/H.NSwag.Generator/H.NSwag.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.0.7" PrivateAssets="all" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.0.7" PrivateAssets="all" />
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="11.0.0" PrivateAssets="all" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="14.1.0" PrivateAssets="all" />
<PackageReference Include="NSwag.Core.Yaml" Version="14.1.0" PrivateAssets="all" />
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="11.0.2" PrivateAssets="all" />

<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(AssemblyName).props" Pack="true" PackagePath="build" />
Expand Down

0 comments on commit 27c5743

Please sign in to comment.