diff --git a/Aspects/Diagnostics/NuGet/ObjectDumper.nuspec b/Aspects/Diagnostics/NuGet/ObjectDumper.nuspec index f8f6659..67faf9d 100644 --- a/Aspects/Diagnostics/NuGet/ObjectDumper.nuspec +++ b/Aspects/Diagnostics/NuGet/ObjectDumper.nuspec @@ -2,7 +2,7 @@ AspectObjectDumper - 1.5.2 + 1.5.3 Val Melamed Val Melamed @@ -45,5 +45,7 @@ target="lib\net40"/> + \ No newline at end of file diff --git a/Aspects/Diagnostics/NuGet/PublishObjectDumper.cmd b/Aspects/Diagnostics/NuGet/PublishObjectDumper.cmd index 29c2809..62a2e1b 100644 --- a/Aspects/Diagnostics/NuGet/PublishObjectDumper.cmd +++ b/Aspects/Diagnostics/NuGet/PublishObjectDumper.cmd @@ -1,16 +1,16 @@ pushd cd %~dp0.. +del ..\*.nupkg NuGet Update -self call "%VS140COMNTOOLS%vsvars32.bat" if not .%1.==.. NuGet SetApiKey %1 msbuild vm.Aspects.Diagnostics.ObjectDumper.csproj /t:Rebuild /p:Configuration=Release /m if errorlevel 1 goto exit -NuGet Pack NuGet\ObjectDumper.nuspec -Prop Configuration=Release +NuGet Pack NuGet\ObjectDumper.nuspec -Prop Configuration=Release -symbols if errorlevel 1 goto exit @echo Press any key to push to NuGet... > con: @pause > nul: -NuGet Push *.nupkg +NuGet Push AspectObjectDumper.1.5.3.nupkg :exit -del *.nupkg popd pause \ No newline at end of file diff --git a/Aspects/Diagnostics/Properties/AssemblyInfo.cs b/Aspects/Diagnostics/Properties/AssemblyInfo.cs index cda7df1..89e47ff 100644 --- a/Aspects/Diagnostics/Properties/AssemblyInfo.cs +++ b/Aspects/Diagnostics/Properties/AssemblyInfo.cs @@ -2,9 +2,9 @@ [assembly: AssemblyTitle("vm.Aspects.Diagnostics.ObjectDumper")] [assembly: AssemblyDescription("Dumps the properties' and fields' values of any .NET object in a text form.")] -[assembly: AssemblyVersion("1.5.2")] -[assembly: AssemblyFileVersion("1.5.2")] -[assembly: AssemblyInformationalVersion("1.5.2")] +[assembly: AssemblyVersion("1.5.3")] +[assembly: AssemblyFileVersion("1.5.3")] +[assembly: AssemblyInformationalVersion("1.5.3")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Diagnostics.ObjectDumper.Tests, " + diff --git a/Aspects/Linq/Expressions/Serialization/NuGet/ExpressionSerialization.nuspec b/Aspects/Linq/Expressions/Serialization/NuGet/ExpressionSerialization.nuspec index 219da56..279ff4e 100644 --- a/Aspects/Linq/Expressions/Serialization/NuGet/ExpressionSerialization.nuspec +++ b/Aspects/Linq/Expressions/Serialization/NuGet/ExpressionSerialization.nuspec @@ -2,7 +2,7 @@ AspectExpressionSerialization - 1.0.39 + 1.0.41 Val Melamed Val Melamed diff --git a/Aspects/Linq/Expressions/Serialization/Properties/AssemblyInfo.cs b/Aspects/Linq/Expressions/Serialization/Properties/AssemblyInfo.cs index 89f38e7..ea926a1 100644 --- a/Aspects/Linq/Expressions/Serialization/Properties/AssemblyInfo.cs +++ b/Aspects/Linq/Expressions/Serialization/Properties/AssemblyInfo.cs @@ -4,9 +4,9 @@ [assembly: AssemblyTitle("vm.Aspects.Linq.Expressions.Serialization")] [assembly: AssemblyDescription("Serializes and deserializes LINQ expression trees to and from XML documents.")] -[assembly: AssemblyVersion("1.0.39")] -[assembly: AssemblyFileVersion("1.0.39")] -[assembly: AssemblyInformationalVersion("1.0.39")] +[assembly: AssemblyVersion("1.0.41")] +[assembly: AssemblyFileVersion("1.0.41")] +[assembly: AssemblyInformationalVersion("1.0.41")] [assembly: InternalsVisibleTo( "vm.Aspects.Linq.Expressions.Serialization.Test, " + diff --git a/Aspects/Model/Properties/AssemblyInfo.cs b/Aspects/Model/Properties/AssemblyInfo.cs index 9278d4b..4dcf5f2 100644 --- a/Aspects/Model/Properties/AssemblyInfo.cs +++ b/Aspects/Model/Properties/AssemblyInfo.cs @@ -3,9 +3,9 @@ [assembly: AssemblyTitle("vm.Aspect.Model")] [assembly: AssemblyDescription("Defines the IRepository and related base classes and utilities - a framework of building domain object model.")] -[assembly: AssemblyVersion("1.0.39")] -[assembly: AssemblyFileVersion("1.0.39")] -[assembly: AssemblyInformationalVersion("1.0.39")] +[assembly: AssemblyVersion("1.0.41")] +[assembly: AssemblyFileVersion("1.0.41")] +[assembly: AssemblyInformationalVersion("1.0.41")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Model.Tests, " + diff --git a/Aspects/Model/Tests/packages.config b/Aspects/Model/Tests/packages.config index 04e9e89..6a01294 100644 --- a/Aspects/Model/Tests/packages.config +++ b/Aspects/Model/Tests/packages.config @@ -1,6 +1,6 @@  - + diff --git a/Aspects/Model/packages.config b/Aspects/Model/packages.config index fc575b7..9567c9c 100644 --- a/Aspects/Model/packages.config +++ b/Aspects/Model/packages.config @@ -1,6 +1,6 @@  - + diff --git a/Aspects/NuGet/PublishAspects.cmd b/Aspects/NuGet/PublishAspects.cmd index 2fbc081..0743bb8 100644 --- a/Aspects/NuGet/PublishAspects.cmd +++ b/Aspects/NuGet/PublishAspects.cmd @@ -3,6 +3,7 @@ NuGet Update -self call "%VS140COMNTOOLS%vsvars32.bat" if not .%1.==.. NuGet SetApiKey %1 cd %~dp0.. +del ..\*.nupkg msbuild vm.Aspects.csproj /t:Rebuild /p:Configuration=Release /m cd Model msbuild vm.Aspects.Model.csproj /t:Rebuild /p:Configuration=Release /m @@ -12,12 +13,11 @@ cd ..\Wcf msbuild vm.Aspects.Wcf.csproj /t:Rebuild /p:Configuration=Release /m if errorlevel 1 goto exit cd .. -NuGet Pack NuGet\vm.Aspects.nuspec -Prop Configuration=Release +NuGet Pack NuGet\vm.Aspects.nuspec -symbols -Prop Configuration=Release if errorlevel 1 goto exit @echo Press any key to push to NuGet... > con: @pause > nul: -NuGet Push *.nupkg +NuGet Push vm.Aspects.1.0.41-beta.nupkg :exit -del *.nupkg popd pause \ No newline at end of file diff --git a/Aspects/NuGet/vm.Aspects.nuspec b/Aspects/NuGet/vm.Aspects.nuspec index 99d8a0b..6a3d81c 100644 --- a/Aspects/NuGet/vm.Aspects.nuspec +++ b/Aspects/NuGet/vm.Aspects.nuspec @@ -2,7 +2,7 @@ vm.Aspects - 1.0.39-beta + 1.0.41-beta Val Melamed Val Melamed @@ -12,17 +12,7 @@ A set of classes, utilities, etc. addressing various common cross-cutting concerns or extending existing similar libraries like Enterprise Library, Unity, etc. - * Camelcased the names of the properties in the fault messages. - * Added setters to the Money class' properties for work with DB-s. Added metadata. - * Added NonemptyGuidValidator. - * Added Regex-es: ISO 8601 dates and times, credit card validators, routing number validators, bug fixes. - * Added conventions for Numeric and String data annotation attributes and a convention for DateTime properties to map to SQL type datetime2. - * Added HttpStatusCode mapping tables and Exception to/from Fault mapping tables. - * Changed all CallContext.Set/GetData to Get/SetLogicalData. - * Added DisposeExtensions. - * CORS behavior for WebHttpBinding (WCF REST). - * Number of bug fixes. - * ImmutableAttribute. + * Improved template normalization of CORS enablement. https://github.com/vmelamed/vm/blob/master/LICENSE https://github.com/vmelamed/vm/tree/master/Aspects @@ -79,5 +69,7 @@ target="lib\net46"/> + \ No newline at end of file diff --git a/Aspects/Parsers/Properties/AssemblyInfo.cs b/Aspects/Parsers/Properties/AssemblyInfo.cs index 4fcc34f..342b9b5 100644 --- a/Aspects/Parsers/Properties/AssemblyInfo.cs +++ b/Aspects/Parsers/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ [assembly: AssemblyTitle("vm.Aspects.Parser")] [assembly: AssemblyDescription("Text parsing readers, e.g. CSV/TSV reader.")] -[assembly: AssemblyVersion("1.0.39")] -[assembly: AssemblyFileVersion("1.0.39")] -[assembly: AssemblyInformationalVersion("1.0.39")] +[assembly: AssemblyVersion("1.0.41")] +[assembly: AssemblyFileVersion("1.0.41")] +[assembly: AssemblyInformationalVersion("1.0.41")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Parsers.Tests, " + diff --git a/Aspects/Properties/AssemblyInfo.cs b/Aspects/Properties/AssemblyInfo.cs index 93d97cb..72c1686 100644 --- a/Aspects/Properties/AssemblyInfo.cs +++ b/Aspects/Properties/AssemblyInfo.cs @@ -2,9 +2,9 @@ [assembly: AssemblyTitle("vm.Aspects")] [assembly: AssemblyDescription("A set of classes addressing various common cross-cutting concerns.")] -[assembly: AssemblyVersion("1.0.39")] -[assembly: AssemblyFileVersion("1.0.39")] -[assembly: AssemblyInformationalVersion("1.0.39")] +[assembly: AssemblyVersion("1.0.41")] +[assembly: AssemblyFileVersion("1.0.41")] +[assembly: AssemblyInformationalVersion("1.0.41")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Test, " + diff --git a/Aspects/Security/Cryptography/Ciphers/NuGet/Ciphers.nuspec b/Aspects/Security/Cryptography/Ciphers/NuGet/Ciphers.nuspec index ec75ab9..50a75e3 100644 --- a/Aspects/Security/Cryptography/Ciphers/NuGet/Ciphers.nuspec +++ b/Aspects/Security/Cryptography/Ciphers/NuGet/Ciphers.nuspec @@ -2,7 +2,7 @@ Ciphers - 1.11.7 + 1.11.8 Val Melamed Val Melamed @@ -47,5 +47,7 @@ target="tools\net46"/> + \ No newline at end of file diff --git a/Aspects/Security/Cryptography/Ciphers/NuGet/PublishCiphers.cmd b/Aspects/Security/Cryptography/Ciphers/NuGet/PublishCiphers.cmd index a046a0e..393d6cf 100644 --- a/Aspects/Security/Cryptography/Ciphers/NuGet/PublishCiphers.cmd +++ b/Aspects/Security/Cryptography/Ciphers/NuGet/PublishCiphers.cmd @@ -1,5 +1,6 @@ pushd cd %~dp0.. +del ..\*.nupkg NuGet Update -self call "%VS140COMNTOOLS%vsvars32.bat" if not .%1.==.. NuGet SetApiKey %1 @@ -11,12 +12,11 @@ msbuild ProtectedKey\ProtectedKey.csproj /t:Rebuild /p:Configuration=Release /p: if errorlevel 1 goto exit msbuild MacKey\MacKey.csproj /t:Rebuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.6 if errorlevel 1 goto exit -NuGet Pack NuGet\Ciphers.nuspec -Prop Configuration=Release +NuGet Pack NuGet\Ciphers.nuspec -Prop Configuration=Release -symbols if errorlevel 1 goto exit @echo Press any key to push to NuGet... > con: @pause > nul: -NuGet Push *.nupkg +NuGet Push Ciphers.1.11.8.nupkg :exit -del *.nupkg popd pause diff --git a/Aspects/Security/Cryptography/Ciphers/Properties/AssemblyInfo.cs b/Aspects/Security/Cryptography/Ciphers/Properties/AssemblyInfo.cs index 49d0dd2..2822816 100644 --- a/Aspects/Security/Cryptography/Ciphers/Properties/AssemblyInfo.cs +++ b/Aspects/Security/Cryptography/Ciphers/Properties/AssemblyInfo.cs @@ -5,9 +5,9 @@ // associated with an assembly. [assembly: AssemblyTitle("vm.Aspects.Security.Cryptography.Ciphers")] [assembly: AssemblyDescription("A set of cipher classes producing cipher-packages and encrypted and/or signed XML documents and elements.")] -[assembly: AssemblyVersion("1.11.7")] -[assembly: AssemblyFileVersion("1.11.7")] -[assembly: AssemblyInformationalVersion("1.11.7")] +[assembly: AssemblyVersion("1.11.8")] +[assembly: AssemblyFileVersion("1.11.8")] +[assembly: AssemblyInformationalVersion("1.11.8")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Security.Cryptography.Ciphers.Tests, " + diff --git a/Aspects/Test/packages.config b/Aspects/Test/packages.config index a6b8740..8bb4a7b 100644 --- a/Aspects/Test/packages.config +++ b/Aspects/Test/packages.config @@ -1,6 +1,6 @@  - + diff --git a/Aspects/Wcf/Properties/AssemblyInfo.cs b/Aspects/Wcf/Properties/AssemblyInfo.cs index 32d3d6a..f9af679 100644 --- a/Aspects/Wcf/Properties/AssemblyInfo.cs +++ b/Aspects/Wcf/Properties/AssemblyInfo.cs @@ -3,9 +3,9 @@ [assembly: AssemblyTitle("Wcf")] [assembly: AssemblyDescription("A set of classes and generics simplifying the initial configuration work of creating WCF services.")] -[assembly: AssemblyVersion("1.0.39")] -[assembly: AssemblyFileVersion("1.0.39")] -[assembly: AssemblyInformationalVersion("1.0.39")] +[assembly: AssemblyVersion("1.0.41")] +[assembly: AssemblyFileVersion("1.0.41")] +[assembly: AssemblyInformationalVersion("1.0.41")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo( "vm.Aspects.Wcf.Test, " + diff --git a/Aspects/Wcf/packages.config b/Aspects/Wcf/packages.config index b5a4865..f8e173d 100644 --- a/Aspects/Wcf/packages.config +++ b/Aspects/Wcf/packages.config @@ -1,6 +1,6 @@  - + diff --git a/Aspects/packages.config b/Aspects/packages.config index ce8081c..762e807 100644 --- a/Aspects/packages.config +++ b/Aspects/packages.config @@ -1,6 +1,6 @@  - +