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

Commit

Permalink
Updated to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jun 29, 2020
1 parent 085f541 commit 4ac300b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Structurizr.Client/Structurizr.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Update this property group for every regular release -->
<PropertyGroup>
<ReleaseNotes></ReleaseNotes>
<Version>0.9.6</Version>
<Version>0.9.7</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Structurizr.Core/Structurizr.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<ReleaseNotes>
</ReleaseNotes>
<Version>0.9.6</Version>
<Version>0.9.7</Version>
</PropertyGroup>
<PropertyGroup>
<Description>The basic library that can used to create software architecture models.</Description>
<Description>The core library that can used to create software architecture models.</Description>
<Authors>Structurizr Limited</Authors>
<Copyright>Copyright 2017-2020</Copyright>
<PackageLicenseUrl>https://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.9.7 (unreleased)
## 0.9.7 (29th June 2020)

- 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).
- Added an ExternalContainersBoundariesVisible property to ComponentView, to set whether container boundaries should be visible for "external" components (those outside the container in scope).
Expand Down
4 changes: 2 additions & 2 deletions nuget.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dotnet test .\Structurizr.Core.Tests\Structurizr.Core.Tests.csproj
dotnet test .\Structurizr.Client.Tests\Structurizr.Client.Tests.csproj

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

0 comments on commit 4ac300b

Please sign in to comment.