We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08775df commit 38f9b18Copy full SHA for 38f9b18
src/Directory.Build.props
@@ -19,6 +19,7 @@
19
<PackageReleaseNotes>
20
- Added missing icons entries (Issue #3).
21
- 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.
23
</PackageReleaseNotes>
24
</PropertyGroup>
25
src/version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "0.1.0-preview2",
+ "version": "1.0.0-rc.1",
4
"publicReleaseRefSpec": [
5
"^refs/tags/v\\d+\\.\\d+" // we release out of tags starting with vN.N
6
],
0 commit comments