Skip to content

Commit

Permalink
Update to 6.0.8. (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: AraHaan <[email protected]>
  • Loading branch information
AraHaan authored Sep 5, 2022
1 parent 1a854f4 commit da243d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<KnownFrameworkReference Include="Serilog.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Serilog.App"
DefaultRuntimeFrameworkVersion="6.0.7"
LatestRuntimeFrameworkVersion="6.0.7"
DefaultRuntimeFrameworkVersion="6.0.8"
LatestRuntimeFrameworkVersion="6.0.8"
TargetingPackName="Serilog.App.Ref"
TargetingPackVersion="6.0.7"
TargetingPackVersion="6.0.8"
RuntimePackNamePatterns="Serilog.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="win-x86;win-x64;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64"
IsTrimmable="true" />
<!-- .NET 7. -->
<KnownFrameworkReference Include="Serilog.App"
TargetFramework="net7.0"
RuntimeFrameworkName="Serilog.App"
DefaultRuntimeFrameworkVersion="6.0.7"
LatestRuntimeFrameworkVersion="6.0.7"
DefaultRuntimeFrameworkVersion="6.0.8"
LatestRuntimeFrameworkVersion="6.0.8"
TargetingPackName="Serilog.App.Ref"
TargetingPackVersion="6.0.7"
TargetingPackVersion="6.0.8"
RuntimePackNamePatterns="Serilog.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="win-x86;win-x64;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64"
IsTrimmable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Serilog.Sdk/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>6.0.7</Version>
<Version>6.0.8</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageTags>Serilog</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- This repo version -->
<MajorVersion>6</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>7</PatchVersion>
<PatchVersion>8</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!-- <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> -->
<!-- <DotNetFinalVersionKind Condition="$(GITHUB_REF.StartsWith('refs/tags/'))">release</DotNetFinalVersionKind> -->
Expand Down

0 comments on commit da243d9

Please sign in to comment.