Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 4756ad7

Browse files
Changes to reflect 0.8.2 release.
1 parent 54ab598 commit 4756ad7

File tree

11 files changed

+15
-17
lines changed

11 files changed

+15
-17
lines changed

Structurizr.ActiveDirectory/Structurizr.ActiveDirectory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.AdrTools/Structurizr.AdrTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Analysis/Structurizr.Analysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Annotations/Structurizr.Annotations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Cecil/Structurizr.Cecil.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Client/Structurizr.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<!-- Update this property group for every regular release -->
43
<PropertyGroup>
5-
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
4+
<ReleaseNotes>
5+
</ReleaseNotes>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
8-
98
<PropertyGroup>
109
<Description>The basic library that can used to create software architecture models.</Description>
1110
<Authors>Structurizr Limited</Authors>
@@ -14,13 +13,10 @@
1413
<PackageProjectUrl>https://structurizr.com</PackageProjectUrl>
1514
<RepositoryUrl>https://github.com/structurizr/dotnet</RepositoryUrl>
1615
</PropertyGroup>
17-
1816
<PropertyGroup>
1917
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
2018
</PropertyGroup>
21-
2219
<ItemGroup>
2320
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
2421
</ItemGroup>
25-
2622
</Project>

Structurizr.PlantUML/Structurizr.PlantUML.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Reflection/Structurizr.Reflection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Roslyn/Structurizr.Roslyn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.8.0</Version>
6+
<Version>0.8.2</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

0 commit comments

Comments
 (0)