Skip to content

Commit

Permalink
Add required Artifactory tags (#6)
Browse files Browse the repository at this point in the history
* Create Cimpress.Cimbol.nuspec

* Update Cimpress.Cimbol.csproj

* Update Cimpress.Cimbol.nuspec
  • Loading branch information
anhnguyenct authored Apr 9, 2024
1 parent bcb0a4d commit 4f39947
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nuget/Cimpress.Cimbol.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Cimpress.Cimbol</id>
<version>$version$</version>
<title>Cimpress.Cimbol</title>
<owners>Alchemy Squad</owners>
<authors>Alchemy Squad</authors>
<description>Cimbol</description>
<tags>
Squad:Alchemy,
BU:CimpressTechnology,
CostCenter:103380,
OwnerEmail:[email protected]
</tags>
</metadata>
</package>
6 changes: 6 additions & 0 deletions src/Cimpress.Cimbol/Cimpress.Cimbol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<Authors>Anthony Salani;Cimpress</Authors>
<Company>Cimpress</Company>
<LangVersion>9</LangVersion>
<PackageTags>
BU:CimpressTechnology,
Squad:Alchemy,
CostCenter:103380,
OwnerEmail:[email protected]
</PackageTags>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 4f39947

Please sign in to comment.