Skip to content

Commit 204c1f5

Browse files
committed
v9.0.2
1 parent de2f72c commit 204c1f5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "8.0.16",
6+
"version": "10.0.6",
77
"commands": [
88
"dotnet-ef"
99
],

Shuttle.Access.Application/Shuttle.Access.Application.csproj

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

3232
<PropertyGroup>
3333
<Description>Application concern implementations such as Shuttle.Mediator participants.</Description>
34-
<Version>9.0.1</Version>
34+
<Version>9.0.2</Version>
3535
<Authors>Eben Roux</Authors>
3636
<Company>Shuttle</Company>
3737
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access.AspNetCore/Shuttle.Access.AspNetCore.csproj

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

3434
<PropertyGroup>
3535
<Description>Authorization middleware for web API endpoints using Shuttle.Access.</Description>
36-
<Version>9.0.1</Version>
36+
<Version>9.0.2</Version>
3737
<Authors>Eben Roux</Authors>
3838
<Company>Shuttle</Company>
3939
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access.Messages/Shuttle.Access.Messages.csproj

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

2828
<PropertyGroup>
2929
<Description>Messages for use in Shuttle.Access implementations.</Description>
30-
<Version>9.0.1</Version>
30+
<Version>9.0.2</Version>
3131
<Authors>Eben Roux</Authors>
3232
<Company>Shuttle</Company>
3333
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access.RestClient/Shuttle.Access.RestClient.csproj

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

3434
<PropertyGroup>
3535
<Description>A client used to interact with the restful Shuttle.Access web API.</Description>
36-
<Version>9.0.1</Version>
36+
<Version>9.0.2</Version>
3737
<Authors>Eben Roux</Authors>
3838
<Company>Shuttle</Company>
3939
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access.SqlServer/Shuttle.Access.SqlServer.csproj

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

3232
<PropertyGroup>
3333
<Description>Provides a Sql Server implementation of the data access components used by Shuttle.Access.</Description>
34-
<Version>9.0.1</Version>
34+
<Version>9.0.2</Version>
3535
<Authors>Eben Roux</Authors>
3636
<Company>Shuttle</Company>
3737
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access.WebApi.Contracts/Shuttle.Access.WebApi.Contracts.csproj

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

99
<PropertyGroup>
1010
<Description>Shuttle.Access web API contracts.</Description>
11-
<Version>9.0.1</Version>
11+
<Version>9.0.2</Version>
1212
<Authors>Eben Roux</Authors>
1313
<Company>Shuttle</Company>
1414
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

Shuttle.Access/Shuttle.Access.csproj

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

3131
<PropertyGroup>
3232
<Description>An abstraction for simple identity and access control.</Description>
33-
<Version>9.0.1</Version>
33+
<Version>9.0.2</Version>
3434
<Authors>Eben Roux</Authors>
3535
<Company>Shuttle</Company>
3636
<Copyright>Copyright (c) 2025, Eben Roux</Copyright>

0 commit comments

Comments
 (0)