Skip to content

Commit

Permalink
Prerelease beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 27, 2024
1 parent 98f5ab5 commit 3aec0dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using ricaun.Nuke;
using ricaun.Nuke.Components;

class Build : NukeBuild, IPublishPack, ICopyNupkg//, IPrePack
class Build : NukeBuild, IPublishPack, ICopyNupkg, IPrePack
{
bool IPack.UnlistNuget => true;
public static int Main() => Execute<Build>(x => x.From<IPublishPack>().Build);
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.0.0] / 2024-03-27
### Features
- `RevitVersion` to `DefineConstants`
- `XXX_OR_GREATER`
- `Test` project
- `RevitVersion` to `DefineConstants`.
- Update `XXX_OR_GREATER` implementation based on [discussions](https://github.com/Nice3point/RevitTemplates/discussions/43).
- `Test` project with `CountTests` for version `2017`, `2019`, `2021` and `2025`.

[vNext]: ../../compare/1.0.0...HEAD
[1.0.0]: ../../compare/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<PropertyGroup>
<PackageId>RevitVersion.DefineConstants</PackageId>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0-beta.10</Version>
<ProjectGuid>{92328A76-ABD3-4197-AB06-19741F2F4566}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit 3aec0dc

Please sign in to comment.