Skip to content

Commit

Permalink
Update version to 6.1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Shvedun committed Sep 26, 2024
1 parent c6db1e5 commit 0826b13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions clio.tests/Command/InstallerCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,4 @@ public void Execute_OpensBrowser_WhenNotSilent(){
_creatioInstallerServiceMock.Received(1).StartWebBrowser(options);
}

[Test(Description = "Log eroor meassge if regester installer command generate exception")]
public void LogError_IfRegisterInstallerCommand_ThrowException() {
//Arrange
//check console output has message

}

}
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.1.0.38</AssemblyVersion>
<AssemblyVersion>6.1.0.39</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Version>$(AssemblyVersion)</Version>
<Description>CLI interface for Creatio</Description>
Expand Down

0 comments on commit 0826b13

Please sign in to comment.