Skip to content

Commit d529e22

Browse files
committed
2 parents 8cd0d2b + 3864725 commit d529e22

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@
44
![GitHub Release](https://img.shields.io/github/v/release/Adam-Software/AdamServices.Extensions.ServiceFileCreator)
55
![NuGet Version](https://img.shields.io/nuget/v/AdamServices.Extensions.ServiceFileCreator)
66

7-
8-
9-
10-
11-
127
Library for creating service files `service_info.json` used by AdamServices.Utilities.Managment , serving as an extension for Microsoft Dependency Injection (DI), and used to standardize the type definition of service files across all projects built within the Managment project.
138

149
A fresh sample of the `service_info.json` file can be downloaded from files attached to the latest release. If you do not want or cannot use this library for certain reasons, you can edit the fields filled in by default and put the service file in the root of the repository.
1510

11+
Use the shared [wiki](https://github.com/Adam-Software/AdamServices.Utilities.Managment/wiki) to find information about the project.
12+
1613
## For users
1714

1815
### Install
@@ -85,7 +82,7 @@ Fields are filled in automatically:
8582
```xml
8683
<PropertyGroup>
8784
...
88-
<Version>0.1.1</Version>
85+
<Version>1.0.1.2</Version>
8986
...
9087
</PropertyGroup>
9188
```

0 commit comments

Comments
 (0)