Skip to content

Commit

Permalink
ERSION UP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewr committed Aug 29, 2020
1 parent 78c7a03 commit 449cbe9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Blazor.FileReader/Blazor.FileReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
<TypeScriptToolsVersion>2.8</TypeScriptToolsVersion>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.0.0.20200</Version>
<Version>2.0.0.20242</Version>
<Authors>Tor Knutsson (Tewr)</Authors>
<PackageProjectUrl>https://github.com/Tewr/BlazorFileReader</PackageProjectUrl>
<RepositoryUrl>https://github.com/Tewr/BlazorFileReader</RepositoryUrl>
<Description>Create Read-Only file streams from file input elements or drop targets in Blazor.</Description>
<PackageTags>blazor blazor-component stream filestream file-stream read-file filereader</PackageTags>
<Configurations>Debug;Release;Ghpages</Configurations>
<PackageId>Tewr.Blazor.FileReader</PackageId>
<PackageReleaseNotes>This release changes root namespace from "Blazor.FileReader" to "Tewr.Blazor.FileReader".
To upgrade, replace all occurances of "using Blazor.FileReader" statements with "using Tewr.Blazor.FileReader"</PackageReleaseNotes>
<PackageReleaseNotes>Fixes Seek for files/position larger than int32 (~2Gb)</PackageReleaseNotes>
<AssemblyVersion>2.0.0.20200</AssemblyVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
Expand Down

0 comments on commit 449cbe9

Please sign in to comment.