Skip to content

Commit

Permalink
Update version to 6.0.2.24
Browse files Browse the repository at this point in the history
Refactoring CompilePackageCommand
  • Loading branch information
Paul-Shvedun committed Dec 14, 2023
1 parent cda7703 commit 525b054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion clio/Command/CompilePackageCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public CompilePackageCommand(IPackageBuilder packageBuilder) {

public override int Execute(CompilePackageOptions options) {
try {
Console.WriteLine($"Start compilation {options.PackageName} package(s).");
_packageBuilder.Rebuild(options.PackageNames);
Console.WriteLine("Done");
return 0;
Expand Down
2 changes: 1 addition & 1 deletion clio/clio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>creatio rnd team</Authors>
<PackageTags>cli ATF clio creatio</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>6.0.2.23</AssemblyVersion>
<AssemblyVersion>6.0.2.24</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Version>$(AssemblyVersion)</Version>
<Description>CLI interface for Creatio</Description>
Expand Down

0 comments on commit 525b054

Please sign in to comment.