Skip to content

Commit

Permalink
fix 64 character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed May 11, 2023
1 parent 7c303db commit d7b02c2
Show file tree
Hide file tree
Showing 25 changed files with 53 additions and 44 deletions.
3 changes: 3 additions & 0 deletions x86/CalliopeMini.Uploader/CodeTheCalliopeMini.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@
<Compile Include="SingleInstanceAppStarter.cs" />
<EmbeddedResource Include="LicenseDialog.resx">
<DependentUpon>LicenseDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand All @@ -131,6 +133,7 @@
</Compile>
<EmbeddedResource Include="Settings.resx">
<DependentUpon>Settings.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions x86/CalliopeMini.Uploader/MainForm.Designer.cs

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

10 changes: 8 additions & 2 deletions x86/CalliopeMini.Uploader/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ private void initializeFileWatch()

private void waitingForHexFileStatus()
{
this.updateStatus($"Warte auf .hex-Datei in {downloads} ...");
this.trayIcon.ShowBalloonTip(3000, "Bereit...", $"Warte auf .hex-Datei in {downloads} ...", ToolTipIcon.None);
this.updateStatus($"Warte auf .hex-Datei ...");
this.trayIcon.ShowBalloonTip(3000, "Bereit...", $"Warte auf .hex-Datei ...", ToolTipIcon.None);
this.label1.Text = downloads;
}

static bool checkTOU()
Expand Down Expand Up @@ -305,5 +306,10 @@ private void label1_Click(object sender, EventArgs e)
{

}

private void statusLabel_Click(object sender, EventArgs e)
{

}
}
}
4 changes: 2 additions & 2 deletions x86/CalliopeMini.Uploader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]
[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("de-DE")]
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>IKniPdUm/3dRwoG/LjmSJsG/0hM=</dsig:DigestValue>
<dsig:DigestValue>kHcEGJ1yxZcg6Ex31bPTZrczjj0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/bin/Debug/CalliopeMiniUploader.exe
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="CalliopeMiniUploader.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -44,13 +44,13 @@
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CalliopeMiniUploader.exe" size="72368">
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>8KGyfWPom6Tpzcoh5dvGH4Ut7Es=</dsig:DigestValue>
<dsig:DigestValue>83qG48cpXudGs+TJQxighiIoWyw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/bin/Debug/CalliopeMiniUploader.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>9ztj2cVmkwEz5D80QHxQ9mZLjsA=</dsig:DigestValue>
<dsig:DigestValue>tZ4ISeLZKZ02ZN4I+F7I2J9aBho=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/bin/Release/CalliopeMiniUploader.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="CalliopeMiniUploader.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -44,13 +44,13 @@
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CalliopeMiniUploader.exe" size="70832">
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>1Zwi0UvFFptwKWQkcfr3tkxKG0E=</dsig:DigestValue>
<dsig:DigestValue>HHYDDidFQMLySP12IP8q9JaX/40=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>IKniPdUm/3dRwoG/LjmSJsG/0hM=</dsig:DigestValue>
<dsig:DigestValue>kHcEGJ1yxZcg6Ex31bPTZrczjj0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/obj/Debug/CalliopeMiniUploader.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="CalliopeMiniUploader.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -44,13 +44,13 @@
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CalliopeMiniUploader.exe" size="72368">
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>8KGyfWPom6Tpzcoh5dvGH4Ut7Es=</dsig:DigestValue>
<dsig:DigestValue>83qG48cpXudGs+TJQxighiIoWyw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/obj/Debug/CalliopeMiniUploader.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>9ztj2cVmkwEz5D80QHxQ9mZLjsA=</dsig:DigestValue>
<dsig:DigestValue>tZ4ISeLZKZ02ZN4I+F7I2J9aBho=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified x86/CalliopeMini.Uploader/obj/Release/CalliopeMiniUploader.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="CalliopeMiniUploader.exe" parameters="" />
</entryPoint>
<trustInfo>
Expand Down Expand Up @@ -44,13 +44,13 @@
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CalliopeMiniUploader.exe" size="70832">
<assemblyIdentity name="CalliopeMiniUploader" version="0.13.0.0" language="neutral" processorArchitecture="msil" />
<assemblyIdentity name="CalliopeMiniUploader" version="0.14.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>1Zwi0UvFFptwKWQkcfr3tkxKG0E=</dsig:DigestValue>
<dsig:DigestValue>HHYDDidFQMLySP12IP8q9JaX/40=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d7b02c2

Please sign in to comment.