forked from Mutagen-Modding/Mutagen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Build.props
21 lines (21 loc) · 1.02 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<VersionPrefix>0.47.4</VersionPrefix>
<ImplicitUsings>true</ImplicitUsings>
<IsPackable>false</IsPackable>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Mutagen-Modding/Mutagen</PackageProjectUrl>
<RepositoryUrl>https://github.com/Mutagen-Modding/Mutagen</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
<Copyright>2024</Copyright>
<Company>Mutagen</Company>
<Product>Mutagen</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Bethesda Modding</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Noggog</Authors>
</PropertyGroup>
</Project>