Skip to content

Commit

Permalink
docs(changelog): update changelog and analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrr Hak authored and Mrr Hak committed May 10, 2024
1 parent 74240f3 commit a388310
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Treat all files .cshtml files as C# files
**/*.cshtml linguist-language=csharp

# Mark all files .ts as vendored (excluded from language statistics)
**/*.ts linguist-vendored
.husky/** linguist-vendored
18 changes: 18 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Automatic analysis

# Path to sources
#sonar.sources=.
#sonar.exclusions=dotnet-app/wwwroot/**, dotnet-app/Views/**
#sonar.exclusions=**/*.css
#sonar.inclusions=

# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
#sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 (09-05-2024)
## 1.1.0 (10-05-2024)
- Add new overloads for UseS3StaticFiles extension with Owin for .Net Framework
- Add sample project for .Net Framework
- Add more test coverage
Expand Down
2 changes: 1 addition & 1 deletion S3FileProvider/S3FileProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.307.29" />
<PackageReference Include="AWSSDK.S3" Version="3.7.307.30" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.17" />
Expand Down

0 comments on commit a388310

Please sign in to comment.