Skip to content

Commit 1c5a7e2

Browse files
Released version 0.1.0 to NuGet.
1 parent 061a42b commit 1c5a7e2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [Unreleased]
8+
9+
## [0.1.0] - 2022-11-08
10+
### Added
11+
- Made the initial implementation that covers most of the API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub forks](https://img.shields.io/github/forks/KristofferStrube/Blazor.FileAPI)](https://github.com/KristofferStrube/Blazor.FileAPI/network/members)
44
[![GitHub stars](https://img.shields.io/github/stars/KristofferStrube/Blazor.FileAPI)](https://github.com/KristofferStrube/Blazor.FileAPI/stargazers)
55

6-
<!--[![NuGet Downloads (official NuGet)](https://img.shields.io/nuget/dt/KristofferStrube.Blazor.FileAPI?label=NuGet%20Downloads)](https://www.nuget.org/packages/KristofferStrube.Blazor.FileAPI/) -->
6+
[![NuGet Downloads (official NuGet)](https://img.shields.io/nuget/dt/KristofferStrube.Blazor.FileAPI?label=NuGet%20Downloads)](https://www.nuget.org/packages/KristofferStrube.Blazor.FileAPI/)
77

88
# Introduction
99
A Blazor wrapper for the browser [File API](https://www.w3.org/TR/FileAPI/)

0 commit comments

Comments
 (0)