Skip to content

Commit

Permalink
build: Bump MinVer from 4.3.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [MinVer](https://github.com/adamralph/minver) from 4.3.0 to 5.0.0.
- [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md)
- [Commits](adamralph/minver@4.3.0...5.0.0)

---
updated-dependencies:
- dependency-name: MinVer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 3eedc11 commit 0104d6e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
120 changes: 60 additions & 60 deletions src/dscom.build/dscom.build.csproj
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<DsComBuildTargetFrameWork>net6.0</DsComBuildTargetFrameWork>
<AssemblyName>dSPACE.Runtime.InteropServices.BuildTasks</AssemblyName>
<TargetFrameworks>net8.0;$(DsComBuildTargetFrameWork);net48</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
<RootNamespace>dSPACE.Runtime.InteropServices.BuildTasks</RootNamespace> <MinVerVerbosity Condition="'$(Configuration)' == 'Debug'">normal</MinVerVerbosity>
<MinVerTagPrefix>v</MinVerTagPrefix>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<BuildOutputTargetFolder>build\_dscom\</BuildOutputTargetFolder>
<DevelopmentDependency>true</DevelopmentDependency>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<Company>dSPACE GmbH</Company>
<Product>dSPACE.Runtime.InteropServices.BuildTasks</Product>
<Description>dSPACE COM tools - MsBuild Tasks</Description>
<Summary>dSPACE COM tools - A replacement for tlbexp.exe and TypeLibConverter.ConvertAssemblyToTypeLib</Summary>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageId>dSPACE.Runtime.InteropServices.BuildTasks</PackageId>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/dspace-group/dscom</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>com;tlb;ole;idl;tlbexp;interop;typelib;ConvertAssemblyToTypeLib;TypeLibConverter;MsBuild</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="microsoft.build.tasks.core" Version="[17.3.0,17.4.0)" PrivateAssets="all" IncludeAssets="compile; build" />
<PackageReference Include="Microsoft.SourceLink.Github" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<None Include="..\dscom\packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="*.props" Pack="true" PackagePath="build" />
<None Include="*.targets" Pack="true" PackagePath="build" />
<None Include="netstandard2.0\*.props" Pack="true" PackagePath="build\netstandard2.0" />
<None Include="netstandard2.0\*.targets" Pack="true" PackagePath="build\netstandard2.0" />
<None Remove="DsComPackaging.targets" />
<None Include="DsComPackaging.targets" Pack="false" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\dscom\dscom.csproj" PrivateAssets="all" IncludeAssets="compile; build" />
</ItemGroup>

<Import Project="$(MsBuildThisFileDirectory)DsComPackaging.targets" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<DsComBuildTargetFrameWork>net6.0</DsComBuildTargetFrameWork>
<AssemblyName>dSPACE.Runtime.InteropServices.BuildTasks</AssemblyName>
<TargetFrameworks>net8.0;$(DsComBuildTargetFrameWork);net48</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
<RootNamespace>dSPACE.Runtime.InteropServices.BuildTasks</RootNamespace> <MinVerVerbosity Condition="'$(Configuration)' == 'Debug'">normal</MinVerVerbosity>
<MinVerTagPrefix>v</MinVerTagPrefix>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<BuildOutputTargetFolder>build\_dscom\</BuildOutputTargetFolder>
<DevelopmentDependency>true</DevelopmentDependency>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>
<Company>dSPACE GmbH</Company>
<Product>dSPACE.Runtime.InteropServices.BuildTasks</Product>
<Description>dSPACE COM tools - MsBuild Tasks</Description>
<Summary>dSPACE COM tools - A replacement for tlbexp.exe and TypeLibConverter.ConvertAssemblyToTypeLib</Summary>
<IsPackable>true</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageId>dSPACE.Runtime.InteropServices.BuildTasks</PackageId>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/dspace-group/dscom</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageTags>com;tlb;ole;idl;tlbexp;interop;typelib;ConvertAssemblyToTypeLib;TypeLibConverter;MsBuild</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="microsoft.build.tasks.core" Version="[17.3.0,17.4.0)" PrivateAssets="all" IncludeAssets="compile; build" />
<PackageReference Include="Microsoft.SourceLink.Github" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="5.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<None Include="..\dscom\packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="*.props" Pack="true" PackagePath="build" />
<None Include="*.targets" Pack="true" PackagePath="build" />
<None Include="netstandard2.0\*.props" Pack="true" PackagePath="build\netstandard2.0" />
<None Include="netstandard2.0\*.targets" Pack="true" PackagePath="build\netstandard2.0" />
<None Remove="DsComPackaging.targets" />
<None Include="DsComPackaging.targets" Pack="false" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\dscom\dscom.csproj" PrivateAssets="all" IncludeAssets="compile; build" />
</ItemGroup>

<Import Project="$(MsBuildThisFileDirectory)DsComPackaging.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/dscom.client/dscom.client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.3.0">
<PackageReference Include="MinVer" Version="5.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/dscom/dscom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PackageReference Include="MinVer" Version="5.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 0104d6e

Please sign in to comment.