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

Commit 4ac300b

Browse files
Updated to reflect release.
1 parent 085f541 commit 4ac300b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.9.6</Version>
6+
<Version>0.9.7</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>

Structurizr.Core/Structurizr.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<ReleaseNotes>
55
</ReleaseNotes>
6-
<Version>0.9.6</Version>
6+
<Version>0.9.7</Version>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<Description>The basic library that can used to create software architecture models.</Description>
9+
<Description>The core library that can used to create software architecture models.</Description>
1010
<Authors>Structurizr Limited</Authors>
1111
<Copyright>Copyright 2017-2020</Copyright>
1212
<PackageLicenseUrl>https://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.9.7 (unreleased)
3+
## 0.9.7 (29th June 2020)
44

55
- Added an ExternalSoftwareSystemBoundariesVisible property to ContainerView, to set whether software system boundaries should be visible for "external" containers (those outside the software system in scope).
66
- Added an ExternalContainersBoundariesVisible property to ComponentView, to set whether container boundaries should be visible for "external" components (those outside the container in scope).

nuget.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dotnet test .\Structurizr.Core.Tests\Structurizr.Core.Tests.csproj
22
dotnet test .\Structurizr.Client.Tests\Structurizr.Client.Tests.csproj
33

4-
dotnet msbuild "/t:rebuild;pack" /p:Version=0.9.6 /p:Configuration=Debug .\Structurizr.Core\Structurizr.Core.csproj
5-
dotnet msbuild "/t:rebuild;pack" /p:Version=0.9.6 /p:Configuration=Debug .\Structurizr.Client\Structurizr.Client.csproj
4+
dotnet msbuild "/t:rebuild;pack" /p:Version=0.9.7 /p:Configuration=Debug .\Structurizr.Core\Structurizr.Core.csproj
5+
dotnet msbuild "/t:rebuild;pack" /p:Version=0.9.7 /p:Configuration=Debug .\Structurizr.Client\Structurizr.Client.csproj

0 commit comments

Comments
 (0)