From 4723702d28bb5f819bfbd5c8e22cfbb4224d5aac Mon Sep 17 00:00:00 2001 From: szporowolik Date: Tue, 15 Sep 2020 23:23:30 +0200 Subject: [PATCH] 0.10.2 config prepared --- 02_Windows_App/Perun_v1/Perun_v1.csproj | 4 ++-- 02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/02_Windows_App/Perun_v1/Perun_v1.csproj b/02_Windows_App/Perun_v1/Perun_v1.csproj index c37da60..9269b61 100644 --- a/02_Windows_App/Perun_v1/Perun_v1.csproj +++ b/02_Windows_App/Perun_v1/Perun_v1.csproj @@ -31,8 +31,8 @@ szporwolik Perun Perun.htm - 2 - 0.10.1.%2a + 0 + 0.10.2.%2a false true true diff --git a/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs b/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs index 63e1ada..903f250 100644 --- a/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs +++ b/02_Windows_App/Perun_v1/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ 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("0.10.1.0")] -[assembly: AssemblyFileVersion("0.10.1.0")] +[assembly: AssemblyVersion("0.10.2.0")] +[assembly: AssemblyFileVersion("0.10.2.0")] [assembly: NeutralResourcesLanguage("en")]