Skip to content

Commit

Permalink
Removed strong naming
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed May 4, 2014
1 parent b7187ad commit 78d0ff9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Version 2.0
===========

Version 2 of this library targets the new version (6) of the Enterprise Library code and as such requires .NET 4.5. If you have a .NET 4.0 application then feel free to use the [latest version in the 1.0 range of this library](https://www.nuget.org/packages/NHibernate.SqlAzure/1.0.0.37).

Version 2 also removes strong naming of the assembly - if you need strong naming then use version 1.
1 change: 1 addition & 0 deletions NHibernate.SqlAzure.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.SqlAzure", "NHib
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{9C23CAA3-08A2-498A-AB98-F803AC42C49E}"
ProjectSection(SolutionItems) = preProject
BREAKING_CHANGES.md = BREAKING_CHANGES.md
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
Expand Down
14 changes: 7 additions & 7 deletions NHibernate.SqlAzure/NHibernate.SqlAzure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>robdmoore.snk</AssemblyOriginatorKeyFile>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
Expand Down Expand Up @@ -89,10 +86,13 @@
<Compile Include="SqlAzureClientDriverWithTimeoutRetries.cs" />
</ItemGroup>
<ItemGroup>
<None Include="NHibernate.SqlAzure.Standalone.nuspec" />
<None Include="NHibernate.SqlAzure.nuspec" />
<None Include="NHibernate.SqlAzure.Standalone.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="NHibernate.SqlAzure.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
<None Include="robdmoore.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
Binary file removed NHibernate.SqlAzure/robdmoore.snk
Binary file not shown.

0 comments on commit 78d0ff9

Please sign in to comment.