Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update Analogy.Interface version to 2.1.7. Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Dec 14, 2019
1 parent d14dc17 commit e36cfca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Analogy.LogViewer.RSSReader.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Analogy.LogViewer.RSSReader</id>
<version>1.0.0.1</version>
<version>1.0.1</version>
<title>RSS Reader For Analogy Log Viewer</title>
<authors>Lior Banai</authors>
<owners>Lior Banai</owners>
Expand All @@ -17,8 +17,8 @@
<tags></tags>
<dependencies>
<group targetFramework="net472">
<dependency id="Analogy.LogViewer.Interfaces" version="2.1.6.1" />
<dependency id="Analogy.DataProviders.Extensions" version="1.0.1"/>
<dependency id="Analogy.LogViewer.Interfaces" version="2.1.7" />
<dependency id="Analogy.DataProviders.Extensions" version="1.0.2"/>
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Analogy.DataProviders.Extensions">
<Version>1.0.1</Version>
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="Analogy.LogViewer.Interfaces">
<Version>2.1.6.1</Version>
<Version>2.1.7</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Analogy.LogViewer.RSSReader/Core/RSSDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public RSSDataProvider()

public class OnlineRSSReader : IAnalogyRealTimeDataProvider
{
public Task InitializeDataProviderAsync()
public Task InitializeDataProviderAsync(IAnalogyLogger logger)
{
Featcher = new WebFetcher();
return Task.CompletedTask;
Expand Down
4 changes: 2 additions & 2 deletions Analogy.LogViewer.RSSReader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]

0 comments on commit e36cfca

Please sign in to comment.