Skip to content

Commit

Permalink
Merge pull request #33 from iBrotNano/feature/#8
Browse files Browse the repository at this point in the history
feat(#8): Added files and documentation to the release.
  • Loading branch information
iBrotNano committed Mar 16, 2023
2 parents 0d6083b + 8fa186c commit f236732
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Changelog

## Version 1.0.5
## Version 4.7.1.1

### Changes
### Installation

The NuGet can be installed from GitHub’s NuGet Repository.

---

**Info:** [Working with the NuGet registry - GitHub Docs](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry#installing-a-package) documents how to reference GitHub’s NuGet repository.

---

```shell
dotnet add package MarcelMelzig.TestEnvironment --version 4.7.1.1
```

### What's new?

This is the initial release of the project. Hopefully it will help you to set up some useful test environments.

A fully automatic build pipeline is set up for the project. So you can await new features asap. All uses SemVer. Everything is published with docs production ready and you can even debug into the code with SourceLink.

### All Changes

- [Set the version by an action #1](https://github.com/iBrotNano/TestEnvironment/issues/1)
- [Add issue templates to the repo #2](https://github.com/iBrotNano/TestEnvironment/issues/2)
Expand Down

0 comments on commit f236732

Please sign in to comment.