From 8f446947f84c8d095786d1a68dff0059b6928807 Mon Sep 17 00:00:00 2001 From: Aleksey Nemiro Date: Wed, 7 Sep 2016 14:27:40 +0300 Subject: [PATCH] v2.3 - strong name. --- CHANGELOG.md | 16 ++++++++++++++++ Nemiro.Convertion/16.cs | 5 +---- Nemiro.Convertion/36.cs | 5 +---- Nemiro.Convertion/62.cs | 5 +---- Nemiro.Convertion/Convertion.cs | 2 +- Nemiro.Convertion/Nemiro.Convertion.csproj | 11 ++++++++++- Nemiro.Convertion/Nemiro.Convertion.snk | Bin 0 -> 596 bytes Nemiro.Convertion/Properties/AssemblyInfo.cs | 6 +++--- Nemiro.Convertion/ToBoolean.cs | 5 +---- Nemiro.Convertion/ToByte.cs | 5 +---- Nemiro.Convertion/ToDateTime.cs | 5 +---- Nemiro.Convertion/ToDecimal.cs | 7 +------ Nemiro.Convertion/ToDouble.cs | 7 +------ Nemiro.Convertion/ToInt16.cs | 5 +---- Nemiro.Convertion/ToInt32.cs | 7 +------ Nemiro.Convertion/ToInt64.cs | 5 +---- Nemiro.Convertion/ToMoneyString.cs | 6 +----- Nemiro.Convertion/ToString.cs | 5 +---- Nemiro.Convertion/ToStringBuilder.cs | 5 +---- Nemiro.Convertion/ToTimeSpan.cs | 5 +---- Nemiro.Convertion/ToUInt16.cs | 5 +---- Nemiro.Convertion/ToUInt32.cs | 5 +---- Nemiro.Convertion/ToUInt64.cs | 5 +---- Release Notes.md | 12 ------------ 24 files changed, 48 insertions(+), 96 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 Nemiro.Convertion/Nemiro.Convertion.snk delete mode 100644 Release Notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56a7b88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to **Nemiro.Convertion** will be documented in this file. + +## [v2.3] 2016-09-07 + +* Strong name. + +## [v2.2] 2015-12-20 + +* Parsing numbers of the form 1,234.567; +* Added StringFromBaseX method, which allows to keep the zeros at the beginning of Base-X numbers. + +## [v2.1] 2014-09-10 + +* First public release. \ No newline at end of file diff --git a/Nemiro.Convertion/16.cs b/Nemiro.Convertion/16.cs index 25e8a87..7333a11 100644 --- a/Nemiro.Convertion/16.cs +++ b/Nemiro.Convertion/16.cs @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright (c) Aleksey Nemiro, 2008-2014. All rights reserved. +// Copyright © Aleksey Nemiro, 2008-2014. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,9 +14,6 @@ // limitations under the License. // ---------------------------------------------------------------------------- using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace Nemiro { diff --git a/Nemiro.Convertion/36.cs b/Nemiro.Convertion/36.cs index 7d38748..5124932 100644 --- a/Nemiro.Convertion/36.cs +++ b/Nemiro.Convertion/36.cs @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright (c) Aleksey Nemiro, 2008-2014. All rights reserved. +// Copyright © Aleksey Nemiro, 2008-2014. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,9 +14,6 @@ // limitations under the License. // ---------------------------------------------------------------------------- using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace Nemiro { diff --git a/Nemiro.Convertion/62.cs b/Nemiro.Convertion/62.cs index 8af3e65..eac9991 100644 --- a/Nemiro.Convertion/62.cs +++ b/Nemiro.Convertion/62.cs @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright (c) Aleksey Nemiro, 2008-2014. All rights reserved. +// Copyright © Aleksey Nemiro, 2008-2014. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,9 +14,6 @@ // limitations under the License. // ---------------------------------------------------------------------------- using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace Nemiro { diff --git a/Nemiro.Convertion/Convertion.cs b/Nemiro.Convertion/Convertion.cs index 16842dd..bca8130 100644 --- a/Nemiro.Convertion/Convertion.cs +++ b/Nemiro.Convertion/Convertion.cs @@ -1,5 +1,5 @@ // ---------------------------------------------------------------------------- -// Copyright (c) Aleksey Nemiro, 2008-2014. All rights reserved. +// Copyright © Aleksey Nemiro, 2008-2014. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Nemiro.Convertion/Nemiro.Convertion.csproj b/Nemiro.Convertion/Nemiro.Convertion.csproj index 0108cd5..7ac5e92 100644 --- a/Nemiro.Convertion/Nemiro.Convertion.csproj +++ b/Nemiro.Convertion/Nemiro.Convertion.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -35,6 +35,12 @@ bin\Release\Nemiro.Convertion.XML false + + true + + + Nemiro.Convertion.snk + @@ -66,6 +72,9 @@ + + +