Skip to content

Commit

Permalink
1.0.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vmelamed committed Dec 10, 2015
1 parent 6920172 commit 65883fb
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]

[assembly: InternalsVisibleTo(
"vm.Aspects.Linq.Expressions.Serialization.Test, " +
Expand Down
6 changes: 3 additions & 3 deletions Aspects/Model/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(
"vm.Aspects.Model.Tests, " +
Expand Down
1 change: 0 additions & 1 deletion Aspects/Model/Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<package id="EnterpriseLibrary.PolicyInjection" version="6.0.1304.0" targetFramework="net46" />
<package id="EnterpriseLibrary.Validation" version="6.0.1304.0" targetFramework="net46" />
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net46" />
<package id="Unity" version="4.0.1" targetFramework="net46" />
<package id="Unity.Interception" version="4.0.1" targetFramework="net46" />
</packages>
6 changes: 1 addition & 5 deletions Aspects/Model/Tests/vm.Aspects.Model.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
<HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -273,7 +269,7 @@
<Compile Include="EFRepository\TestEFRepository.Registrar.cs" />
<Compile Include="EFRepository\TestEFRepositoryConfiguration.cs" />
<Compile Include="EFRepository\TestEntityConfigurations.cs" />
<Compile Include="EncryptedPartsTest.cs" />
<None Include="EncryptedPartsTest.cs" />
<Compile Include="EntityTests.cs" />
<Compile Include="IdentityTester.cs" />
<Compile Include="IOrmSpecificsTests.cs" />
Expand Down
1 change: 0 additions & 1 deletion Aspects/Model/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<package id="EnterpriseLibrary.PolicyInjection" version="6.0.1304.0" targetFramework="net45" />
<package id="EnterpriseLibrary.Validation" version="6.0.1304.0" targetFramework="net45" />
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net46" />
<package id="Unity" version="4.0.1" targetFramework="net46" />
<package id="Unity.Interception" version="4.0.1" targetFramework="net46" />
</packages>
10 changes: 1 addition & 9 deletions Aspects/Model/vm.Aspects.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@
<HintPath>..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -277,7 +273,7 @@
<Compile Include="EFRepository\SqlDBTypes.cs" />
<Compile Include="EFRepository\SqlExceptionExtensions.cs" />
<Compile Include="EFRepository\SqlStoreIdProvider.cs" />
<Compile Include="EncryptedParts.cs" />
<None Include="EncryptedParts.cs" />
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="IHasBusinessKey.cs" />
<Compile Include="IHasStoreId.cs" />
Expand Down Expand Up @@ -331,10 +327,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Security\Cryptography\Ciphers\vm.Aspects.Security.Cryptography.Ciphers.csproj">
<Project>{65e08f3e-21ac-4bb0-a7a3-6eacbadae9dd}</Project>
<Name>vm.Aspects.Security.Cryptography.Ciphers</Name>
</ProjectReference>
<ProjectReference Include="..\vm.Aspects.csproj">
<Project>{b31ac12d-4197-4ed9-9768-0c9abcaf38bf}</Project>
<Name>vm.Aspects</Name>
Expand Down
7 changes: 3 additions & 4 deletions Aspects/NuGet/vm.Aspects.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>vm.Aspects</id>
<version>1.0.6-beta</version>
<version>1.0.7-beta</version>
<authors>Val Melamed</authors>
<owners>Val Melamed</owners>
<summary>
Expand All @@ -12,9 +12,8 @@
A set of classes, utilities, etc. addressing various common cross-cutting concerns or extending existing similar libraries like Enterprise Library, Unity, etc.
</description>
<releaseNotes>
* Added new method GetEntityType to IOrmSpecifics interface and to the OrmBridge.
* If no IOrmSpecifics is found in the DI container, the OrmBridge now defaults to using the ObjectsRepositorySpecifics.
* Changed the test for the same type in DomainEntity&lt;TId,TKey&gt;.Equals(DomainEntity&lt;TId,TKey&gt;) to use the OrmBridge.GetEntityType instead of directly comparing the types of the entities.
* Removed dependencies on Newtonsoft.Json and Ciphers.
* Removed the class EncryptedParts from vm.Aspects.Model
</releaseNotes>
<licenseUrl>https://github.com/vmelamed/vm/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/vmelamed/vm/tree/master/Aspects</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions Aspects/Parsers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
[assembly: AssemblyTitle("vm.Aspects.Parser")]
[assembly: AssemblyDescription("Text parsing readers, e.g. CSV/TSV reader.")]

[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(
"vm.Aspects.Parsers.Tests, " +
Expand Down
6 changes: 3 additions & 3 deletions Aspects/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[assembly: AssemblyTitle("vm.Aspects")]
[assembly: AssemblyDescription("A set of classes addressing various common cross-cutting concerns.")]
[assembly: AssemblyVersion("1.0.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]


[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@
<Link>vm.snk</Link>
</None>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
Expand Down

This file was deleted.

6 changes: 4 additions & 2 deletions Aspects/Security/Cryptography/Ciphers/NuGet/Ciphers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ciphers</id>
<version>1.9.2</version>
<version>1.9.3</version>
<authors>Val Melamed</authors>
<owners>Val Melamed</owners>
<summary>
Expand All @@ -18,7 +18,7 @@
* Built and tested with .NET v4.6.
</description>
<releaseNotes>
In 1.9.2 added sets of ICipher extension overrides for data of the primitive and some basic types and arrays of the same:
In 1.9.3 added sets of ICipher extension overrides for data of the primitive and some basic types and arrays of the same:
Boolean, Char, String Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Single, Double, Decimal, DateTime and Guid.
In this release added typed version of the same:

Expand All @@ -33,6 +33,8 @@
The generics work with nullable types too.

This is the first version which supports only .NET 4.6. (Microsoft is dropping support for .NET v4.5 and v4.5.1. I do not want to support v4.0 anymore.)

Removed unnecessary dependencies on Newtonsoft.Json.
</releaseNotes>
<licenseUrl>https://github.com/vmelamed/vm/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/vmelamed/vm/tree/master/Aspects/Security/Cryptography/Ciphers</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2")]
[assembly: AssemblyFileVersion("1.9.2")]
[assembly: AssemblyInformationalVersion("1.9.2")]
[assembly: AssemblyVersion("1.9.3")]
[assembly: AssemblyFileVersion("1.9.3")]
[assembly: AssemblyInformationalVersion("1.9.3")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(
"vm.Aspects.Security.Cryptography.Ciphers.Tests, " +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@
<Link>vm.snk</Link>
</None>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<CodeAnalysisDictionary Include="..\..\..\..\..\Common Items\Dictionary.xml">
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion Aspects/Security/Cryptography/Ciphers/Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommonServiceLocator" version="1.3" targetFramework="net46" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net46" />
<package id="Unity" version="4.0.1" targetFramework="net46" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
<HintPath>..\..\..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Security" />
Expand Down
6 changes: 3 additions & 3 deletions Aspects/Wcf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")]
[assembly: AssemblyFileVersion("1.0.6")]
[assembly: AssemblyInformationalVersion("1.0.6")]
[assembly: AssemblyVersion("1.0.7")]
[assembly: AssemblyFileVersion("1.0.7")]
[assembly: AssemblyInformationalVersion("1.0.7")]

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo(
"vm.Aspects.Wcf.Test, " +
Expand Down

0 comments on commit 65883fb

Please sign in to comment.