Skip to content

Commit

Permalink
Fix improper Manifest
Browse files Browse the repository at this point in the history
During the final release, there was an issue with the manifest. Fixes #11
  • Loading branch information
mitchelsellers authored Apr 29, 2020
1 parent b9c61fc commit c674d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScheduledJobs/ScheduledSqlJobs.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<url>http://www.iowacomputergurus.com</url>
<email>[email protected]</email>
</owner>
<license src="License.txt" />
<releaseNotes src="ReleaseNotes.txt" />
<license src="ManifestAssets\License.txt" />
<releaseNotes src="ManifestAssets\ReleaseNotes.txt" />
<dependencies>
<dependency type="CoreVersion">09.00.00</dependency>
</dependencies>
Expand Down Expand Up @@ -110,4 +110,4 @@
</components>
</package>
</packages>
</dotnetnuke>
</dotnetnuke>

0 comments on commit c674d5c

Please sign in to comment.