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 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments