Skip to content

Commit

Permalink
Fixed up the versions of the published packages (liquidprojections#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Nov 23, 2016
1 parent 252296c commit 7a11e77
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Expand Up @@ -3,4 +3,4 @@

[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0-unstable.55+Branch.develop.Sha.c82e4ba26bf5b98c441d710d1ad955561b056643")]
[assembly: AssemblyInformationalVersion("0.1.0-unstable.57+Branch.develop.Sha.252296c1c808eaaf6df167dd861b2d10070af07b")]
2 changes: 1 addition & 1 deletion Src/LiquidProjections.NEventStore/.nuspec
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<group>
<dependency id="NEventStore" version="[5.0, 6.0)"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0006"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0057"/>
</group>
</dependencies>
</metadata>
Expand Down
Expand Up @@ -52,6 +52,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="App_Packages\LibLog.4.2\LibLog.cs" />
<Compile Include="CheckpointRequestTimestamp.cs" />
<Compile Include="NEventStoreAdapter.cs" />
Expand Down
3 changes: 0 additions & 3 deletions Src/LiquidProjections.NEventStore/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,6 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LiquidProjections.NEventStore")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +31,3 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Src/LiquidProjections.NHibernate/.nuspec
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<group>
<dependency id="NHibernate" version="[4.0, 5.0)" />
<dependency id="LiquidProjections" version="0.1.0-unstable0006"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0057"/>
</group>
</dependencies>
</metadata>
Expand Down
Expand Up @@ -57,6 +57,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="EnumerableExtensions.cs" />
<Compile Include="IHaveIdentity.cs" />
<Compile Include="INHibernateChildProjector.cs" />
Expand Down
3 changes: 0 additions & 3 deletions Src/LiquidProjections.NHibernate/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,6 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LiquidProjections.NHibernate")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +31,3 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Src/LiquidProjections.RavenDB/.nuspec
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<group>
<dependency id="RavenDB.Client" version="[3.0, 4.0)"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0006"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0057"/>
</group>
</dependencies>
</metadata>
Expand Down
Expand Up @@ -57,6 +57,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SharedAssemblyInfo.cs">
<Link>SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="App_Packages\FluidCaching.Sources\FluidCaching.cs" />
<Compile Include="EnumerableExtensions.cs" />
<Compile Include="IHaveIdentity.cs" />
Expand Down
3 changes: 0 additions & 3 deletions Src/LiquidProjections.RavenDB/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,6 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LiquidProjections.RavenDB")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +31,3 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Src/LiquidProjections.Testing/.nuspec
Expand Up @@ -13,7 +13,7 @@
<releaseNotes/>
<dependencies>
<group>
<dependency id="LiquidProjections" version="0.1.0-unstable0055"/>
<dependency id="LiquidProjections" version="0.1.0-unstable0057"/>
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 7a11e77

Please sign in to comment.