Skip to content

Commit a0dc89f

Browse files
committed
Reference version in project
[skip ci]
1 parent ed56c28 commit a0dc89f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- 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. -->
67
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
78
<PropertyGroup>
89
<MajorVersion>1</MajorVersion>
910
<MinorVersion>0</MinorVersion>
1011
<!-- This version is bumped automatically by CI. -->
1112
<MicroVersion>0</MicroVersion>
12-
1313
<Version>$(MajorVersion).$(MinorVersion).$(MicroVersion)</Version>
1414
</PropertyGroup>
1515
</Project>

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
22
<Project Sdk="Microsoft.NET.Sdk">
3-
3+
<Import Project="CurrentVersion.props" />
44
<PropertyGroup>
55
<TargetFramework>$(WindowsTargetFramework)</TargetFramework>
66
<TargetPlatformMinVersion>$(MinimalWindowsVersion)</TargetPlatformMinVersion>
@@ -27,7 +27,6 @@
2727
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
2828
<IncludeSymbols>True</IncludeSymbols>
2929
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
30-
<!--Version>{version}</Version>-->
3130
<PackageProjectUrl>https://files.community</PackageProjectUrl>
3231
<PackageIcon>StoreLogo.scale-400.png</PackageIcon>
3332
</PropertyGroup>

0 commit comments

Comments
 (0)