-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
50 lines (47 loc) · 2.17 KB
/
Copy pathDirectory.Build.props
File metadata and controls
50 lines (47 loc) · 2.17 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Project>
<PropertyGroup>
<Version>0.4.0</Version>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<InformationalVersion>0.4.0</InformationalVersion>
<!-- Keep assembly and file versions aligned with the release version. -->
<Product>Pop</Product>
<Company>Pop</Company>
<Authors>Pop</Authors>
<RepositoryUrl>https://github.com/Robertg761/Pop</RepositoryUrl>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<NeutralLanguage>en-CA</NeutralLanguage>
<PopVelopackPackId>Pop</PopVelopackPackId>
<PopPublishRuntimeIdentifier>win-x64</PopPublishRuntimeIdentifier>
<PopVelopackVersion>0.0.1298</PopVelopackVersion>
<PopUpdateFeedBranch>update-feed</PopUpdateFeedBranch>
<PopUpdateFeedPath>win</PopUpdateFeedPath>
<PopUpdateFeedUrl>https://raw.githubusercontent.com/Robertg761/Pop/update-feed/win</PopUpdateFeedUrl>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopRepositoryUrl</_Parameter1>
<_Parameter2>$(RepositoryUrl)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopVelopackPackId</_Parameter1>
<_Parameter2>$(PopVelopackPackId)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopAuthors</_Parameter1>
<_Parameter2>$(Authors)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopPublishRuntimeIdentifier</_Parameter1>
<_Parameter2>$(PopPublishRuntimeIdentifier)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopVelopackVersion</_Parameter1>
<_Parameter2>$(PopVelopackVersion)</_Parameter2>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
<_Parameter1>PopUpdateFeedUrl</_Parameter1>
<_Parameter2>$(PopUpdateFeedUrl)</_Parameter2>
</AssemblyAttribute>
</ItemGroup>
</Project>