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

Commit 3a9bb50

Browse files
Updated to reflect release.
1 parent 450e31b commit 3a9bb50

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Structurizr.Client/Structurizr.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<!-- Update this property group for every regular release -->
44
<PropertyGroup>
55
<ReleaseNotes></ReleaseNotes>
6-
<Version>0.9.5</Version>
6+
<Version>0.9.6</Version>
77
</PropertyGroup>
88

99
<PropertyGroup>
1010
<Description>The API client for publishing models on the Structurizr cloud service and on-premises installation.</Description>
1111
<Authors>Structurizr Limited</Authors>
12-
<Copyright>Copyright 2017-2019</Copyright>
12+
<Copyright>Copyright 2017-2020</Copyright>
1313
<PackageLicenseUrl>https://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1414
<PackageProjectUrl>https://structurizr.com</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/structurizr/dotnet</RepositoryUrl>

Structurizr.Core/Structurizr.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<ReleaseNotes>
55
</ReleaseNotes>
6-
<Version>0.9.5</Version>
6+
<Version>0.9.6</Version>
77
</PropertyGroup>
88
<PropertyGroup>
99
<Description>The basic library that can used to create software architecture models.</Description>
1010
<Authors>Structurizr Limited</Authors>
11-
<Copyright>Copyright 2017-2019</Copyright>
11+
<Copyright>Copyright 2017-2020</Copyright>
1212
<PackageLicenseUrl>https://opensource.org/licenses/Apache-2.0</PackageLicenseUrl>
1313
<PackageProjectUrl>https://structurizr.com</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/structurizr/dotnet</RepositoryUrl>

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.6 (unreleased)
3+
## 0.9.6 (29th February 2020)
44

55
- Added A1 and A0 paper sizes.
66
- Adds support for themes.

nuget.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dotnet test .\Structurizr.Core.Tests\Structurizr.Core.Tests.csproj
2+
dotnet test .\Structurizr.Client.Tests\Structurizr.Client.Tests.csproj
3+
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

0 commit comments

Comments
 (0)