Skip to content

Commit

Permalink
Merge pull request #1 from lookbusy1344/dependabot/nuget/lookbusy1344…
Browse files Browse the repository at this point in the history
….RecordValueAnalyser-1.2.2

Bump lookbusy1344.RecordValueAnalyser from 1.2.1 to 1.2.2
  • Loading branch information
lookbusy1344 committed Jun 24, 2024
2 parents a757214 + 2eced0d commit 6368a74
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions ZipDir.csproj
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<Project Sdk="Microsoft.NET.Sdk">

<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty=+ --broken --exclude=* --abbrev=40" ConsoleToMSBuild="True" IgnoreExitCode="False">
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" />
</Exec>
</Target>

<PropertyGroup>
<Version>1.2.1.0</Version>
<InformationalVersion>$(SourceRevisionId)</InformationalVersion>

<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PublishAot>true</PublishAot>

</PropertyGroup>

<PropertyGroup>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>

<AnalysisModeDesign>All</AnalysisModeDesign>
<AnalysisModeSecurity>All</AnalysisModeSecurity>
<AnalysisModePerformance>All</AnalysisModePerformance>
<AnalysisModeReliability>All</AnalysisModeReliability>
<AnalysisModeUsage>All</AnalysisModeUsage>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="lookbusy1344.RecordValueAnalyser" Version="1.2.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty=+ --broken --exclude=* --abbrev=40" ConsoleToMSBuild="True" IgnoreExitCode="False">
<Output PropertyName="SourceRevisionId" TaskParameter="ConsoleOutput" />
</Exec>
</Target>

<PropertyGroup>
<Version>1.2.1.0</Version>
<InformationalVersion>$(SourceRevisionId)</InformationalVersion>

<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PublishAot>true</PublishAot>

</PropertyGroup>

<PropertyGroup>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>

<AnalysisModeDesign>All</AnalysisModeDesign>
<AnalysisModeSecurity>All</AnalysisModeSecurity>
<AnalysisModePerformance>All</AnalysisModePerformance>
<AnalysisModeReliability>All</AnalysisModeReliability>
<AnalysisModeUsage>All</AnalysisModeUsage>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="lookbusy1344.RecordValueAnalyser" Version="1.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 6368a74

Please sign in to comment.