Fixing source link

This commit is contained in:
Tigger Kindel
2023-08-17 09:01:59 -06:00
committed by Tig
parent af1768dad7
commit f55c4e66ca
8 changed files with 24 additions and 22 deletions

View File

@@ -7,8 +7,8 @@
<!-- Do not modify these. --> <!-- Do not modify these. -->
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" /> <ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />

View File

@@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Program.fs" /> <Compile Include="Program.fs" />

View File

@@ -7,8 +7,8 @@
<!-- Do not modify these. --> <!-- Do not modify these. -->
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="19.4.1" /> <PackageReference Include="ReactiveUI.Fody" Version="19.4.1" />

View File

@@ -5,13 +5,11 @@
<!-- GitVersion.xml controls settings --> <!-- GitVersion.xml controls settings -->
<!-- =================================================================== --> <!-- =================================================================== -->
<PropertyGroup> <PropertyGroup>
<VersionPrefix>1.14.0</VersionPrefix>
<VersionSuffix>pre.$([System.DateTime]::UtcNow.ToString("yyyyMMdd.HHmm"))</VersionSuffix>
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
<PackageVersion>$(Version)</PackageVersion> <PackageVersion>$(Version)</PackageVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
</PropertyGroup> </PropertyGroup>
<!-- =================================================================== --> <!-- =================================================================== -->
<!-- Enables printing of version info after build --> <!-- Enables printing of version info after build -->
@@ -34,16 +32,20 @@
<TargetFrameworks>net472;netstandard2.1;net7.0</TargetFrameworks> <TargetFrameworks>net472;netstandard2.1;net7.0</TargetFrameworks>
<RootNamespace>Terminal.Gui</RootNamespace> <RootNamespace>Terminal.Gui</RootNamespace>
<AssemblyName>Terminal.Gui</AssemblyName> <AssemblyName>Terminal.Gui</AssemblyName>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup> </PropertyGroup>
<!-- =================================================================== --> <!-- =================================================================== -->
<!-- Dependencies --> <!-- Dependencies -->
<!-- =================================================================== --> <!-- =================================================================== -->
<ItemGroup> <ItemGroup>
<PackageReference Include="NStack.Core" Version="1.0.7" /> <PackageReference Include="NStack.Core" Version="1.0.7" />
<PackageReference Include="System.Management" Version="7.0.2" />
<!-- Enable Nuget Source Link for github -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<InternalsVisibleTo Include="UnitTests" /> <InternalsVisibleTo Include="UnitTests" />
</ItemGroup> </ItemGroup>
<!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
<PropertyGroup> <PropertyGroup>
<!-- Uncomment the RestoreSources element to have dotnet restore pull NStack from a local dir for testing -->
<!-- See https://stackoverflow.com/a/44463578/297526 --> <!-- See https://stackoverflow.com/a/44463578/297526 -->
<!--<RestoreSources>$(RestoreSources);..\..\NStack\NStack\bin\Debug;https://api.nuget.org/v3/index.json</RestoreSources>--> <!--<RestoreSources>$(RestoreSources);..\..\NStack\NStack\bin\Debug;https://api.nuget.org/v3/index.json</RestoreSources>-->
</PropertyGroup> </PropertyGroup>
@@ -103,11 +105,10 @@
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Embed source files that are not tracked by the source control manager in the PDB --> <!-- Embed source files that are not tracked by the source control manager in the PDB -->
<GitRepositoryRemoteName>upstream</GitRepositoryRemoteName>
<EmbedUntrackedSources>true</EmbedUntrackedSources> <EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnableSourceLink>true</EnableSourceLink>
<DebugType>Embedded</DebugType>
<Authors>Miguel de Icaza, Tig Kindel (@tig), @BDisp</Authors>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<!-- Enable Nuget Source Link for github -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Management" Version="7.0.2" />
</ItemGroup>
</Project> </Project>

View File

@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
CONTRIBUTING.md = CONTRIBUTING.md CONTRIBUTING.md = CONTRIBUTING.md
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
GitVersion.yml = GitVersion.yml GitVersion.yml = GitVersion.yml
global.json = global.json
.github\workflows\publish.yml = .github\workflows\publish.yml .github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md README.md = README.md
testenvironments.json = testenvironments.json testenvironments.json = testenvironments.json

View File

@@ -9,8 +9,8 @@
<!-- Do not modify these. --> <!-- Do not modify these. -->
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

View File

@@ -11,8 +11,8 @@
<!-- Do not modify these. --> <!-- Do not modify these. -->
<AssemblyVersion>1.14.0.0</AssemblyVersion> <AssemblyVersion>1.14.0.0</AssemblyVersion>
<FileVersion>1.14.0.0</FileVersion> <FileVersion>1.14.0.0</FileVersion>
<Version>1.14.0-v1-develop-branc0114</Version> <Version>1.14.0-v1-develop-branc0115</Version>
<InformationalVersion>1.14.0-v1-develop-branching-update.114+Branch.v1-develop-branching-update.Sha.da42a3c595a0e7146db50be7001215a563e857b3</InformationalVersion> <InformationalVersion>1.14.0-v1-develop-branching-update.115+Branch.v1-develop-branching-update.Sha.196872f2340046682a9fc98bceba4894e866e1c5</InformationalVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>

View File

@@ -1,6 +1,6 @@
{ {
"sdk":{ "sdk":{
"version":"7.0.100", "version":"7.0.200",
"rollForward":"latestMajor" "rollForward":"latestMinor"
} }
} }