Skip to content

Commit f6fea3e

Browse files
committed
[edit] version/changelog, readme
[up] to release Simplify.Web 5.0
1 parent c858d7c commit f6fea3e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ var app = builder.Build();
3737
app.UseSwagger();
3838
app.UseSwaggerUI();
3939

40-
app.UseSimplifyWebWithoutRegistrations();
40+
app.UseSimplifyWeb();
4141

42-
app.Run();
42+
await app.RunAsync();
4343
```
4444

4545
4. Add controller Swagger attributes (if needed)

src/Simplify.Web.Swagger/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.0] - Unreleased
3+
## [1.0.0] - 2024-06-05
44

55
### Dependencies
66

src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -26,13 +26,12 @@
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>

0 commit comments

Comments
 (0)