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

Commit

Permalink
update nuget versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 30, 2019
1 parent 9bce920 commit d14dc17
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 4,555 deletions.
16 changes: 8 additions & 8 deletions Analogy.LogViewer.RSSReader.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<package >
<metadata>
<id>Analogy.LogViewer.RSSReader</id>
<version>1.0.0.0</version>
<version>1.0.0.1</version>
<title>RSS Reader For Analogy Log Viewer</title>
<authors>Lior Banai</authors>
<owners>Lior Banai</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.RSSReader</projectUrl>
<icon>AnalogyRSS.png</icon>
<repository type="git" url="https://github.com/Analogy-LogViewer/Analogy.LogViewer.RSSReader"/>
<icon>AnalogyRSS.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RSS Reader For Analogy Log Viewer</description>
<releaseNotes>RSS Reader For Analogy Log Viewer</releaseNotes>
<copyright>Copyright 2019 Lior Banai</copyright>
<repository type="git" url="https://github.com/Analogy-LogViewer/Analogy.LogViewer.RSSReader"/>
<tags></tags>
<dependencies>
<group targetFramework="net472">
Expand All @@ -23,11 +23,11 @@
</dependencies>
</metadata>
<files>
<file src="bin\Release\Analogy.DataProviders.Extensions.dll" target="lib\net472\Analogy.DataProviders.Extensions.dll" />
<file src="bin\Release\Analogy.Interfaces.dll" target="lib\net472\Analogy.Interfaces.dll" />
<file src="bin\Release\Analogy.LogViewer.RSSReader.dll" target="lib\net472\Analogy.LogViewer.RSSReader.dll" />
<file src="bin\Release\Analogy.LogViewer.RSSReader.dll.config" target="lib\net472\Analogy.LogViewer.RSSReader.dll.config" />
<file src="bin\Release\Newtonsoft.Json.dll" target="lib\net472\Newtonsoft.Json.dll" />
<file src="Analogy.LogViewer.RSSReader\bin\Release\Analogy.DataProviders.Extensions.dll" target="lib\net472\Analogy.DataProviders.Extensions.dll" />
<file src="Analogy.LogViewer.RSSReader\bin\Release\Analogy.Interfaces.dll" target="lib\net472\Analogy.Interfaces.dll" />
<file src="Analogy.LogViewer.RSSReader\bin\Release\Analogy.LogViewer.RSSReader.dll" target="lib\net472\Analogy.LogViewer.RSSReader.dll" />
<file src="Analogy.LogViewer.RSSReader\bin\Release\Analogy.LogViewer.RSSReader.dll.config" target="lib\net472\Analogy.LogViewer.RSSReader.dll.config" />
<file src="Analogy.LogViewer.RSSReader\bin\Release\Newtonsoft.Json.dll" target="lib\net472\Newtonsoft.Json.dll" />
<file src="AnalogyRSS.png" target="" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
<Compile Include="UI\RSSItemViewer.Designer.cs">
<DependentUpon>RSSItemViewer.cs</DependentUpon>
</Compile>
<Compile Include="UI\SettingsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\SettingsDialog.Designer.cs">
<DependentUpon>SettingsDialog.cs</DependentUpon>
</Compile>
<Compile Include="UI\SettingsDialogUC.cs">
<SubType>UserControl</SubType>
</Compile>
Expand Down Expand Up @@ -123,9 +117,6 @@
<EmbeddedResource Include="UI\RSSItemViewer.resx">
<DependentUpon>RSSItemViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\SettingsDialog.resx">
<DependentUpon>SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\SettingsDialogUC.resx">
<DependentUpon>SettingsDialogUC.cs</DependentUpon>
</EmbeddedResource>
Expand Down
1,234 changes: 0 additions & 1,234 deletions Analogy.LogViewer.RSSReader/UI/SettingsDialog.Designer.cs

This file was deleted.

Loading

0 comments on commit d14dc17

Please sign in to comment.