Skip to content

Commit a109d26

Browse files
committed
Ready for release
1 parent de584f1 commit a109d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: ${{ steps.version.outputs.version }}
3131
attestation-url: ${{ steps.attest.outputs.attestation-url }}
3232
# when you are ready to publish your first release, change this to 'true'
33-
allow-release: 'false'
33+
allow-release: 'true'
3434
is-new-version: ${{ !fromJSON(steps.needs-release.outputs.exists || 'true') }}
3535

3636
steps:

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
It should follow the format major.minor.patch (semantic versioning). If you publish your mod
1212
as a library to NuGet, this version will also be used as the package version.
1313
-->
14-
<Version>0.1.0</Version>
14+
<Version>1.0.0</Version>
1515
</PropertyGroup>
1616
</Project>

0 commit comments

Comments
 (0)