We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de584f1 commit a109d26Copy full SHA for a109d26
.github/workflows/build-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
version: ${{ steps.version.outputs.version }}
31
attestation-url: ${{ steps.attest.outputs.attestation-url }}
32
# when you are ready to publish your first release, change this to 'true'
33
- allow-release: 'false'
+ allow-release: 'true'
34
is-new-version: ${{ !fromJSON(steps.needs-release.outputs.exists || 'true') }}
35
36
steps:
Directory.Build.props
@@ -11,6 +11,6 @@
11
It should follow the format major.minor.patch (semantic versioning). If you publish your mod
12
as a library to NuGet, this version will also be used as the package version.
13
-->
14
- <Version>0.1.0</Version>
+ <Version>1.0.0</Version>
15
</PropertyGroup>
16
</Project>
0 commit comments