Skip to content

Commit 821414b

Browse files
committed
build: setup commit-and-tag-version
1 parent 5eb2a68 commit 821414b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.versionrc.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// `npx commit-and-tag-version`
2+
3+
const buildprops = {
4+
filename: "AudioAlign/AudioAlign.csproj",
5+
type: "csproj",
6+
};
7+
8+
module.exports = {
9+
bumpFiles: [buildprops],
10+
packageFiles: [buildprops],
11+
};

AudioAlign/AudioAlign.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>AudioAlign: Audio Synchronization and Analysis Tool</Product>
88
<Company>Mario Guggenberger / protyposis.net</Company>
99
<Copyright>Copyright © 2010-2023 Mario Guggenberger</Copyright>
10-
<Version>1.5.0</Version>
10+
<Version>1.6.0</Version>
1111
<NeutralLanguage>en</NeutralLanguage>
1212
</PropertyGroup>
1313
<ItemGroup>

0 commit comments

Comments
 (0)