Skip to content

Commit a57bee4

Browse files
committed
Release: prepare v2.0.0
1 parent 992b29a commit a57bee4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.0)
8+
## [2.0.0] - 2022-09-25
99
### Changed
1010
- The `pabcnetcclear.exe` binary is now used for compilation, since it's more suited for command-line invocation.
1111
- Multiple `<MainCompile>` items are no longer supported in one project.
@@ -21,4 +21,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
This is the initial release of the SDK. It allows invoking the compiler to build simple PascalABC.NET programs.
2222

2323
[1.0.0]: https://github.com/ForNeVeR/PascalABC.NET.SDK/releases/tag/v1.0.0
24-
[Unreleased]: https://github.com/ForNeVeR/PascalABC.NET.SDK/compare/v1.0.0...HEAD
24+
[2.0.0]: https://github.com/ForNeVeR/PascalABC.NET.SDK/releases/tag/v2.0.0
25+
[Unreleased]: https://github.com/ForNeVeR/PascalABC.NET.SDK/compare/v2.0.0...HEAD

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/1.0.0-dev">
1+
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.0-dev">
22

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

PascalABC.NET.SDK/PascalABC.NET.SDK.proj

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

33
<PropertyGroup Label="Versioning">
4-
<VersionPrefix>1.0.0</VersionPrefix>
4+
<VersionPrefix>2.0.0</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/1.0.0">
25+
<Project Sdk="FVNever.PascalABC.NET.SDK/2.0.0">
2626

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

0 commit comments

Comments
 (0)