Skip to content

Commit

Permalink
Merge pull request #28 from SimCubeLtd/net-70-release
Browse files Browse the repository at this point in the history
Net 7.0 Release
  • Loading branch information
prom3theu5 authored Nov 7, 2022
2 parents 2597bed + 841d05d commit e83de63
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup Label="Analyzers">
<PackageReference Include="Bogus" Version="34.0.2" />
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1">
<PackageReference Include="Roslynator.Analyzers" Version="4.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions src/SimCube.Spartan/SimCube.Spartan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<DocumentationFile>$(AssemblyName).xml</DocumentationFile>
<PackageVersion>1.0.0-preview.0.4</PackageVersion>
<PackageVersion>7.0.0</PackageVersion>
<Title>SimCube.Spartan</Title>
<Authors>SimCube Ltd / David Sekula / Prom3theu5</Authors>
<Description>Testable Minimal Apis, With Mediatr and FluentValidation</Description>
Expand All @@ -12,21 +12,21 @@
<RepositoryUrl>https://github.com/SimCubeLtd/SimCube.Spartan.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>minimal apis, net7, spartan, dotnet, mediatr, fluentvalidation</PackageTags>
<PackageReleaseNotes>Preview version, using preview Net7 features, AsParameters, targeting .net 7 preview 7.</PackageReleaseNotes>
<PackageReleaseNotes>Now using stable release of .net 7.0.0 - Adopting version of .net as baseline, and will version accordingly (if possible) with .net releases.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Label="Package References">
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.2.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0-rc.2.22472.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
</ItemGroup>

<ItemGroup Label="Framework References">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup Label="Analyzers">
<PackageReference Include="Roslynator.Analyzers" Version="4.1.1">
<PackageReference Include="Roslynator.Analyzers" Version="4.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
18
]
}
Expand All @@ -25,7 +23,7 @@
Method: {
Method: DELETE
},
RequestUri: 'http://localhost/example/Prometheus/17',
RequestUri: http://localhost/example/Prometheus/17,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
18
]
}
Expand All @@ -25,7 +23,7 @@
Method: {
Method: DELETE
},
RequestUri: 'http://localhost/example/Prometheus/21',
RequestUri: http://localhost/example/Prometheus/21,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/problem+json
]
}
Expand All @@ -19,7 +18,7 @@
Method: {
Method: DELETE
},
RequestUri: 'http://localhost/example/Yoda/17',
RequestUri: http://localhost/example/Yoda/17,
Headers: []
},
IsSuccessStatusCode: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/json; charset=utf-8
]
}
Expand All @@ -19,7 +18,7 @@
Method: {
Method: DELETE
},
RequestUri: 'http://localhost/example/Yoda/21',
RequestUri: http://localhost/example/Yoda/21,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Method: {
Method: GET
},
RequestUri: 'http://localhost/example-cached/Yoda/17'
RequestUri: http://localhost/example-cached/Yoda/17
},
IsSuccessStatusCode: true
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Method: {
Method: GET
},
RequestUri: 'http://localhost/example-cached/Yoda/21'
RequestUri: http://localhost/example-cached/Yoda/21
},
IsSuccessStatusCode: true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/problem+json
]
}
Expand All @@ -19,7 +18,7 @@
Method: {
Method: GET
},
RequestUri: 'http://localhost/example/Yoda/17',
RequestUri: http://localhost/example/Yoda/17,
Headers: []
},
IsSuccessStatusCode: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/json; charset=utf-8
]
}
Expand All @@ -19,7 +18,7 @@
Method: {
Method: GET
},
RequestUri: 'http://localhost/example/Yoda/21',
RequestUri: http://localhost/example/Yoda/21,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/problem+json
]
}
Expand All @@ -19,14 +18,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
0
]
}
Expand All @@ -35,7 +32,7 @@
Method: {
Method: PATCH
},
RequestUri: 'http://localhost/example/Yoda/17',
RequestUri: http://localhost/example/Yoda/17,
Headers: []
},
IsSuccessStatusCode: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/json; charset=utf-8
]
}
Expand All @@ -19,14 +18,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
0
]
}
Expand All @@ -35,7 +32,7 @@
Method: {
Method: PATCH
},
RequestUri: 'http://localhost/example/Yoda/21',
RequestUri: http://localhost/example/Yoda/21,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/problem+json
]
}
Expand All @@ -19,14 +18,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
0
]
}
Expand All @@ -35,7 +32,7 @@
Method: {
Method: POST
},
RequestUri: 'http://localhost/example/Yoda/17',
RequestUri: http://localhost/example/Yoda/17,
Headers: []
},
IsSuccessStatusCode: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/json; charset=utf-8
]
}
Expand All @@ -19,14 +18,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
0
]
}
Expand All @@ -35,7 +32,7 @@
Method: {
Method: POST
},
RequestUri: 'http://localhost/example/Yoda/21',
RequestUri: http://localhost/example/Yoda/21,
Headers: []
},
IsSuccessStatusCode: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
application/problem+json
]
}
Expand All @@ -19,14 +18,12 @@
Content: {
Headers: [
{
Key: Content-Type,
Value: [
Content-Type: [
text/plain; charset=utf-8
]
},
{
Key: Content-Length,
Value: [
Content-Length: [
0
]
}
Expand All @@ -35,7 +32,7 @@
Method: {
Method: PUT
},
RequestUri: 'http://localhost/example/Yoda/17',
RequestUri: http://localhost/example/Yoda/17,
Headers: []
},
IsSuccessStatusCode: false
Expand Down
Loading

0 comments on commit e83de63

Please sign in to comment.