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

Commit

Permalink
nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 28, 2019
1 parent 10ff7b0 commit a1ce028
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/
/Analogy.LogViewer.RSSReader/nuget.exe
33 changes: 33 additions & 0 deletions Analogy.LogViewer.RSSReader/Analogy.LogViewer.RSSReader.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Analogy.LogViewer.RSSReader</id>
<version>1.0.0.0</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>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IIS Log Parser For Analogy Log Viewer</description>
<releaseNotes>IIS Log Parser 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">
<dependency id="Analogy.LogViewer.Interfaces" version="2.1.5.1" />
<dependency id="Analogy.DataProviders.Extensions" version="1.0.0.7"/>
</group>
</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="AnalogyRSS.png" target="" />
</files>
</package>
Binary file added Analogy.LogViewer.RSSReader/AnalogyRSS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1ce028

Please sign in to comment.