File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ var app = builder.Build();
37
37
app .UseSwagger ();
38
38
app .UseSwaggerUI ();
39
39
40
- app .UseSimplifyWebWithoutRegistrations ();
40
+ app .UseSimplifyWeb ();
41
41
42
- app .Run ();
42
+ await app .RunAsync ();
43
43
```
44
44
45
45
4 . Add controller Swagger attributes (if needed)
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.0.0] - Unreleased
3
+ ## [ 1.0.0] - 2024-06-05
4
4
5
5
### Dependencies
6
6
Original file line number Diff line number Diff line change 9
9
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
11
12
- <Version >1.0-pre01 </Version >
12
+ <Version >1.0</Version >
13
13
14
14
<Description >Swagger extensions for Simplify.Web web-framework</Description >
15
15
<Product >Simplify</Product >
26
26
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
27
27
<PackageReference Include =" Asp.Versioning.Mvc" Version =" 6.4.1" />
28
28
</ItemGroup >
29
- <ItemGroup
30
- Condition=" '$(TargetFramework)' == 'netstandard2.0' " >
29
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
31
30
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning" Version =" 4.1.0" />
32
31
</ItemGroup >
33
32
<ItemGroup >
34
33
35
- <PackageReference Include =" Simplify.Web" Version =" 5.0-pre01 " />
34
+ <PackageReference Include =" Simplify.Web" Version =" 5.0" />
36
35
<PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.6.2" />
37
36
</ItemGroup >
38
37
<ItemGroup >
You can’t perform that action at this time.
0 commit comments