Skip to content

Commit

Permalink
Bump file service version: 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwaldron committed Jan 16, 2024
1 parent dd6bc19 commit a6a01c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/FileService/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.1.0

- Adds an extension method for registering and configuring file services.

v2.0.0

- Upgrade to .NET 8.0.
Expand Down
2 changes: 1 addition & 1 deletion src/FileService/FileService.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit a6a01c0

Please sign in to comment.