Skip to content

Commit b492e34

Browse files
committed
v0.2.1
1 parent 546bacf commit b492e34

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

scripts/aur/camelot-git/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pkgname=camelot-git
22
_gitname="Camelot"
33
_outputfolder="Release"
4-
pkgrel=2
5-
pkgver=v0.2.0
4+
pkgrel=1
5+
pkgver=v0.2.1
66
url="https://github.com/IngvarX/Camelot"
77
pkgdesc="Cross-platform file manager written in C#"
88
arch=("any")

scripts/aur/camelot/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pkgname=camelot
22
_gitname="Camelot"
33
_outputfolder="Release"
4-
pkgver=v0.2.0
5-
_gittag=v0.2.0
4+
pkgver=v0.2.1
5+
_gittag=v0.2.1
66
pkgrel=1
77
url="https://github.com/IngvarX/Camelot"
88
pkgdesc="Cross-platform file manager written in C#"
@@ -34,5 +34,5 @@ package() {
3434
install -Dm644 "${srcdir}/${_gitname}/src/Camelot/Assets/logo.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
3535

3636
# .desktop
37-
#install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
37+
install -Dm644 "${srcdir}/${_gitname}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
3838
}

src/Camelot/Camelot.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<IsPackable>false</IsPackable>
6-
<Version>0.2.0</Version>
6+
<Version>0.2.1</Version>
77
</PropertyGroup>
88
<PropertyGroup>
99
<AssemblyName>camelot</AssemblyName>
@@ -14,8 +14,8 @@
1414
<CFBundleName>Camelot</CFBundleName>
1515
<CFBundleDisplayName>Camelot</CFBundleDisplayName>
1616
<CFBundleIdentifier>com.camelot</CFBundleIdentifier>
17-
<CFBundleVersion>0.2.0</CFBundleVersion>
18-
<CFBundleShortVersionString>0.2.0</CFBundleShortVersionString>
17+
<CFBundleVersion>0.2.1</CFBundleVersion>
18+
<CFBundleShortVersionString>0.2.1</CFBundleShortVersionString>
1919
<CFBundlePackageType>AAPL</CFBundlePackageType>
2020
<CFBundleSignature>????</CFBundleSignature>
2121
<CFBundleExecutable>Camelot</CFBundleExecutable>

0 commit comments

Comments
 (0)