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 Apr 21, 2021
1 parent 52dce62 commit 6860506
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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. To use package go to https://polterguy.github.io</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>9.1.0</PackageVersion>
<PackageVersion>9.1.4</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. To use package go to https://polterguy.github.io</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>9.1.0</PackageVersion>
<PackageVersion>9.1.4</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/polterguy/magic.io.git</RepositoryUrl>
Expand Down
6 changes: 3 additions & 3 deletions 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. To use package go to https://polterguy.github.io</Description>
<PackageProjectUrl>https://github.com/polterguy/magic.io</PackageProjectUrl>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>9.1.0</PackageVersion>
<PackageVersion>9.1.4</PackageVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/polterguy/magic.io.git</RepositoryUrl>
Expand Down Expand Up @@ -41,8 +41,8 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="MimeTypes" Version="1.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="magic.node.extensions" Version="9.1.0" />
<PackageReference Include="magic.signals.contracts" Version="9.1.0" />
<PackageReference Include="magic.node.extensions" Version="9.1.4" />
<PackageReference Include="magic.signals.contracts" Version="9.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion magic.io.tests/magic.io.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="magic.signals" Version="9.1.0" />
<PackageReference Include="magic.signals" Version="9.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6860506

Please sign in to comment.