Skip to content

Commit 91d2184

Browse files
committed
Bump version to 1.1.0
Update project version to 1.1.0 across the codebase: adjust the CLI docs example, update the default GeneratorBranding fallback version, and set the Package Version in Xtraq.csproj to 1.1.0 to reflect the new release.
1 parent db566b6 commit 91d2184

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/2.cli/commands/5.version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ xtraq version [options]
1313
Typical output during the RC cycle:
1414

1515
```text
16-
Version: 1.0.9
16+
Version: 1.1.0
1717
```
1818

1919
## Options

src/Utils/GeneratorBranding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private static string GetVersion()
4747
// Swallow and fallback to default label; version retrieval should not block generation.
4848
}
4949

50-
return "1.0.9";
50+
return "1.1.0";
5151
}
5252

5353
private static string? Normalize(string? version)

src/Xtraq.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackAsTool>true</PackAsTool>
1818
<ToolCommandName>xtraq</ToolCommandName>
1919
<PackageId>xtraq</PackageId>
20-
<Version>1.0.9</Version>
20+
<Version>1.1.0</Version>
2121
<Authors>Xtraq Team</Authors>
2222
<Description>Xtraq CLI Tool with auto-update capabilities</Description>
2323
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)