któryś tam update
This commit is contained in:
Binary file not shown.
@@ -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 +0,0 @@
|
||||
null
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user