From 0e58c3fdcb61032ba0ee518661666b242f3997ed Mon Sep 17 00:00:00 2001 From: VladMordock Date: Sat, 26 Dec 2020 22:51:30 +0100 Subject: [PATCH] Config for 0.11.2 --- 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 e513343..ea05f70 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 - 6 - 0.11.1.%2a + 0 + 0.11.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 f6a876c..506baa8 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.11.1.0")] -[assembly: AssemblyFileVersion("0.11.1.0")] +[assembly: AssemblyVersion("0.11.2.0")] +[assembly: AssemblyFileVersion("0.11.2.0")] [assembly: NeutralResourcesLanguage("en")]