Skip to content

Commit

Permalink
Fixed assembly version to 9.1.6100
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Yankov committed Mar 30, 2018
1 parent d5cfd82 commit 0beb651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sitefinity.LibraryItemsDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// 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")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("9.1.6100")]
[assembly: AssemblyFileVersion("9.1.6100")]
[assembly: WebResource("Sitefinity.LibraryItemsDownloader.LibraryItemsDownloadService.js", "application/javascript")]
[assembly: PreApplicationStartMethod(typeof(Installer), "PreApplicationStart")]

0 comments on commit 0beb651

Please sign in to comment.