Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hschwentner committed Apr 25, 2021
1 parent 8899f1a commit 6bdb0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/nMolecules.Architecture/nMolecules.Architecture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<RootNamespace>NMolecules.Architecture</RootNamespace>
<Version>0.0.5</Version>
<Version>0.1.0</Version>
<PackageId>NMolecules.Architecture</PackageId>
<PackageIcon>caffeine-molecule.png</PackageIcon>
<Title>Architectural concepts in .NET</Title>
Expand All @@ -15,10 +15,6 @@

<ItemGroup>
<None Include="..\..\images\caffeine-molecule.png" Pack="true" PackagePath=""/>
<Content Include="..\..\README.md">
<Pack>true</Pack>
<PackagePath>README.md</PackagePath>
</Content>
<Folder Include="Layered\" />
<Folder Include="Onion\" />
</ItemGroup>
Expand Down
6 changes: 1 addition & 5 deletions src/nMolecules.DDD/nMolecules.DDD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<RootNamespace>NMolecules.DDD</RootNamespace>
<Version>0.0.5</Version>
<Version>0.1.0</Version>
<PackageId>NMolecules.DDD</PackageId>
<PackageIcon>caffeine-molecule.png</PackageIcon>
<Title>Architectural concepts in .NET</Title>
Expand All @@ -15,10 +15,6 @@

<ItemGroup>
<None Include="..\..\images\caffeine-molecule.png" Pack="true" PackagePath=""/>
<Content Include="..\..\README.md">
<Pack>true</Pack>
<PackagePath>README.md</PackagePath>
</Content>
<Folder Include="Attributes\" />
</ItemGroup>
</Project>

0 comments on commit 6bdb0bd

Please sign in to comment.