-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (18 loc) · 822 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<Version>2.43.1</Version>
<FileVersion>2.43.1</FileVersion>
<AssemblyVersion>2.43.1</AssemblyVersion>
<Company>Nicke Manarin</Company>
<Authors>Nicke Manarin</Authors>
<Copyright>Copyright© Nicke Manarin 2026</Copyright>
<PackageProjectUrl>https://www.screentogif.com</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/nickemanarin/screentogif</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>gif; recorder; editor; screen-recorder; gif-editor</PackageTags>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
<Description>Screen, webcam and sketchboard recorder, with integrated editor!</Description>
<CETCompat>false</CETCompat>
</PropertyGroup>
</Project>