-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Cimpress.Cimbol.nuspec * Update Cimpress.Cimbol.csproj * Update Cimpress.Cimbol.nuspec
- Loading branch information
1 parent
bcb0a4d
commit 4f39947
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|