aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-08 01:57:01 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-20 00:28:48 +0100
commitbb8df8dfa0f84f6ccc8d3d3352f8a611e156e65a (patch)
tree0cc0ecb0ed8b689129f6343d2768a210c1e22ab3 /SocketHttpListener
parent55538764fa06a64795c099fc6496df9dbb4156bd (diff)
Updates reported version in `System/Info*` set of endpoints.
Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API.
Diffstat (limited to 'SocketHttpListener')
-rw-r--r--SocketHttpListener/SocketHttpListener.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/SocketHttpListener/SocketHttpListener.csproj b/SocketHttpListener/SocketHttpListener.csproj
index e700540a9..f7f184892 100644
--- a/SocketHttpListener/SocketHttpListener.csproj
+++ b/SocketHttpListener/SocketHttpListener.csproj
@@ -6,7 +6,7 @@
</ItemGroup>
<ItemGroup>
- <Compile Include="..\SharedVersion.cs" />
+ <Compile Include="..\Jellyfin.Versioning\SharedVersion.cs" />
</ItemGroup>
<PropertyGroup>