któryś tam update

This commit is contained in:
Christopher
2021-01-22 13:17:54 +01:00
parent 10fecc540c
commit 4ef651f0eb
14 changed files with 6 additions and 4 deletions
Binary file not shown.
+1 -1
View File
@@ -385,7 +385,7 @@ namespace Notatnik
void checkUpdate()
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
string urlVersion = "https://raw.githubusercontent.com/KrzysiekSiemv/Notepad/main/version.txt";
string urlVersion = "https://raw.githubusercontent.com/KrzysiekSiemv/Notepad/main/update/version";
WebClient webClient = new WebClient();
Stream stream = webClient.OpenRead(urlVersion);
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki
// przy użyciu symbolu „*”, tak jak pokazano poniżej:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
Binary file not shown.
@@ -20,6 +20,9 @@
<setting name="Tlo" serializeAs="String">
<value>White</value>
</setting>
<setting name="FirstRun" serializeAs="String">
<value>True</value>
</setting>
</Notatnik.Properties.Settings>
<Notepad_v2.Properties.Settings>
<setting name="Czcionka" serializeAs="String">
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
null
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.