Skip to content

Commit

Permalink
Update to 6.0.7. (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: AraHaan <[email protected]>
  • Loading branch information
AraHaan authored Jul 18, 2022
1 parent 9f702d9 commit 2a79a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<KnownFrameworkReference Include="Serilog.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Serilog.App"
DefaultRuntimeFrameworkVersion="6.0.6"
LatestRuntimeFrameworkVersion="6.0.6"
DefaultRuntimeFrameworkVersion="6.0.7"
LatestRuntimeFrameworkVersion="6.0.7"
TargetingPackName="Serilog.App.Ref"
TargetingPackVersion="6.0.6"
TargetingPackVersion="6.0.7"
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.6</Version>
<Version>6.0.7</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>6</PatchVersion>
<PatchVersion>7</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!-- <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> -->
<!-- <DotNetFinalVersionKind Condition="$(GITHUB_REF.StartsWith('refs/tags/'))">release</DotNetFinalVersionKind> -->
Expand Down
2 changes: 1 addition & 1 deletion pkg/sfx/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="4.2.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.3.1" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
Expand Down

0 comments on commit 2a79a39

Please sign in to comment.