summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Klichowicz <emkael@tlen.pl>2024-02-05 17:57:45 +0100
committerMichał Klichowicz <emkael@tlen.pl>2024-02-05 17:57:45 +0100
commit3d49a9d132d8cad2b65f00a344ddae80f38f78a0 (patch)
tree409250aea9e204a33a596f6eccd8c46f68325abb
parentcb95ab350f124b08a29242c4459773791a07ca01 (diff)
Updating README and bumping version numberv0.13
-rw-r--r--Analizator9000/Analizator9000/Analizator9000.csproj2
-rw-r--r--Analizator9000/Analizator9000/Properties/AssemblyInfo.cs6
-rw-r--r--Analizator9000/Analizator9000/bin/Release/README.pl.txt9
-rw-r--r--Analizator9000/Analizator9000/bin/Release/README.txt7
4 files changed, 15 insertions, 9 deletions
diff --git a/Analizator9000/Analizator9000/Analizator9000.csproj b/Analizator9000/Analizator9000/Analizator9000.csproj
index 8110e9d..f45db66 100644
--- a/Analizator9000/Analizator9000/Analizator9000.csproj
+++ b/Analizator9000/Analizator9000/Analizator9000.csproj
@@ -30,7 +30,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>0.11.0.%2a</ApplicationVersion>
+ <ApplicationVersion>0.13.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
diff --git a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
index cc611e3..0ccc649 100644
--- a/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
+++ b/Analizator9000/Analizator9000/Properties/AssemblyInfo.cs
@@ -11,7 +11,7 @@ using System.Resources;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Analizator9000")]
-[assembly: AssemblyCopyright("Copyright © Michał Klichowicz 2012-2021")]
+[assembly: AssemblyCopyright("Copyright © Michał Klichowicz 2012-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -33,6 +33,6 @@ using System.Resources;
// 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.12.0.0")]
-[assembly: AssemblyFileVersion("0.12.0.0")]
+[assembly: AssemblyVersion("0.13.0.0")]
+[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: NeutralResourcesLanguageAttribute("")]
diff --git a/Analizator9000/Analizator9000/bin/Release/README.pl.txt b/Analizator9000/Analizator9000/bin/Release/README.pl.txt
index 5adfccd..2e5a458 100644
--- a/Analizator9000/Analizator9000/bin/Release/README.pl.txt
+++ b/Analizator9000/Analizator9000/bin/Release/README.pl.txt
@@ -93,12 +93,12 @@ O: Z repozytorium Subversion dostępnego pod adresem:
https://github.com/emkael/an9k/
P: Czy kod jest udokumentowany?
-O: Starałem się, jak mogłem. Dokumentacja kodu w formie HTML oraz pliku CHM
+O: Starałem się, jak mogłem. Dokumentacja kodu w formie HTML oraz plikach MSHC/MSHA
dostępna jest na stronie internetowej aplikacji:
http://ank9.emkael.info/code/
P: W jakim środowisku powstał program?
-O: Microsoft Visual Studio/Visual C# 2010.
+O: Microsoft Visual Studio/Visual C# 2010 i 2022.
P: Czy mogę prosić o dopisanie kodu dla funkcjonalności X?
O: Proście, a będzie Wam dane.
@@ -168,6 +168,9 @@ i dobre piwo.
8. HISTORIA ZMIAN
=================
+2024.02 - 0.13
+ * poprawka błędu: program nie analizuje kontraktów, których częstość jest wyzerowana
+
2021.02 - 0.12
* chińskie tłumaczenie, autorstwa Li Ruisheng
* kosmetyka wyświetlania wyników/max/IMP względem rozgrywającego
@@ -192,7 +195,7 @@ i dobre piwo.
Licencja BSD (dwuklauzulowa)
-Copyright (c) 2012-2021, Michał Klichowicz
+Copyright (c) 2012-2024, Michał Klichowicz
Wszystkie prawa zastrzeżone
Redystrybucja i używanie, czy to w formie kodu źródłowego, czy w formie kodu
diff --git a/Analizator9000/Analizator9000/bin/Release/README.txt b/Analizator9000/Analizator9000/bin/Release/README.txt
index 8f82352..d403120 100644
--- a/Analizator9000/Analizator9000/bin/Release/README.txt
+++ b/Analizator9000/Analizator9000/bin/Release/README.txt
@@ -92,7 +92,7 @@ A: From the Git repository available at:
https://github.com/emkael/an9k
Q: What's the environment you've used to create this software?
-A: Microsoft Visual Studio/Visual C# 2010.
+A: Microsoft Visual Studio/Visual C# 2010 and 2022.
Q: Can I ask you to write feature X into your software?
A: And I tell you, ask, and it will be given to you.
@@ -160,6 +160,9 @@ and non-commercial. I do like a decent book and a good beer, though.
8. CHANGES HISTORY
==================
+2024.02 - 0.13
+ * bugfix version: do not analyze contracts that are zeroed in frequency tables
+
2021.02 - 0.12
* Chinese translation, courtesy of Li Ruisheng
* cosmetic fixes to scores/MP/IMP in relation to the declarer
@@ -184,7 +187,7 @@ and non-commercial. I do like a decent book and a good beer, though.
The 2-clause BSD License
-Copyright (c) 2012-2021, Micha³ Klichowicz
+Copyright (c) 2012-2024, Micha³ Klichowicz
All right reserved
Redistribution and use in source and binary forms, with or without modification,