Skip to content

Commit 38f9b18

Browse files
author
Morten Nielsen
committed
Set version info
1 parent 08775df commit 38f9b18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PackageReleaseNotes>
2020
- Added missing icons entries (Issue #3).
2121
- Upgraded Calcite Icons to version 4.3.0: https://github.com/Esri/calcite-design-system/releases/tag/%40esri%2Fcalcite-ui-icons%404.3.0
22+
- Misc fixes and improvements to styles.
2223
</PackageReleaseNotes>
2324
</PropertyGroup>
2425

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.1.0-preview2",
3+
"version": "1.0.0-rc.1",
44
"publicReleaseRefSpec": [
55
"^refs/tags/v\\d+\\.\\d+" // we release out of tags starting with vN.N
66
],

0 commit comments

Comments
 (0)