File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
2
- <!-- This is an auto-generated file that is used to track the version of the Files UI Controls package online.
3
- The version is automatically bumped by the 'Files CD (Bump UI controls version)' action online.
4
- You can bump the version here in a PR and when it is merged the controls project will be automatically
5
- published to NuGet online. -->
2
+ <!-- READ ME BEFORE MODIFYING THIS FILE:
3
+ This file is used to track the version of the Files UI Controls package online.
4
+ The version is automatically bumped by the 'Bump Files UI Controls' action online.
5
+ You can bump the version here in a PR and when it is merged the controls project
6
+ will be automatically published to NuGet online. -->
6
7
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7
8
<PropertyGroup >
8
9
<MajorVersion >1</MajorVersion >
9
10
<MinorVersion >0</MinorVersion >
10
11
<!-- This version is bumped automatically by CI. -->
11
12
<MicroVersion >0</MicroVersion >
12
-
13
13
<Version >$(MajorVersion).$(MinorVersion).$(MicroVersion)</Version >
14
14
</PropertyGroup >
15
15
</Project >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
-
3
+ < Import Project = " CurrentVersion.props " />
4
4
<PropertyGroup >
5
5
<TargetFramework >$(WindowsTargetFramework)</TargetFramework >
6
6
<TargetPlatformMinVersion >$(MinimalWindowsVersion)</TargetPlatformMinVersion >
27
27
<PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
28
28
<IncludeSymbols >True</IncludeSymbols >
29
29
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
30
- <!-- Version>{version}</Version>-->
31
30
<PackageProjectUrl >https://files.community</PackageProjectUrl >
32
31
<PackageIcon >StoreLogo.scale-400.png</PackageIcon >
33
32
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments