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();
3737app .UseSwagger ();
3838app .UseSwaggerUI ();
3939
40- app .UseSimplifyWebWithoutRegistrations ();
40+ app .UseSimplifyWeb ();
4141
42- app .Run ();
42+ await app .RunAsync ();
4343```
4444
45454 . Add controller Swagger attributes (if needed)
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.0.0] - Unreleased
3+ ## [ 1.0.0] - 2024-06-05
44
55### Dependencies
66
Original file line number Diff line number Diff line change 99 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1111
12- <Version >1.0-pre01 </Version >
12+ <Version >1.0</Version >
1313
1414 <Description >Swagger extensions for Simplify.Web web-framework</Description >
1515 <Product >Simplify</Product >
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
2727 <PackageReference Include =" Asp.Versioning.Mvc" Version =" 6.4.1" />
2828 </ItemGroup >
29- <ItemGroup
30- Condition=" '$(TargetFramework)' == 'netstandard2.0' " >
29+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
3130 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning" Version =" 4.1.0" />
3231 </ItemGroup >
3332 <ItemGroup >
3433
35- <PackageReference Include =" Simplify.Web" Version =" 5.0-pre01 " />
34+ <PackageReference Include =" Simplify.Web" Version =" 5.0" />
3635 <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 6.6.2" />
3736 </ItemGroup >
3837 <ItemGroup >
You can’t perform that action at this time.
0 commit comments