This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments