Skip to content

Commit

Permalink
Version 1.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb committed Sep 4, 2021
1 parent 9209aab commit 5336de0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions GRBL-Plotter/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,12 @@
<setting name="importDXFUseZ" serializeAs="String">
<value>False</value>
</setting>
<setting name="importGraphicClipShowOrigPosition" serializeAs="String">
<value>False</value>
</setting>
<setting name="importGraphicDevelopmentNoCurve" serializeAs="String">
<value>False</value>
</setting>
</GrblPlotter.Properties.Settings>
<GRBL_Plotter.Properties.Settings>
<setting name="cameraColorCross" serializeAs="String">
Expand Down
13 changes: 11 additions & 2 deletions GRBL-Plotter/GRBL-Plotter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<ProductName>GRBL-Plotter</ProductName>
<PublisherName>GRBL-Plotter</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>5</ApplicationRevision>
<ApplicationVersion>1.6.0.5</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.6.1.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -223,6 +223,12 @@
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\MainFormStreamSection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="GUI\MainFormStreamSection.Designer.cs">
<DependentUpon>MainFormStreamSection.cs</DependentUpon>
</Compile>
<Compile Include="GUI\MainFormUpdate.cs">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Form</SubType>
Expand Down Expand Up @@ -856,6 +862,9 @@
<EmbeddedResource Include="GUI\ButtonEdit.resx">
<DependentUpon>ButtonEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\MainFormStreamSection.resx">
<DependentUpon>MainFormStreamSection.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GUI\splashscreen.resx">
<DependentUpon>splashscreen.cs</DependentUpon>
</EmbeddedResource>
Expand Down

0 comments on commit 5336de0

Please sign in to comment.