-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (22 loc) · 984 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
26 lines (22 loc) · 984 Bytes
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
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageProjectUrl>https://github.com/bonk-dev/HarpoS7</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/bonk-dev/HarpoS7</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>siemens;s7</PackageTags>
<PackageVersion>1.1.2</PackageVersion>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<Version>1.1.2</Version>
<PackageReleaseNotes>Internal naming changes</PackageReleaseNotes>
<PackageIcon>nuget-icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)tools\nuget-icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>