Skip to content

Commit

Permalink
📖
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahhal committed Nov 25, 2021
1 parent a0bf674 commit 07a89ca
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

Nothing yet.

## 1.0.2 - 2021-11-25

- Respect new line of environment.
5 changes: 5 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Development

## Releasing

We use https://github.com/mrahhal/release-cycle as a reference when releasing.
2 changes: 2 additions & 0 deletions MR.Analyzers.Whitespace.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "global", "global", "{51263C
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
.github\workflows\ci.yml = .github\workflows\ci.yml
DEVELOPMENT.md = DEVELOPMENT.md
global.json = global.json
README.md = README.md
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By default, all rules are of `Error` severity. So they _will_ fail the build, a
## Include in your project

```xml
<PackageReference Include="MR.Analyzers.Whitespace" Version="1.0.1" PrivateAssets="All" />
<PackageReference Include="MR.Analyzers.Whitespace" Version="1.0.2" PrivateAssets="All" />
```

## Rules
Expand Down

0 comments on commit 07a89ca

Please sign in to comment.