Skip to content

Commit 92bb890

Browse files
committed
tweak packages
1 parent 5a67e2c commit 92bb890

6 files changed

Lines changed: 6 additions & 126 deletions

File tree

DateTimeAbstractions.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1919
.gitignore = .gitignore
2020
appveyor.yml = appveyor.yml
2121
build.cmd = build.cmd
22+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
2223
gitversion.yml = gitversion.yml
2324
LICENSE = LICENSE
24-
.github\workflows\main.yml = .github\workflows\main.yml
2525
README.md = README.md
2626
Rules.ruleset = Rules.ruleset
2727
stylecop.json = stylecop.json

appveyor.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

build.cmd

Lines changed: 0 additions & 38 deletions
This file was deleted.

gitversion.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/Tocsoft.DateTimeAbstractions.Analyzer/Tocsoft.DateTimeAbstractions.Analyzer.csproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@
66
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
77
<MinVerTagPrefix>v</MinVerTagPrefix>
88
<DebugSymbols>True</DebugSymbols>
9-
</PropertyGroup>
10-
11-
<PropertyGroup>
12-
<PackageId>Tocsoft.DateTimeAbstractions.Analyzer</PackageId>
13-
<Authors>Tocsoft</Authors>
14-
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
15-
<PackageProjectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</PackageProjectUrl>
16-
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
17-
<RepositoryUrl>http://REPOSITORY_URL_HERE_OR_DELETE_THIS_LINE</RepositoryUrl>
18-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
19-
<Description>Tocsoft.DateTimeAbstractions.Analyzer</Description>
20-
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
21-
<Copyright>Copyright</Copyright>
22-
<PackageTags>Tocsoft.DateTimeAbstractions.Analyzer, analyzers</PackageTags>
23-
<NoPackageAnalysis>true</NoPackageAnalysis>
9+
<IsPackable>false</IsPackable>
2410
</PropertyGroup>
2511

2612
<ItemGroup>

src/Tocsoft.DateTimeAbstractions/Tocsoft.DateTimeAbstractions.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
<Authors>Tocsoft</Authors>
2424
<Company />
2525
<Product>DateTimeAbstractions</Product>
26-
<Description>
27-
DateTimeAbstractions is an testable alternative to the static methods on DateTime and DateTimeOffset.
28-
Includes an analyzer/codefix finding usages of DateTime to replaces it with out testable alternative.
29-
</Description>
30-
<PackageTags>DateTimeOffset DateTime Testing UnitTest</PackageTags>
26+
<Description>DateTimeAbstractions is an testable alternative to the static methods on DateTime and DateTimeOffset.
27+
Includes an analyzer/codefix finding usages of DateTime to replaces it with out testable alternative.</Description>
28+
<PackageTags>DateTimeOffset DateTime Testing UnitTest Stopwatch</PackageTags>
3129
<PackageProjectUrl>https://github.com/tocsoft/DateTimeAbstractions</PackageProjectUrl>
3230
<RepositoryUrl>https://github.com/tocsoft/DateTimeAbstractions</RepositoryUrl>
33-
<PackageLicenseUrl>https://github.com/tocsoft/DateTimeAbstractions/blob/master/LICENSE</PackageLicenseUrl>
31+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3432
</PropertyGroup>
3533
<ItemGroup>
3634
<None Include="$(AnlyzersOutputDir)\tools\*.ps1" Pack="true" PackagePath="tools" Visible="false" />

0 commit comments

Comments
 (0)