Skip to content

Commit

Permalink
Merge pull request #7 from dennisdoomen/RelaxDependency
Browse files Browse the repository at this point in the history
Relaxed the dependency to RavenDB 3.5.0 or later
  • Loading branch information
dennisdoomen committed May 31, 2018
2 parents cb4455d + 6f5ad6e commit f047abe
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 9 deletions.
1 change: 0 additions & 1 deletion LiquidProjections.RavenDB.sln
Expand Up @@ -6,7 +6,6 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27C8B175-6555-4591-87B1-177A2874FEA9}"
ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{AE89AB5E-BC68-4AA3-9183-A222AC81691C}"
Expand Down
3 changes: 0 additions & 3 deletions SharedAssemblyInfo.cs

This file was deleted.

Expand Up @@ -27,13 +27,9 @@
<TreatSpecificWarningsAsErrors />
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiquidProjections" Version="3.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
<PackageReference Include="NETStandard.Library" Version="2.0.2" />
<PackageReference Include="RavenDB.Client" Version="3.5.6" />
<PackageReference Include="RavenDB.Client" Version="[3.5, 4.0)" />
</ItemGroup>
</Project>
37 changes: 37 additions & 0 deletions Src/LiquidProjections.RavenDB/Properties/AssemblyInfo.cs
@@ -0,0 +1,37 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("LiquidProjections.RavenDB")]
[assembly: AssemblyDescription("An extension to LiquidProjections that uses RavenDB for storing projections.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LiquidProjections.RavenDB")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCopyright("Copyright Dennis Doomen 2016-2018")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("F5953539-5C27-4A7C-89BD-7FBE4A67915A")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0-RelaxDependency.1+6.Branch.RelaxDependency.Sha.21d3f20c38d9aadb43d9dba95697e71c8178ed9d")]
[assembly: AssemblyFileVersion("0.1.0.0")]

0 comments on commit f047abe

Please sign in to comment.