Skip to content

Commit

Permalink
Update to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 26, 2023
1 parent 66153a6 commit efe4cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</ItemGroup>

<PropertyGroup>
<Copyright>Copyright © 2022 Imazen LLC</Copyright>
<Copyright>Copyright © 2023 Imazen LLC</Copyright>
<PackageProjectUrl>https://github.com/imazen/imageflow-dotnet-server</PackageProjectUrl>
<RepositoryUrl Condition="'$(GITHUB_REPOSITORY)' != ''">$(GITHUB_SERVER_URL)/$(GITHUB_REPOSITORY)</RepositoryUrl>
<SourceRevisionId Condition="'$(SourceRevisionId)' == ''">$(GITHUB_SHA)</SourceRevisionId>
Expand Down
2 changes: 1 addition & 1 deletion src/Imageflow.Server/Imageflow.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Imageflow.AllPlatforms" Version="0.10.0" />
<PackageReference Include="Imageflow.AllPlatforms" Version="0.10.2" />
</ItemGroup>

</Project>

0 comments on commit efe4cc8

Please sign in to comment.