Skip to content

Commit

Permalink
chore: assemble command #53
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoopereira committed Nov 15, 2021
1 parent 48a7731 commit 83cf11c
Show file tree
Hide file tree
Showing 13 changed files with 451 additions and 309 deletions.
29 changes: 28 additions & 1 deletion cmf-cli/CliMessages.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions cmf-cli/CliMessages.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<value>Nothing was found on ContentToPack Sources of {0}.{1}</value>
<comment>0 - Package Id; 1 - Package Version</comment>
</data>
<data name="GetPackage" xml:space="preserve">
<value>Get Package {0}.{1}...</value>
<comment>0 - Id; 1 - Version</comment>
</data>
<data name="InvalidManifestFile" xml:space="preserve">
<value>It was not possible to read the manifest file.</value>
</data>
Expand All @@ -144,10 +148,17 @@
<value>Missing mandatory property {0} in file {1}</value>
<comment>0 - Property name; 1 - File name</comment>
</data>
<data name="NotARootPackage" xml:space="preserve">
<value>This is not a root package</value>
</data>
<data name="NotFound" xml:space="preserve">
<value>{0} not found!</value>
<comment>0 - Name</comment>
</data>
<data name="PackageHasNoTestPackages" xml:space="preserve">
<value>Package {0}.{1} has no test packages</value>
<comment>0 - Id; 1 - Version</comment>
</data>
<data name="PackageRootNotFound" xml:space="preserve">
<value>Cannot find package root. Are you in a valid package directory?</value>
</data>
Expand Down
Loading

0 comments on commit 83cf11c

Please sign in to comment.