Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chg - Finalized the D.B.props file
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 27, 2024
1 parent d25b825 commit 8c60d61
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 67 deletions.
46 changes: 18 additions & 28 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,32 +1,22 @@
<Project>
<PropertyGroup>
<Version>0.7.0.3</Version>
<Authors>Aptivi</Authors>
<Company>Aptivi</Company>
<Copyright>Copyright (c) 2023-2024 Aptivi</Copyright>
<LangVersion>latest</LangVersion>
<DebugType>portable</DebugType>
<SignAssembly>True</SignAssembly>
<RootPath>$(MSBuildThisFileDirectory)</RootPath>
<AssemblyOriginatorKeyFile>$(RootPath)\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup>
<Version>0.7.0.3</Version>
<LangVersion>latest</LangVersion>
<Authors>Drew Noakes,Aptivi</Authors>
<Copyright>
Copyright Drew Noakes 2017-2023, Copyright (c) Aptivi 2023
</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageIcon>OfficialAppIcon-Figletize-512.png</PackageIcon>
<PackageProjectUrl>https://github.com/Aptivi/Figletize</PackageProjectUrl>
<RepositoryUrl>https://github.com/Aptivi/Figletize.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>figlet;ascii;banner;headings</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Deterministic>true</Deterministic>
<DeterministicSourcePaths>true</DeterministicSourcePaths>
<DebugType>portable</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
<None Include="$(MSBuildThisFileDirectory)/Figletize/OfficialAppIcon-Figletize-512.png" Pack="true" PackagePath="\" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
13 changes: 5 additions & 8 deletions Figletize.Cmd/Figletize.Cmd.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Figletize\Figletize.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>

</Project>
7 changes: 4 additions & 3 deletions Figletize.Generator.Tests/Figletize.Generator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -17,4 +14,8 @@
<ProjectReference Include="..\Figletize.Generator\Figletize.Generator.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>

</Project>
11 changes: 0 additions & 11 deletions Figletize.Generator/Figletize.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);NU5128</NoWarn>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -50,13 +48,4 @@
<PackageReference Update="Roslyn.Diagnostics.Analyzers" Version="3.3.4" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
8 changes: 5 additions & 3 deletions Figletize.Tests/Figletize.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net8.0;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,8 +12,13 @@
<ItemGroup>
<ProjectReference Include="..\Figletize\Figletize.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\Figletize\Utilities\ParseUtil.cs" Link="Source\ParseUtil.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>

</Project>
11 changes: 0 additions & 11 deletions Figletize/Figletize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\aptivi_snk.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -19,13 +17,4 @@
<EmbeddedResource Include="Fonts/*.flf" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion tools/docgen-pack.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@echo off

REM This script builds KS documentation and packs the artifacts. Use when you have VS installed.
for /f "tokens=* USEBACKQ" %%f in (`type version`) do set ksversion=%%f
for /f "tokens=*" %%g in ('findstr "<Version>" ..\Directory.Build.props') do (set MIDVER=%%g)
for /f "tokens=1 delims=<" %%a in ("%MIDVER:~9%") do (set ksversion=%%a)

:pack
echo Packing documentation...
Expand Down
2 changes: 1 addition & 1 deletion tools/docgen-pack.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This script builds KS and packs the artifacts. Use when you have MSBuild installed.
ksversion=$(cat version)
ksversion=$(grep "<Version>" ../Directory.Build.props | cut -d "<" -f 2 | cut -d ">" -f 2)

# Check for dependencies
zippath=`which zip`
Expand Down
1 change: 0 additions & 1 deletion tools/version

This file was deleted.

0 comments on commit 8c60d61

Please sign in to comment.