diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-01-15 04:26:02 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2021-01-15 04:26:02 +0200 |
| commit | 2436ece5b22ee656bb0ec66c23fa890972bf912b (patch) | |
| tree | 3529943a15d1db0b25f714a033a213fdafda8e3b /Software/Visual_Studio/MachineStudio | |
| parent | 66c53d2d182746786fbf314d60f5bed8e850fd22 (diff) | |
| download | Tango-2436ece5b22ee656bb0ec66c23fa890972bf912b.tar.gz Tango-2436ece5b22ee656bb0ec66c23fa890972bf912b.zip | |
Machine_Studio_v4.3.2
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
2 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs index eeafa513f..d55324b32 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Publish/MachineStudioPublisher.cs @@ -281,8 +281,8 @@ namespace Tango.MachineStudio.Common.Publish OnPublishProgress(0, 100, "Checking outgoing commits..."); int commits = git.GetOutgoingCommits().Count; - if (commits > 0) - { + //if (commits > 0) + //{ if (Options.AutoCommitAndPush) { OnPublishProgress(0, 100, "Pushing repository changes..."); @@ -292,7 +292,7 @@ namespace Tango.MachineStudio.Common.Publish { throw new InvalidOperationException($"There are {commits} outgoing commits on the repository. Please push all commits before creating the Tag"); } - } + //} git.Progress += (x, e) => { diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs index 743e53976..68bc336b0 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] [assembly: AssemblyTitle("Tango - Machine Studio")] -[assembly: AssemblyVersion("4.3.1.0")] +[assembly: AssemblyVersion("4.3.2.0")] [assembly: ComVisible(false)]
\ No newline at end of file |
