Skip to content

Commit 3c37714

Browse files
Merge pull request #101 from akkadotnet/dev
v1.4.3 Release
2 parents 3fb1513 + c8a7b5c commit 3c37714

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#### 1.4.1 March 10 2020 ####
2-
* Updated Serilog to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
1+
#### 1.4.3 March 27 2020 ####
2+
* Updated Akka.Logger.Serilog to [Akka.NET v1.4.3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)

src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
1111
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1212
<PackageReference Include="Akka.TestKit.Xunit2" Version="$(AkkaVersion)" />
13-
<PackageReference Include="FluentAssertions" Version="5.10.2" />
13+
<PackageReference Include="FluentAssertions" Version="5.10.3" />
1414
<PackageReference Include="Serilog.Sinks.ColoredConsole" Version="3.0.1" />
1515
</ItemGroup>
1616

src/common.props

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<Project>
2-
<PropertyGroup>
3-
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
4-
<Copyright>Copyright © 2013-2018 Akka.NET Team</Copyright>
5-
<Authors>Akka.NET Team</Authors>
6-
<PackageReleaseNotes>Updated Serilog to [Akka.NET v1.4.1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
7-
<VersionPrefix>1.4.1</VersionPrefix>
8-
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
9-
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/akkadotnet/Akka.Logger.Serilog/blob/master/LICENSE</PackageLicenseUrl>
11-
<NoWarn>$(NoWarn);CS1591</NoWarn>
12-
</PropertyGroup>
13-
<PropertyGroup>
14-
<XunitVersion>2.4.1</XunitVersion>
15-
<TestSdkVersion>16.5.0</TestSdkVersion>
16-
<NBenchVersion>2.0.1</NBenchVersion>
17-
<AkkaVersion>1.4.1</AkkaVersion>
18-
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
19-
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
20-
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
21-
</PropertyGroup>
22-
<PropertyGroup>
23-
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
24-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25-
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
26-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
27-
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
28-
<IncludeSymbols>true</IncludeSymbols>
29-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30-
</PropertyGroup>
31-
<ItemGroup>
32-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
33-
</ItemGroup>
1+
<Project>
2+
<PropertyGroup>
3+
<PackageTags>akka;actors;actor model;Akka;concurrency;serilog</PackageTags>
4+
<Copyright>Copyright © 2013-2020 Akka.NET Team</Copyright>
5+
<Authors>Akka.NET Team</Authors>
6+
<PackageReleaseNotes>Updated Akka.Logger.Serilog to [Akka.NET v1.4.3](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)</PackageReleaseNotes>
7+
<VersionPrefix>1.4.3</VersionPrefix>
8+
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
9+
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Logger.Serilog</PackageProjectUrl>
10+
<PackageLicenseUrl>https://github.com/akkadotnet/Akka.Logger.Serilog/blob/master/LICENSE</PackageLicenseUrl>
11+
<NoWarn>$(NoWarn);CS1591</NoWarn>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<XunitVersion>2.4.1</XunitVersion>
15+
<TestSdkVersion>16.5.0</TestSdkVersion>
16+
<NBenchVersion>2.0.1</NBenchVersion>
17+
<AkkaVersion>1.4.3</AkkaVersion>
18+
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
19+
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
20+
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
21+
</PropertyGroup>
22+
<PropertyGroup>
23+
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
25+
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
26+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
27+
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
28+
<IncludeSymbols>true</IncludeSymbols>
29+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30+
</PropertyGroup>
31+
<ItemGroup>
32+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
33+
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)