File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ using System ;
2
+ using System . Collections . Generic ;
3
+ using System . Linq ;
4
+ using System . Threading . Tasks ;
5
+
6
+ namespace ScanX . Protocol . Helpers
7
+ {
8
+ public class VersionHelper
9
+ {
10
+ public static string Version => "1.7.0" ;
11
+ }
12
+ }
Original file line number Diff line number Diff line change 9
9
<div class =" container" >
10
10
<h1 class =" display-3" >
11
11
ScanX Protocol
12
+ <small >
13
+ v<span >@VersionHelper.Version </span >
14
+ </small >
12
15
</h1 >
13
16
<p >
14
17
Scanx will allow you to controll your printers and scanners via modern browsers using a websocket
Original file line number Diff line number Diff line change 55
55
<footer class =" footer" >
56
56
<div class =" container" >
57
57
<span class =" text-muted" >
58
- ScanX All rights reserved 2018 - @DateTime.Now.Year <a href =" https://github.com/balbarak/scanx" >https://github.com/balbarak/scanx</a >
58
+ ScanX < span >v</ span > @VersionHelper.Version All rights reserved 2018 - @DateTime.Now.Year <a href =" https://github.com/balbarak/scanx" >https://github.com/balbarak/scanx</a >
59
59
</span >
60
60
</div >
61
61
</footer >
Original file line number Diff line number Diff line change 1
1
@using Microsoft .AspNetCore .Identity
2
2
@using Microsoft .AspNetCore .Http .Extensions
3
3
@using ScanX .Protocol .ViewModels
4
-
4
+ @ using ScanX . Protocol . Helpers
5
5
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
You can’t perform that action at this time.
0 commit comments