aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-08-25 17:08:06 -0400
committerGitHub <noreply@github.com>2020-08-25 17:08:06 -0400
commite83f6d6ec748f67ce4fcdb4acf2b2ef95adeeadc (patch)
tree16b29fc65070f525a3e1ae9b3608e391976fcc2a /Jellyfin.Data
parentcf6ef9958da4a50bd315d37792567ae51773a6a7 (diff)
parentbcdae0c5a737a9be96ce0742cd1a917945d0ae9d (diff)
Merge pull request #3889 from Ullmie02/nuget-versioning
Build Unstable NuGet packages
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index 43b838cc10..64a1dc57ac 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -7,6 +7,14 @@
<TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' ">true</TreatWarningsAsErrors>
</PropertyGroup>
+ <PropertyGroup>
+ <Authors>Jellyfin Contributors</Authors>
+ <PackageId>Jellyfin.Data</PackageId>
+ <VersionPrefix>10.7.0</VersionPrefix>
+ <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
+ <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
+ </PropertyGroup>
+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>