-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
067856e
commit 43674bd
Showing
1 changed file
with
21 additions
and
21 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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.0</TargetFramework> | ||
<RootNamespace>NMolecules.DDD</RootNamespace> | ||
<Version>0.2.1</Version> | ||
<PackageId>NMolecules.DDD</PackageId> | ||
<PackageDescription>A library to annotate DDD concepts (ValueObject, Entity, etc.) in .NET. Member of the xMolecules family.</PackageDescription> | ||
<PackageIcon>caffeine-molecule.png</PackageIcon> | ||
<Title>Architectural concepts in .NET</Title> | ||
<Authors>Oliver Drotbohm, Stephan Pirnbaum, Henning Schwentner</Authors> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/xmolecules/nmolecules</RepositoryUrl> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\images\caffeine-molecule.png" Pack="true" PackagePath=""/> | ||
<Folder Include="Attributes\" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.0</TargetFramework> | ||
<RootNamespace>NMolecules.DDD</RootNamespace> | ||
<Version>0.2.2</Version> | ||
<PackageId>NMolecules.DDD</PackageId> | ||
<PackageDescription>A library to annotate DDD concepts (ValueObject, Entity, etc.) in .NET. Member of the xMolecules family.</PackageDescription> | ||
<PackageIcon>caffeine-molecule.png</PackageIcon> | ||
<Title>Architectural concepts in .NET</Title> | ||
<Authors>Oliver Drotbohm, Stephan Pirnbaum, Henning Schwentner</Authors> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/xmolecules/nmolecules</RepositoryUrl> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\images\caffeine-molecule.png" Pack="true" PackagePath=""/> | ||
<Folder Include="Attributes\" /> | ||
</ItemGroup> | ||
</Project> |