Skip to content

Commit c154d6f

Browse files
committed
Added changelog
1 parent e3890cf commit c154d6f

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Abstract.FileSystem.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
ProjectSection(SolutionItems) = preProject
1616
src\Abstract.FileSystem.snk = src\Abstract.FileSystem.snk
1717
appveyor.yml = appveyor.yml
18+
CHANGELOG.md = CHANGELOG.md
1819
LICENSE = LICENSE
1920
README.md = README.md
2021
testenvironments.json = testenvironments.json

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Abstract.FileSystem
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## v1.0.1
8+
### Fixed
9+
- Fixed XML Documentation
10+
11+
## v1.0.0
12+
### Added
13+
- Abstraction for System.IO.File
14+
- Abstraction for System.IO.Directory
15+
- Abstraction for System.IO.Path

0 commit comments

Comments
 (0)