Skip to content

Commit d44a950

Browse files
authored
Merge pull request #245 from serilog-contrib/dev
5.0.1 Release
2 parents e14ab27 + d920ae6 commit d44a950

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>5.0.0</VersionPrefix>
3+
<VersionPrefix>5.0.1</VersionPrefix>
44
</PropertyGroup>
55
</Project>

src/Serilog.Sinks.ApplicationInsights/Serilog.Sinks.ApplicationInsights.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Serilog" Version="4.3.0" />
27-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
26+
<PackageReference Include="Serilog" Version="4.3.1" />
27+
<PackageReference Include="Microsoft.ApplicationInsights" Version="[2.23.0,3.0.0)" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath=""/>
31+
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" />
3232
<None Include="..\..\README.md" Pack="true" Visible="false" PackagePath="/" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)