Skip to content

Commit 5443815

Browse files
committed
Release: prepare v2.0.1
1 parent 05b0cbe commit 5443815

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] (2.0.1)
8+
## [2.0.1] - 2022-10-08
99
### Fixed
1010
- Actual assemblies instead of reference ones are now passed to the compiler from the NuGet packages
1111

@@ -26,4 +26,5 @@ This is the initial release of the SDK. It allows invoking the compiler to build
2626

2727
[1.0.0]: https://github.com/ForNeVeR/PascalABC.NET.SDK/releases/tag/v1.0.0
2828
[2.0.0]: https://github.com/ForNeVeR/PascalABC.NET.SDK/releases/tag/v2.0.0
29-
[Unreleased]: https://github.com/ForNeVeR/PascalABC.NET.SDK/compare/v2.0.0...HEAD
29+
[2.0.1]: https://github.com/ForNeVeR/PascalABC.NET.SDK/releases/tag/v2.0.1
30+
[Unreleased]: https://github.com/ForNeVeR/PascalABC.NET.SDK/compare/v2.0.1...HEAD

MAINTAINERSHIP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Publishing the SDK Package
2121
1. Update the copyright year in the `LICENSE.md`, if required.
2222
2. Choose a new version according to [Semantic Versioning][semver].
2323
3. Update the package version in the following places:
24-
- `PascalABC.NET.SDK/PascalABC.NET.SDK.proj` (the `VersionPrefix` element)
24+
- `PascalABC.NET.SDK/PascalABC.NET.SDK.csproj` (the `VersionPrefix` element)
2525
- `README.md` (the example section, look for `Sdk=`)
2626
- `PascalABC.NET.SDK.Demo/PascalABC.NET.SDK.Demo.pasproj` (line 1)
2727
4. Make sure there's a properly formed version entry in the `CHANGELOG.md` (often it can be created by renaming the **Unreleased** section).

PascalABC.NET.SDK.Demo/PascalABC.NET.SDK.Demo.pasproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.0-dev">
1+
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.1-dev">
22

33
<PropertyGroup>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

PascalABC.NET.SDK/PascalABC.NET.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup Label="Versioning">
4-
<VersionPrefix>2.0.0</VersionPrefix>
4+
<VersionPrefix>2.0.1</VersionPrefix>
55
</PropertyGroup>
66

77
<PropertyGroup Label="Packaging">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Usage
2222
Prepare the following project file, `MyProject.pasproj`:
2323

2424
```xml
25-
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.0">
25+
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.1">
2626

2727
<PropertyGroup>
2828
<TargetFramework>net472</TargetFramework>

0 commit comments

Comments
 (0)