Skip to content

Commit 82e181f

Browse files
committed
chore: NuGet packages bumped
1 parent 4698968 commit 82e181f

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/CodeCapital.AspNetCore.Extensions.Configuration.Json/CodeCapital.AspNetCore.Extensions.Configuration.Json.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
4-
<Version>10.0.0</Version>
4+
<Version>10.0.0.1</Version>
55
<PackageVersion>$(Version)</PackageVersion>
66
<Nullable>enable</Nullable>
77
<Description>This library adds an extension AddRemoteJsonFile() for configuration from remote url</Description>
@@ -17,11 +17,11 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0-rc.1.25451.107" />
21-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0-rc.1.25451.107" />
22-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.1.25451.107" />
23-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0-rc.1.25451.107" />
24-
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="10.0.0-rc.1.25451.107" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="10.0.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/CodeCapital.AspNetCore.Mvc.Renderer/CodeCapital.AspNetCore.Mvc.Renderer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
4-
<Version>10.0.0</Version>
4+
<Version>10.0.0.1</Version>
55
<PackageVersion>$(Version)</PackageVersion>
66
<Authors>Vaclav Elias</Authors>
77
<Description>This library adds RazorViewRenderer, View to string.</Description>

src/CodeCapital.AspNetCore.Mvc.TagHelpers/CodeCapital.AspNetCore.Mvc.TagHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
4-
<Version>10.0.0</Version>
4+
<Version>10.0.0.1</Version>
55
<PackageVersion>$(Version)</PackageVersion>
66
<Nullable>enable</Nullable>
77
<Description>This library adds a few helpful tag helpers: asp-if, asp-class-*, asp-is-authorised. Note that you use word negate instead depricated asp-else. Also you use asp-if tag element instead asp-if-inner which was depricated.</Description>

src/CodeCapital.AspNetCore.RazorLibrary/CodeCapital.AspNetCore.RazorLibrary.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<Version>10.0.0</Version>
5+
<Version>10.0.0.1</Version>
66
<PackageVersion>$(Version)</PackageVersion>
77
<Nullable>enable</Nullable>
88
<Description>This library adds a few helpful components: If, ProgressBar, GenericTable</Description>
@@ -37,8 +37,8 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="10.0.0-rc.1.25451.107" />
41-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0-rc.1.25451.107" />
40+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="10.0.0" />
41+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0" />
4242
</ItemGroup>
4343

4444
<ItemGroup>

src/CodeCapital.Services/CodeCapital.Services.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
4-
<Version>10.0.0</Version>
4+
<Version>10.0.0.1</Version>
55
<PackageVersion>$(Version)</PackageVersion>
66
<Authors>Vaclav Elias</Authors>
77
<Description>This library adds a few useful services for ASP.NET Core applications; MailGun, Rss, ReCaptcha, SiteMap..</Description>
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0-rc.1.25451.107" />
21-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0-rc.1.25451.107" />
20+
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

src/CodeCapital.System.Text.Json/CodeCapital.System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
4-
<Version>10.0.0</Version>
4+
<Version>10.0.0.1</Version>
55
<PackageVersion>$(Version)</PackageVersion>
66
<Authors>Vaclav Elias</Authors>
77
<Description>JsonFlattener is a C# library that provides an easy way to flatten JSON objects or arrays into a flat list of key-value pairs. It supports various options, such as custom key delimiters, max depth, and removing indentation from nested objects. This library is built on top of System.Text.Json and is compatible with .NET Core.</Description>

test/System.Text.Json.Benchmark/System.Text.Json.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="BenchmarkDotNet" Version="0.15.4" />
11+
<PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

test/System.Text.Json.Tests/System.Text.Json.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)