Skip to content

Commit

Permalink
Release fixed namespaces in v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hschwentner committed Dec 1, 2022
1 parent 067856e commit 43674bd
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/nMolecules.DDD/nMolecules.DDD.csproj
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>

0 comments on commit 43674bd

Please sign in to comment.