Skip to content

Commit 7d71398

Browse files
committed
Update to v10.0.0
1 parent 7a028f7 commit 7d71398

File tree

5 files changed

+91
-46
lines changed

5 files changed

+91
-46
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageVersion Include="Ardalis.ApiEndpoints" Version="4.1.0" />
77
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
88
<PackageVersion Include="FluentAssertions" Version="6.10.0" />
9-
<PackageVersion Include="FluentValidation" Version="11.5.1" />
9+
<PackageVersion Include="FluentValidation" Version="11.9.2" />
1010
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
1111
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
1212
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.3" />

src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,28 @@
77
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
88
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
99
<PackageReleaseNotes>
10-
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
11-
* ✨ 176 result status helpers by @danielmackay in #184
12-
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
13-
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
10+
## What's Changed
11+
* Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190
12+
* Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192
13+
* Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202
14+
* Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194
15+
* Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198
16+
* Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200
17+
* Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201
18+
* Add support for ToMinimalApiResult in net6
19+
20+
## New Contributors
21+
* @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190
22+
* @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192
23+
* @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194
24+
* @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198
25+
* @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200
26+
* @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201
27+
28+
**Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0
1429
</PackageReleaseNotes>
1530
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
16-
<Version>9.1.0</Version>
31+
<Version>10.0.0</Version>
1732
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
1833
</PropertyGroup>
1934

src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,28 @@
77
<Summary>A simple package to implement FluentValidation with the Ardalis.Result package.</Summary>
88
<PackageTags>result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation</PackageTags>
99
<PackageReleaseNotes>
10-
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
11-
* ✨ 176 result status helpers by @danielmackay in #184
12-
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
13-
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
10+
## What's Changed
11+
* Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190
12+
* Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192
13+
* Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202
14+
* Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194
15+
* Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198
16+
* Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200
17+
* Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201
18+
* Add support for ToMinimalApiResult in net6
19+
20+
## New Contributors
21+
* @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190
22+
* @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192
23+
* @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194
24+
* @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198
25+
* @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200
26+
* @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201
27+
28+
**Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0
1429
</PackageReleaseNotes>
1530
<AssemblyName>Ardalis.Result.FluentValidation</AssemblyName>
16-
<Version>9.1.0</Version>
31+
<Version>10.0.0</Version>
1732
</PropertyGroup>
1833

1934
<ItemGroup>
Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<PackageId>Ardalis.Result</PackageId>
5-
<Title>Ardalis.Result</Title>
6-
<Description>A simple package to implement the Result pattern for returning from services.</Description>
7-
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
8-
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9-
<PackageReleaseNotes>
10-
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
11-
* ✨ 176 result status helpers by @danielmackay in #184
12-
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
13-
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
14-
</PackageReleaseNotes>
15-
<AssemblyName>Ardalis.Result</AssemblyName>
16-
<Version>9.1.0</Version>
17-
</PropertyGroup>
18-
<ItemGroup>
19-
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
20-
</ItemGroup>
21-
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
22-
<PackageReference Include="System.Text.Json" />
23-
</ItemGroup>
3+
<PropertyGroup>
4+
<PackageId>Ardalis.Result</PackageId>
5+
<Title>Ardalis.Result</Title>
6+
<Description>A simple package to implement the Result pattern for returning from services.</Description>
7+
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
8+
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9+
<PackageReleaseNotes>
10+
## What's Changed
11+
* Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190
12+
* Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192
13+
* Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202
14+
* Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194
15+
* Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198
16+
* Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200
17+
* Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201
18+
* Add support for ToMinimalApiResult in net6
19+
20+
## New Contributors
21+
* @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190
22+
* @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192
23+
* @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194
24+
* @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198
25+
* @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200
26+
* @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201
27+
28+
**Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0
29+
</PackageReleaseNotes>
30+
<AssemblyName>Ardalis.Result</AssemblyName>
31+
<Version>10.0.0</Version>
32+
</PropertyGroup>
33+
<ItemGroup>
34+
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
35+
</ItemGroup>
36+
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
37+
<PackageReference Include="System.Text.Json" />
38+
</ItemGroup>
2439
</Project>

src/Directory.Build.props

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<Project>
2-
<PropertyGroup>
3-
<NetCoreFrameworks>net6.0;net7.0;net8.0</NetCoreFrameworks>
4-
<TargetFrameworks>netstandard2.0;$(NetCoreFrameworks)</TargetFrameworks>
5-
<LangVersion>latest</LangVersion>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<Authors>Steve Smith (@ardalis); Shady Nagy (@ShadyNagy)</Authors>
8-
<Company>Ardalis.com</Company>
9-
<PackageProjectUrl>https://github.com/ardalis/result</PackageProjectUrl>
10-
<RepositoryUrl>https://github.com/ardalis/result</RepositoryUrl>
11-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12-
<PackageIcon>icon.png</PackageIcon>
13-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15-
</PropertyGroup>
2+
<PropertyGroup>
3+
<NetCoreFrameworks>net6.0;net7.0;net8.0</NetCoreFrameworks>
4+
<TargetFrameworks>netstandard2.0;$(NetCoreFrameworks)</TargetFrameworks>
5+
<LangVersion>latest</LangVersion>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7+
<Authors>Steve Smith (@ardalis); Shady Nagy (@ShadyNagy)</Authors>
8+
<Company>Ardalis.com</Company>
9+
<PackageProjectUrl>https://github.com/ardalis/result</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/ardalis/result</RepositoryUrl>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageIcon>icon.png</PackageIcon>
13+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
15+
</PropertyGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)