Skip to content

Commit 59ef0ab

Browse files
Bump package versions (#868)
## Meziantou.AspNetCore.Components.LogViewer - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.AspNetCore.Components.WebAssembly - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.AspNetCore.Components - dbb1fe9: chore(deps): update all non-major dependencies (#867) - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.AspNetCore.ServiceDefaults - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Extensions.Logging.InMemory - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Extensions.Logging.Xunit.v3 - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Extensions.Logging.Xunit - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.CodeOwners - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.Diagnostics.ContextSnapshot - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.FullPath - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.HttpClientMock - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.HumanReadableSerializer - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.InlineSnapshotTesting - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.NuGetPackageValidation.Tool - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.RelativeDate - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.Templating.Html - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.TemporaryDirectory - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.Uri - fdba729: chore(deps): update all non-major dependencies (#863) ## Meziantou.Framework.WPF - fdba729: chore(deps): update all non-major dependencies (#863) Co-authored-by: meziantou <[email protected]>
1 parent dbb1fe9 commit 59ef0ab

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

src/Meziantou.AspNetCore.Components.LogViewer/Meziantou.AspNetCore.Components.LogViewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>$(LatestTargetFrameworks)</TargetFrameworks>
55
<RootNamespace>Meziantou.AspNetCore.Components</RootNamespace>
6-
<Version>1.0.9</Version>
6+
<Version>1.0.10</Version>
77
<IsTrimmable>false</IsTrimmable>
88
<Description>A log viewer component for Blazor</Description>
99

src/Meziantou.AspNetCore.Components.WebAssembly/Meziantou.AspNetCore.Components.WebAssembly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(LatestTargetFrameworks)</TargetFrameworks>
5-
<Version>1.0.10</Version>
5+
<Version>1.0.11</Version>
66
<IsTrimmable>true</IsTrimmable>
77
<Description>Services for Blazor WebAssembly</Description>
88

src/Meziantou.AspNetCore.Components/Meziantou.AspNetCore.Components.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0</TargetFrameworks>
55
<ValidateProjectTargets>false</ValidateProjectTargets>
66

7-
<Version>2.0.18</Version>
7+
<Version>2.0.19</Version>
88
<IsTrimmable>false</IsTrimmable>
99
<Description>Components and services for Blazor</Description>
1010

src/Meziantou.AspNetCore.ServiceDefaults/Meziantou.AspNetCore.ServiceDefaults.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(LatestTargetFramework)</TargetFrameworks>
5-
<Version>1.0.6</Version>
5+
<Version>1.0.7</Version>
66
<Description>Default configuration for meziantou applications</Description>
77
</PropertyGroup>
88
<ItemGroup>

src/Meziantou.Extensions.Logging.InMemory/Meziantou.Extensions.Logging.InMemory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<Description>An in-memory implementation of Microsoft.Extension.Logging.ILogger</Description>
88
<PackageTags>logger</PackageTags>
9-
<Version>1.3.1</Version>
9+
<Version>1.3.2</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

src/Meziantou.Extensions.Logging.Xunit.v3/Meziantou.Extensions.Logging.Xunit.v3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<Description>Microsoft.Extension.Logging.ILogger implementation for xunit.v3</Description>
88
<PackageTags>xunit, xunit.v3, logger</PackageTags>
9-
<Version>1.1.10</Version>
9+
<Version>1.1.11</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

src/Meziantou.Extensions.Logging.Xunit/Meziantou.Extensions.Logging.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<Description>Microsoft.Extension.Logging.ILogger implementation for xunit</Description>
88
<PackageTags>xunit, logger</PackageTags>
9-
<Version>1.0.15</Version>
9+
<Version>1.0.16</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

src/Meziantou.Framework.CodeOwners/Meziantou.Framework.CodeOwners.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>$(LatestTargetFrameworks);netstandard2.0</TargetFrameworks>
55
<Description>CODEOWNERS file parser</Description>
6-
<Version>3.0.7</Version>
6+
<Version>3.0.8</Version>
77
<IsTrimmable>true</IsTrimmable>
88
</PropertyGroup>
99

src/Meziantou.Framework.Diagnostics.ContextSnapshot/Meziantou.Framework.Diagnostics.ContextSnapshot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(LatestTargetFrameworks)</TargetFrameworks>
5-
<Version>1.0.9</Version>
5+
<Version>1.0.10</Version>
66
<Description>Create a snapshot of the current execution context to ease investigation</Description>
77
</PropertyGroup>
88

src/Meziantou.Framework.FullPath/Meziantou.Framework.FullPath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>$(LatestTargetFrameworks);net472</TargetFrameworks>
55
<IsTrimmable>false</IsTrimmable>
66
<RootNamespace>Meziantou.Framework</RootNamespace>
7-
<Version>1.0.23</Version>
7+
<Version>1.0.24</Version>
88
<Description>FullPath makes it easier to deal with paths</Description>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)