Skip to content

Commit

Permalink
Merge pull request #374 from romanlutz/romanlutz/fix_typos
Browse files Browse the repository at this point in the history
Fix typos in packaging doc
  • Loading branch information
danuw authored Jul 27, 2023
2 parents ad44005 + ab4cdcc commit ede7ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/architecture/decisions/0010-sdk-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Accepted
## Context

Current GSF CarbonAware software can't be consumed as
[Nuget](https://www.nuget.org) Packages in case there is an application that
requires to integrate with it. There are scenerarios where the current runtimes
[Nuget](https://www.nuget.org) packages in case there is an application that
requires to integrate with it. There are scenarios where the current runtimes
(CLI/WebApi) environments are not allowed to be used since all the functionality
requires to be bundled together. The goal of this proposal is to show that the
current GSF repository can provide a mechanism to generate `Nuget` packages that
Expand All @@ -21,7 +21,7 @@ can be consumed by any application that wants to integrate with

## Decision

Having nuget packages available to be consumed by 3rd party application would
Having Nuget packages available to be consumed by 3rd party application would
help to integrate easily and it would open the possibilities to extend the SDK
more. Currently there are seven (7) `dotnet` projects that can be set to be
packaged with tools like `dotnet pack` or `msbuild -t:pack`.
Expand All @@ -37,7 +37,7 @@ packaged with tools like `dotnet pack` or `msbuild -t:pack`.
| CarbonAware.LocationSources |
| CarbonAware.Tools.WattTimeClient |

**[Must Address]** Creation of a minimum set of packages that can be integrate
**[Must Address]** Creation of a minimum set of packages that can be integrated
with a 3rd party application.

- Continues enhancing the SDK to support integration with different type of
Expand Down

0 comments on commit ede7ab7

Please sign in to comment.