-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
34 lines (26 loc) · 1.13 KB
/
Directory.Build.props
File metadata and controls
34 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<Version>2.0.0</Version>
<PackageVersion>2.0.0</PackageVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<PackageReleaseNotes>Upgrades target to Optimizely CMS 13 and .NET 10</PackageReleaseNotes>
<Authors>Blend Interactive</Authors>
<Company>Blend Interactive</Company>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/blendinteractive/blit</PackageProjectUrl>
<RepositoryUrl>https://github.com/blendinteractive/blit.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Optimizely</PackageTags>
<IsPackable>true</IsPackable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>License</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIconUrl />
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>