Skip to content

Commit

Permalink
update action and nuget metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Daninator1 committed Mar 18, 2022
1 parent 69660cb commit 496f1f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions Breaker.NuGet/Breaker.NuGet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,27 @@
</PropertyGroup>

<PropertyGroup>
<PackageId>Breaker</PackageId>
<!-- <PackageVersion>1.0.0.0</PackageVersion>-->
<PackageVersion>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmmss"))</PackageVersion>
<PackageId>Breaker.Analyzer</PackageId>
<PackageVersion>1.0.0.0</PackageVersion>
<!--<PackageVersion>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmmss"))</PackageVersion>-->
<Authors>Daniel Zauner</Authors>
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
<PackageProjectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</PackageProjectUrl>
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
<RepositoryUrl>http://REPOSITORY_URL_HERE_OR_DELETE_THIS_LINE</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Description of Breaker</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Daninator1/Breaker</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Title>Breaker</Title>
<Description>Breaker detects breaking changes in ASP .NET Core APIs and generates IDE warnings for them.</Description>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
<Copyright>Copyright</Copyright>
<PackageTags>Breaker, Analyzer, Breaking Change</PackageTags>
<DevelopmentDependency>true</DevelopmentDependency>
<NoPackageAnalysis>true</NoPackageAnalysis>

<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Breaker.Logic\Breaker.Logic.csproj" />
<ProjectReference Include="..\Breaker.Analyzer\Breaker.Analyzer.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Breaker Action'
description: 'Checks an ASP .NET Core Web API for breaking changes and reports an error for each one found.'
description: 'Breaker detects breaking changes in ASP .NET Core APIs and generates IDE warnings for them.'
branding:
icon: activity
color: orange
Expand Down

0 comments on commit 496f1f6

Please sign in to comment.