Skip to content

Commit afed7d0

Browse files
Prepare for v1.0
1 parent 94e9ac0 commit afed7d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Provides a short code generator that can be used to create small user accessible
1212

1313
## Package overview
1414

15-
There are two packages. The `Stravaig.ShortCode` package contains the classes needed to generate short codes. The `Stravaig.ShortCode.DependencyInjection` package contains extensions for the Microsoft Dependency Injection framework that comes with .NET Core / .NET 5.0 to makes setting up in your application easier.
15+
There are two packages.
16+
* The `Stravaig.ShortCode` package contains the classes needed to generate short codes.
17+
* The `Stravaig.ShortCode.DependencyInjection` package contains extensions for the Microsoft Dependency Injection framework that comes with .NET Core / .NET 5.0 to makes setting up in your application easier.
1618

1719
## Installing the packages
1820

release-notes/wip-release-notes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
Date: ???
66

7-
### Bugs
8-
9-
### Features
10-
117
### Miscellaneous
128

9+
- Prepare for V1 release
10+
1311
### Dependencies
1412

1513
- .NET Standard 2.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
1.0.0

0 commit comments

Comments
 (0)