Skip to content

Commit a2e3ddd

Browse files
authored
Merge pull request #16 from jjm-one/develop
Develop
2 parents 14a019a + 62dcc5c commit a2e3ddd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = jjm.one.Microsoft.Extensions.Logging.Helpers
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.2.0
51+
PROJECT_NUMBER = 1.2.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

src/jjm.one.Microsoft.Extensions.Logging.Helpers.Tests/jjm.one.Microsoft.Extensions.Logging.Helpers.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.2.0</Version>
7+
<Version>1.2.1</Version>
88
<Authors>Jonas Merkle [JJM]</Authors>
99
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
1010
<RootNamespace>jjm.one.Microsoft.Extensions.Logging.Helpers.Tests</RootNamespace>
@@ -30,8 +30,8 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
34-
<PackageReference Include="Moq" Version="4.18.4" />
33+
<PackageReference Include="Moq" Version="4.20.69" />
34+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
3535
<PackageReference Include="xunit" Version="2.5.0" />
3636
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/jjm.one.Microsoft.Extensions.Logging.Helpers/jjm.one.Microsoft.Extensions.Logging.Helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;netstandard2.1;net6;net7.0</TargetFrameworks>
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.2.0</Version>
7+
<Version>1.2.1</Version>
88
<Authors>Jonas Merkle [JJM]</Authors>
99
<Copyright>© by Jonas Merkle [JJM], 2023.</Copyright>
1010
<PackageId>jjm.one.Microsoft.Extensions.Logging.Helpers</PackageId>

0 commit comments

Comments
 (0)