Skip to content

Commit

Permalink
Recompile library with 7.2.1 version of WindowsAzure.Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ar3cka committed Sep 5, 2017
1 parent 7672d92 commit c726134
Show file tree
Hide file tree
Showing 14 changed files with 5,095 additions and 1,460 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# Visual Studio 2015 cache/options directory
.vs/

# User-specific files
*.suo
*.user
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.18.0
* [WAZ.Storage][Breaking] Recompile library with 7.2.1 version of WindowsAzure.Storage

### 0.17.0
* [EventStore][Breaking] Make package for Journalist.WindowsAzure.Storage.Abstractions library
* [WAZ.Storage][New] Relax version constraint for WindowsAzure.Storage library

### 0.16.1
* [EventStore][BUGFIX] Enumerate only consumers existing in deployment table

Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source https://nuget.org/api/v2

nuget FAKE
nuget Microsoft.Data.OData
nuget WindowsAzure.Storage < 8.0.0
nuget WindowsAzure.Storage < 9.0.0
nuget xunit
nuget xunit.runner.console
nuget AutoFixture.AutoMoq
Expand Down
1,106 changes: 553 additions & 553 deletions paket.lock

Large diffs are not rendered by default.

334 changes: 295 additions & 39 deletions src/Journalist.EventStore/Journalist.EventStore.csproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<Name>Journalist.LanguageExtensions</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="paket.template" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type project
projectUrl https://github.com/ar3cka/Journalist
1,118 changes: 920 additions & 198 deletions src/Journalist.WindowsAzure.Storage/Journalist.WindowsAzure.Storage.csproj

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
using System.Reflection;

[assembly: AssemblyProductAttribute("Journalist")]
[assembly: AssemblyVersionAttribute("0.17.0")]
[assembly: AssemblyInformationalVersionAttribute("0.17.0")]
[assembly: AssemblyFileVersionAttribute("0.17.0")]
[assembly: AssemblyVersionAttribute("0.18.0")]
[assembly: AssemblyInformationalVersionAttribute("0.18.0")]
[assembly: AssemblyFileVersionAttribute("0.18.0")]
[assembly: AssemblyCompanyAttribute("Anton Mednonogov")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.17.0";
internal const string Version = "0.18.0";
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit c726134

Please sign in to comment.