Skip to content

Commit

Permalink
Updating version, getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hansen committed Sep 26, 2020
1 parent abc7ce7 commit 6e7e67d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion magic.io.contracts/magic.io.contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>Contracts for magic.io, that gives you a generic file upload/download controller for ASP.NET Core.</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>8.2.1</PackageVersion>
<PackageVersion>8.2.2</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/polterguy/magic.io.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion magic.io.controller/magic.io.controller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>A generic IO controller for ASP.NET Core, that allows you to upload and download files, with support for custom authorization. This project give you 2 HTTP endpoints, one for downloading and another for uploading files. The project is highly conserving of resources, due to directly serializing to/from the HTTP request/response stream, into the related file. The project provides multiple different ways of authorization, allowing you to easily extend it as you see fit.</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>8.2.1</PackageVersion>
<PackageVersion>8.2.2</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/polterguy/magic.io.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion magic.io.services/magic.io.services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Description>Service implementations for magic.io that allows you to upload and download files to your ASP.NET Core application.</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>8.2.1</PackageVersion>
<PackageVersion>8.2.2</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/polterguy/magic.io.git</RepositoryUrl>
Expand Down

0 comments on commit 6e7e67d

Please sign in to comment.